Commit Graph

612 Commits

Author SHA1 Message Date
simon 365a2bf59f
add frontend subtitle dl settings 2022-01-30 20:10:29 +07:00
simon e5e83287ab
fix channel delete for channel_id fallback folders 2022-01-30 08:33:10 +07:00
simon 8e860d4f01
fix last page error for more than 10k results, #156 2022-01-27 23:39:07 +07:00
simon 0749202d5d
add fallback for none ascii channel names, #127 #146 2022-01-27 22:50:02 +07:00
simon 160676acc1
add mapping for channel_tvart_url 2022-01-27 21:56:48 +07:00
simon 8591c44ef2 major refactor, #build
Changes:
- merges new restructured and split up modules
- merges refactor channel, video, playlist index classes
- merges code clean up and readability improvements
2022-01-27 16:08:16 +07:00
simon 2b2ff814e3
red hover logout button 2022-01-27 16:04:04 +07:00
simon 87b72a571d
simplify reading json files 2022-01-27 15:32:58 +07:00
simon 00e9e4bc53
bump python version 2022-01-27 15:08:26 +07:00
simon b93a6f689b
remove previous bug workaround to set django debug env, #159 2022-01-27 14:49:22 +07:00
simon b2f69d1433
untrack vscode folder 2022-01-26 20:21:08 +07:00
simon 2eea07c85e
organize docker conf files 2022-01-26 20:05:52 +07:00
simon b6f9fb58ad refactor VideoDownloader class, better obs builder 2022-01-26 19:37:36 +07:00
simon 2fc0cbacf5
update doc strings to represent new module structure 2022-01-23 19:32:08 +07:00
simon 0fc0cc8e87
major refactor, split up modules 2022-01-22 22:13:37 +07:00
simon f3efca7464
bump yt_dlp version 2022-01-22 17:57:36 +07:00
simon c57d6c73cc
remove bandit, too many false positive 2022-01-22 17:52:13 +07:00
simon b64a2f8195
squash index.py refactor commits 2022-01-22 17:48:54 +07:00
simon 2f4d4e715b
refactor index class in to base and video classes 2022-01-19 13:04:15 +07:00
simon 44733adf4d Merge branch 'master' into testing 2022-01-18 17:28:50 +07:00
Nathan DeTar 26bc2d2af4
Add theme to scrollbar. (#153)
* Add theme to scrollbar.

* add firefox scroll bar color

Co-authored-by: simon <simobilleter@gmail.com>
2022-01-18 17:27:49 +07:00
simon 68f19b1719
make SearchHandler use new ElasticWrap class 2022-01-18 13:37:22 +07:00
simon 3eb0353fa9
new base class to make all es calls from 2022-01-18 13:36:41 +07:00
simon af2783c18a
remove unneeded auth 2022-01-18 13:35:48 +07:00
simon 8b15ea5dc8
bump redis version 2022-01-18 11:27:24 +07:00
simon 3d26f320bf
new logout icon 2022-01-18 11:26:26 +07:00
simon 7028621bc5 merge new api view, #build
Changes:
- merges new cast improvements
- merges toggle invert
- merges new video player api endpoint
- merges basic browser extension example
2022-01-15 14:19:11 +07:00
Laurant Marijnissen 385771cba0
invert the hide button to more clearly show what it is currently set as. (#150) 2022-01-15 14:18:23 +07:00
simon 79b0a989be
new api view to return video player 2022-01-15 14:14:18 +07:00
simon cccb8e570a Merge cast changes from 'master' into testing 2022-01-15 13:35:16 +07:00
Nathan DeTar b7922d171d
Improved Cast Support (#143)
* Added cast integration requirements.

HTTPS and a supported browser are required for this integration.

* Improved cast handeling.

* Theme cast button.

* Improved cast support.

* Added proper cast button.

* Moved cast button location

* Moved button location

* Reorder cast button

* Fix typo

* Revert cast setting description.

* Match master branch

* Added comments

* Added id `cast-script` to cast-videos.js

* Reworked event listener

* Add cast  button to home player

* Check if active media on cast, pause browser video

* Commented out console logging

* Uncommented cast failed console log

* Cast video at current playback position

* use theme vars for cast color buttons

* add cast variable to base ArchivistViewConfig class

Co-authored-by: simon <simobilleter@gmail.com>
2022-01-15 13:33:16 +07:00
simon e1cdd79b45
added browser extension proof of concept 2022-01-15 13:03:44 +07:00
simon fec6237907
add chrome-extension to CORS_ALLOWED_ORIGIN 2022-01-15 12:27:36 +07:00
simon 3df8f65db6
implement cors for browser extension 2022-01-14 14:46:00 +07:00
simon c703105c5e
fix ryd 404 error for reindex and deactivate 2022-01-11 18:54:40 +07:00
simon 51f63f7b71 Merge api app from branch 'testing' 2022-01-11 18:43:03 +07:00
Nathan DeTar 45518dc3d2
Basic Google Cast Support (#140)
* Added Start and Stop cast buttons.

* Modified from the internet.

* Code to initialize casting

* Added `video-item` id to video

* Renamed function to make more sense

* Renamed cast functions to make more sense

* Renamed cast functions to make more sense

* Changed console logging message.

* Make cast buttons appear if enabled in settings.

* Make cast scripts only load if enabled in settings

* add cast configuration form, #140

* fix spelling

Co-authored-by: simon <simobilleter@gmail.com>
2022-01-11 18:31:22 +07:00
simon c4a547f407
cleanup and typos 2022-01-11 17:05:04 +07:00
simon b28773b3a0
add exmples, auth docs, and list endpoints 2022-01-11 16:53:58 +07:00
simon 50006e423c
implement channel list and subscribe api 2022-01-11 16:53:02 +07:00
simon 8d5b4ac242
implement api return status code 2022-01-11 16:16:28 +07:00
simon 52a54fbe31
add to queue api endpoint 2022-01-11 15:58:50 +07:00
simon 382e89abb7
implement api token auth 2022-01-11 14:15:36 +07:00
simon 917e73ec4d
new django api app, implementing basic get views 2022-01-10 22:51:52 +07:00
Nathan DeTar edc9f3fe15
Added a button to download a video to the local device. (#137)
* Add video download button.

* Swapped <a> and <button> tags to fix theme issue.

* Download button renamed to `Download File`
2022-01-10 09:00:29 +07:00
Sean 8410b9310f
feat(docker): uses named volumes in docker-compose (#133)
Closes #132
2022-01-10 07:54:23 +07:00
Crocs fb2a7d59d4
Update README.md (#136)
misspelled :)
2022-01-10 06:25:26 +07:00
simon ee2025664f
update roadmap 2022-01-09 08:44:16 +07:00
simon b8c2c67707 fix unstable build arch issue for docker_publish 2022-01-09 08:42:59 +07:00
Sean 28923ea9c7
docs: add helm chart alternative install method (#130) 2022-01-09 08:33:33 +07:00