Commit Graph

1385 Commits (master)

Author SHA1 Message Date
Simon 325bdf5cba
add unstable tag, #build 6 months ago
Simon b61b8635b8
bump celery 6 months ago
Simon 5aafc21bda
use featured path to extract channel metadata, #614 6 months ago
lamusmaser 099c70a13b
Add check to determine if `sub_value` is `rand-d`, always. (#612) 6 months ago
Simon 43708ee2a3
refac _has_update parser, use tpl comparison 6 months ago
Simon cfb15c1a78
handle version check comparison over any diff 6 months ago
Simon e9a95d7ada
bump TA_VERSION 6 months ago
Simon a21a111221
rename to Videos 7 months ago
Simon 18e504faf2
fix add missining playlist_entries mappings, #605 7 months ago
Simon 9ffe2098a5
add unstable version 7 months ago
Simon 2e4289e75c
bump requirements 7 months ago
Simon 96e73a3a53
handle empty tile response 7 months ago
Simon a369be0f4a
split active videos tile, add duration 7 months ago
Simon d5676e5173
[API] remove primary endpoint, in favor of dedicated stats 7 months ago
Simon 44c4cf93e2
refactor dashboard tile building 7 months ago
Simon 02ac590caa
[API] add download stats 7 months ago
Simon a466c02304
[API] add playlist stats 7 months ago
Simon e74c26fe36
[API] add channel aggs 7 months ago
Simon b1267cba83
standard json style 7 months ago
Simon 91bb0ed9c0
[API] add video aggregation 7 months ago
Simon 4a145ee7cb
paginate to get total active docs count 7 months ago
Simon 463019ce5a
fix outdated redinex now_lte datatype 7 months ago
Simon 9a9d35cac4
explicitly define player mapping, #592 7 months ago
Simon f41ecd24c5
fix missing config for comments extraction, #596 7 months ago
crocs eced8200c1
Update settings_scheduling.html (#601)
I found more!
7 months ago
Simon 669bc6a620
fallback for view_count, refac, #581 7 months ago
lamusmaser 37df9b65c7
Add `allowed_null_keys` and its dictionary for manual imports. (#595)
* Add `allowed_null_keys` and its dictionary for manual imports.

* Fix linting for `allowed_null_keys` list.

* Add missing trailing comma for linting.

* Add missing newline that wasn't in earlier linting responses.

* Clear empty text in newlines.

* Remove newline that the linter requested because the linter now doesn't want it. ¯\_(ツ)_/¯

* Change default application from manual import to the video processing.

* Fix missing space.
7 months ago
crocs 2b49af9620
Update settings.html (#599)
This was really bugging me lol
7 months ago
Derek Slenk 2f62898a10
Add new css item for web footer (#598) 7 months ago
spechter 832259ce48
Expanded sorting functionality (#589)
* - Added duration and filesize as options in sorting menu on Home and ChannelId views
- Added keys 'duration' and 'filesize' as valid parameters to sort by
- Mapped 'duration' and 'filesize' to their corresponding es keys

* Fixed spelling

* Changed formatting to comply to maximum line length.

* Locally running "deploy.sh validate" before committing

---------

Co-authored-by: spechter <spechter@spechter.net>
7 months ago
Simon b8ccce250a
bump TA_VERSION 7 months ago
Simon dcf97d3d24
tweak color matrix color filter 7 months ago
crocs 879ad52b32
updated icons (#588)
* icon updates

* Update icon-star-half.svg
7 months ago
Simon 0bedc3ee93
fix empty watchDetail building 7 months ago
Simon 8b1324139d
pass time_zone to daily aggs 7 months ago
Simon 04124e3dad
add daily size download 7 months ago
extome 7133d6b441
Better CSS support (#583)
* Remove banner hardcoding

* Refactor "colors" to "stylesheet"

* Remove logo hardcoding

* Remove stylesheet hardcoding

* Add very basic static CSS scanning and a new style

* Respect environment settings

* Check if selected stylesheet still exists

* New theme and title formatting

* Revert migration change

* Code linting

* More outlines for Matrix style

* Change wording in settings

* Forgot this wording

* Add suggested changes
7 months ago
Simon 6bc0111d0a
set and get playerVolume from localStorage 7 months ago
Simon 1188e66f37
fix channel about page parsing, #587 7 months ago
Simon ef6d3e868d
bump requirements 7 months ago
Simon d677f9579e
replace old process view, use user conf api 7 months ago
Simon 0b920e87ae
[API] add user config endpoints 7 months ago
Simon 4d5aa4ad2f
validate user config values 7 months ago
Simon 4b63c2f536
simplify return message 7 months ago
Simon 31ad9424f5
remove unused db_restore 7 months ago
Simon 45f4ccfd93
fix off by one in filesystem rescan progress 7 months ago
Simon 285e2042ae
[API] add backup endpoints 7 months ago
Simon 58ea256b44
add unstable tag 7 months ago
Merlin aa475c58aa
Refac settings dashboard (#577)
* Add padding to duration str text

* Add singular and plural to video in dailyStat

* Add code spacing for readability

* Refac Main overview in dashboard to be spaced evenly and use tables

* Refac simplify number padding

* Refac skip adding spacing rows on mobile

* Refac reorder watch progress to be in order of interest

* Fix that ther can be 0 Videos added a day

* Refac capitalize content keys
7 months ago
Simon 8247314d01
refactor admin permisson classes 7 months ago
Simon 2826ca4a43
move ES_SNAPSHOT_DIR to EnvironmentSettings 7 months ago
Simon 64ffc18da7
add debug methods for EnvironmentSettings 7 months ago
Simon 21fde5e068
remove old migrations 7 months ago
Simon ea9ed6c238
fix linter 7 months ago
Simon 8eaed07cff
remove unused renamer 7 months ago
Clark 4d111aff82
Move the startup application settings to a new class (#571)
* Move the startup application settings to a new class

* Replace settings methods with static fields

* Move Redis and ES configuration to the settings class

* Fix environment python imports

* Update envcheck to use the new settings
7 months ago
Simon 5165c3e34a
bump requirements 8 months ago
Simon 572b23169c
finetune limited permission user 8 months ago
Steve Ovens e1fce06f97
View only user (#539)
* Remove repo docs in favor of hosted docs (#537)

* updated base, channel, video htmls to hide elements based on if user is staff or in the group 'admin'

* added the load auth_extras

* updated auth_extras

* updated views.py to block api calls from deleting files from unprivileged users; The Templates needed to be updated to support the various group checks related to removing buttons an unprivileged user should not see

* bumped the channel templates to remove conflict

* fix linting issues

* more linting

---------

Co-authored-by: Merlin <4706504+MerlinScheurer@users.noreply.github.com>
8 months ago
Omar Laham 1b0be84972
Remove /media/ prefix from Download File URL in video.html (#567) 8 months ago
Simon 4184736bee
update version 8 months ago
Simon 4a4a274259
bump requirements 8 months ago
Simon 0776cea7bc
fix backup for empty index 8 months ago
Simon 57d8b060d2
fix spelling 8 months ago
Simon 88f230c3f4
build yt-dlp from commit 8 months ago
Simon e9eddf06fb
error handling for playlist sub 8 months ago
Simon 8af7a3caf4
better playlist extract error message 8 months ago
Simon 8e79cba7d5
fix continue watching progress matching 8 months ago
Simon 87e457401d
fix duplicated startup migration 8 months ago
Simon bb271e276c
validate backup before creating blank index 8 months ago
Simon 3b7e4c9266
skip id_sb_id migration 8 months ago
Simon 88f5c58b8e
add unstable tag 8 months ago
Igor Rzegocki 6a83756fb4
support for auth forwarding proxy 8 months ago
Simon 515b724047
split json backup files, #406 8 months ago
Simon 77fef5de57
fix standard duration str agg 8 months ago
Simon 9d09d27fba
bump requirements 8 months ago
Simon 0e767e2f84
Merge pull request #551 from ajgon/fix/elasticsearch-ha
Support elasticsearch clusters
8 months ago
Simon 7801ed0d60
fix find_results through SearchProcess 8 months ago
Igor Rzegocki 6abec9401b
Mute urlib3 ssl warnings when SSL verification is disabled 8 months ago
Simon 1cdb9e1ad5
refactor find_results use ElasticWrap directly 8 months ago
Simon 7afeb41469
use SearchProcess for single_lookup 8 months ago
Simon bae11fe1f1
fix appconfig init 8 months ago
Simon 0cacaee213
merge testing 8 months ago
Simon 892e81c185
refactor ElasticWrap dynamic kwargs 8 months ago
Igor Rzegocki f423ddc53a
add healthcheck endpoint (#553) 8 months ago
Igor Rzegocki b2bb7ea28e
Support wider spectrum of ElasticSearch configurations 8 months ago
Simon 38b3815a33
catch disabled old settings 8 months ago
Simon 92975a5c95
disable ta_config indexing 8 months ago
Joseph Liu a5b61bfaf6
Add "Mark Unwatched" to channels and playlists (#547) 8 months ago
Clark 85b56300b3
Move user configuration from Redis to ES (#533)
* ES Client must bootstrap itself to be the source of config

If this is not done a cyclic loop is created between the config loader and the ES client.
This lays the ground work for ES being the source of all app config.

* auto_download is not used anymore

* Add UserConfig class that encapsulates user config storage

This class will allow the rest of the code to 'not care' about how user properties are stored.
This requires the addition of a ta_users index in ES.

* Create migration task for user config transfer

* Replace getters and setters for each property

Strongly type the user configuration
Migrate missed sponsorblock ID

* Other DB settings will be another PR
8 months ago
Simon a7fc7902f0
refactor single video page to use SearchProcess 9 months ago
Simon 879f5ab52f
refactor match_progress to use SearchProcess 9 months ago
Simon c6458c6ec1
add score to full text search 9 months ago
Simon 47c433e7c1
refactor search form to use new SearchProcess 9 months ago
Simon dc41e5062d
refactor duration class into separate helper functions 9 months ago
Merlin 317942b7e1
Refac biggest channels to be 3 seperate tables with ordering and right align (#536)
* Add right align to numbers on biggest channels in dashboard

* Refac biggest channels to be 3 seperate tables with ordering

* Fix aggs linting
9 months ago
Merlin 65d768bf02
Fix url to settings documentation (#535) 9 months ago
Simon a807d53ff8
update TA_VERSION 9 months ago
Simon fa45cf08ba
fix mobile table layout 9 months ago
Simon 5cf5b4edb7
clean log 9 months ago
Simon 0c9c88fc0b
buildStats async 9 months ago
Simon 725bba0963
add randint sleep before version check 9 months ago
Simon 76981635dc
reset autostart on queue stop, #520 9 months ago
Simon 8dba2e240e
handle empty download hist stat 9 months ago
Simon 4016e81f9a
add download history stats 9 months ago
Simon 5ee37eb0cb
add biggest chanel aggs 9 months ago
Simon 4650963cc7
add watch progress tiles 9 months ago
Simon 5acc1ea718
add all duration aggs 9 months ago
Simon 505f5b73c5
add primary aggs 9 months ago
Simon d491b0b347
[API] better primary stats 9 months ago
Simon 52d6c59f3f
fix incomplete messages outside of sendprogress task method 9 months ago
Simon 4afb605736
show all messages on settings pages 9 months ago
Clark fcc1c2a648
Split the settings page (#528)
* Split the settings page

* Add a dashboard page for future use

Create a settings base to keep all the settings pages consistent

* Correct Python formatting

* Fix snapshots not showing in new view
9 months ago
Simon 4ded8988c3
add channel aggregation 9 months ago
Simon 988c2b8af7
add download video histogram stats 9 months ago
Simon 58ef8f753f
fix date epoch sec format 9 months ago
Simon 3e9f1a392a
[API] add index count and video view progress stats views 9 months ago
Simon fb089dd3de
add unstable footer 9 months ago
dmynerd78 983612f460
Add fullscreen hotkey to video player (#524)
* Add fullscreen hotkey

* Run prettier formatting
9 months ago
Simon d42bd612d0
handle 404 video sponsorblock, #526 9 months ago
Simon 41f6a03751
fix typing 9 months ago
Simon f1e25c9a20
[API] add channel search endpoint 9 months ago
Simon 68928f5cb1
ignore eaDir folder, use ignore_filelist for clear_dl_cache, #523 9 months ago
Simon a514dda1ff
[API] implement delete playlist endpoint 9 months ago
Simon 2bccb698e6
remove legacy process subscribe methods 9 months ago
Simon 076452c612
move subscribe buttons to API calls 9 months ago
Simon b005b7bcfe
[API] validate sub type, add sub/unsub channel and playlist 9 months ago
Simon a2eb42ebb9
validate subscribe url type, #299 9 months ago
Simon 33ff586af4
bump requirements 9 months ago
Simon 3803537739
trigger bgsave on importent redis set_message 9 months ago
Simon 58818bb91c
better thumbnail final fall back handling 9 months ago
Simon 8411889db7
add type hints to filesystem scanner 10 months ago
Simon 313bbe8b49
fix wrong resolve doc string 10 months ago
Simon 2238565a94
bump TA_VERSION 10 months ago
Simon fa43753614
better error handling in comment extraction 10 months ago
Simon 02be39b6ed
hide/reveal apprise links 10 months ago
Simon 375e1a2100
set initial comment toggle icon 10 months ago
Simon c1ea77434e Merge branch 'master' into testing 10 months ago
crocs 0e1e544fee
update imagery (#507)
* Update script.js

* Update README.md

updated banner photo

* Add files via upload

* Delete tube-archivist-banner.jpg

* Delete tube-archivist-banner.jpg.jpg

* Add files via upload

* Delete tube-archivist-banner.jpg

* Add files via upload

* Delete tube-archivist-banner.jpg

* Add files via upload

* Update README.md

* Delete tube-archivist-screenshot-channels.png

* Delete tube-archivist-screenshot-download.png

* Delete tube-archivist-screenshot-home.png

* Delete tube-archivist-screenshot-single-channel.png

* Delete tube-archivist-screenshot-video.png

* Add files via upload

* Update SHOWCASE.MD

* Delete tube-archivist-screenshot-channels.png

* Delete tube-archivist-screenshot-download.png

* Delete tube-archivist-screenshot-single-channel.png

* Delete tube-archivist-screenshot-video.png

* Add files via upload

* Update SHOWCASE.MD

* Add files via upload

* Update SHOWCASE.MD

* Add files via upload

* Delete tube-archivist-search.png

* Add files via upload

* Update SHOWCASE.MD

* Update SHOWCASE.MD
10 months ago
Simon a13cd2f7ba
catch timeout in es connection check, part 2 10 months ago
Simon befdc64772
catch timeout in es connection check 10 months ago
Simon c395a949cc
add localhost and tubearchivist to default trusted 10 months ago
Simon 4473e9c5b2
add apprise notifications 10 months ago
Simon 75a63c4828
paginate channel migration index update 10 months ago
Simon aea403a874
additional thumb dl error handling 10 months ago
Simon ab8fed14bb
handle edge cases in migration clean up 10 months ago
Simon 6f915a5733
fix channel tv art extraction 10 months ago
Simon f970ec867e
clarify subtitle language codes on settings page, #505 10 months ago
Simon ef0d490890
[API] change dates to ISO format 10 months ago
lamusmaser 865089d46d
Resolve #502 by making the extension lowercase before comparison. (#504)
* Resolve #502 with making the extension lowercase.
Add note to `EXT_MAP` reference.

* Fixed comment for linting, added more details.
10 months ago