Commit graph

314 commits

Author SHA1 Message Date
Kavin
6c12f58ffb
Try removing join and replacing array altogether. 2023-01-08 14:44:33 +00:00
frajibe
27d14f7141 minor (put line breaks) 2023-01-07 15:24:06 +01:00
frajibe
a145ad4e77 introduce a dedicated method to clear a playlist 2023-01-07 13:01:27 +01:00
frajibe
fef6022104 feat: ability to clear a playlist from its videos (#1952) 2023-01-07 11:07:14 +01:00
Kavin
48ee0bba85
Clean code and throw error if no video was added. 2023-01-02 20:59:57 +00:00
Bnyro
e5556f38e5 Don't error out when a video of many is private when adding to playlist 2023-01-01 20:18:50 +01:00
Kavin
3b4f5274e6 Update NPE. 2022-12-19 21:02:15 +00:00
Kavin
bb8ec601f1 Update NPE. 2022-12-19 17:51:48 +00:00
Kavin
57173dc426
Rewrite images to proxy in preview frames. 2022-12-15 17:55:15 +00:00
Kavin
757ef1722c
Fix typo to actually add to array. 2022-12-15 17:47:35 +00:00
Kavin
c7533ecc91
Add support to extract preview frames. 2022-12-15 17:31:35 +00:00
Kavin
aa36c6f68b
Filter invalid channel IDs. 2022-12-14 20:38:19 +00:00
Kavin
2467946471
Remove debug print code. 2022-12-14 14:45:28 +00:00
Kavin
522fd2cd66
Add missing pubsub channels. 2022-12-14 13:44:50 +00:00
Kavin
3be67c18ff
Detect shorts content properly in feed. 2022-12-11 02:45:18 +00:00
Kavin
b1b7dbb44a
Attempt to improve pubsub subscription handling. 2022-12-10 04:56:31 +00:00
Kavin
f2a7497d32
Add one more content unavailable message for georestricted check 2022-11-28 01:18:05 +00:00
Kavin
cda5a3f5d3
Add better error messages on room join fail 2022-11-28 01:05:02 +00:00
Kavin
ffe0778c23
Check if geo restricted on unavailable videos. 2022-11-28 00:45:38 +00:00
Kavin
f140f8fe5a
Localize image URLs to current instance. 2022-11-27 16:44:42 +00:00
Kavin
1b7d6a1472
Don't fail on unknown properties. 2022-11-27 00:31:47 +00:00
Kavin
12c41980dd
Implement geo restrictions bypass. 2022-11-27 00:29:26 +00:00
Kavin
d0fd4e0da6
Optimize playlist adding queries. 2022-11-26 19:45:31 +00:00
Bnyro
d5054a9fbb
allow adding multiple videos to a playlist at the same time 2022-11-26 19:25:11 +00:00
Kavin
6c4b771a80
Merge pull request #472 from TeamPiped/countries-frontend
Add supported countries to frontend properties.
2022-11-26 19:24:39 +00:00
Kavin
ec4e058652
Add supported countries to frontend properies. 2022-11-26 19:14:02 +00:00
Kavin
cdbb3a10eb
Migrate to new default method for Argon2 Constructor. 2022-11-26 19:06:45 +00:00
Kavin
abd19aa94d
Better event send handling. 2022-11-23 21:52:12 +00:00
Kavin
bf269aec5e
Fix syncrunner extracting Streams unnecessarily. 2022-11-23 21:24:30 +00:00
Kavin
4c83e916cd
Remove downloader caching. 2022-11-22 10:33:23 +00:00
Kavin
a76a924c6a
Only provide image proxy configuration. 2022-11-20 20:53:53 +00:00
Kavin
0ea7aca20c
Remove newline. 2022-11-20 20:52:47 +00:00
Bnyro
bbc84a222d add proxyUrl to config 2022-11-20 21:42:41 +01:00
Kavin
030bf0aa30
Fix for playlist video ordering. 2022-11-19 00:17:34 +00:00
Kavin
5b296eb488
Handle playlist video querying correctly. 2022-11-19 00:06:01 +00:00
Kavin
8d23459406
Simplify and optimize playlist query. 2022-11-18 21:49:05 +00:00
Kavin
f9b89663be
Simplify transaction for video updates. 2022-11-18 21:08:37 +00:00
Kavin
adfc0850ed
Speed up playlists and fix adding videos on empty playlists. 2022-11-18 17:27:42 +00:00
Kavin
616c42ee2f
Fix for LBRY domain change. 2022-11-17 17:16:29 +00:00
Kavin
b065ea8668
Fix query type error. 2022-11-17 16:54:42 +00:00
Kavin
a15444645a
Don't query full video anywhere. 2022-11-17 16:24:47 +00:00
Kavin
ec89d042e3
CriteriaUpdate for video updates. 2022-11-17 15:55:43 +00:00
Kavin
28104cc7e4
Right join when querying table to avoid full scan. 2022-11-17 04:38:24 +00:00
Kavin
e4c7ff1333
Don't join users table when adding / removing videos from playlist. 2022-11-17 01:53:48 +00:00
Kavin
dfd7580374
Use right join on channels. 2022-11-17 01:09:12 +00:00
Kavin
0fd90ab1c9
Implement better playlist querying. 2022-11-17 00:03:41 +00:00
Kavin
005bbfd1e5
Implement channel data federation. 2022-11-16 23:04:45 +00:00
Kavin
92cee87822
Merge pull request #439 from TeamPiped/stream-timeout
Add timeout for streams response.
2022-11-16 19:45:28 +00:00
Kavin
f757c439af
Add timeout for streams response. 2022-11-16 19:44:53 +00:00
Kavin
32f30e42f4
Fix NPE check for channel uploader. 2022-11-16 19:32:39 +00:00