19 Commits

Author SHA1 Message Date
tcely
37a3943c10
Split up tubesync/sync/views.py 2026-03-24 15:39:13 -04:00
tcely
ce2e675a4c
Use the setting for a cleared media_format 2026-02-20 21:39:17 -05:00
Stefan Mohr
8822712380 Add auto detection for source type 2025-11-05 22:18:24 -08:00
tcely
a198886ab5
Update forms.py 2025-05-26 06:50:06 -04:00
tcely
252d6f4418
Update forms.py 2025-05-26 06:43:38 -04:00
tcely
5ddf0208b2
Update forms.py 2025-05-26 06:08:49 -04:00
tcely
0cf25a1bc8
assume_scheme was added in Django 5 2025-05-14 11:29:05 -04:00
tcely
4934070183
Explicitly pass assume_scheme 2025-05-14 10:58:42 -04:00
tcely
8be28b25bd
Add a now input 2025-05-11 13:46:34 -04:00
tcely
5bf4eeac48
The split entry doesn't work because you can't strip a list 2025-05-11 06:50:58 -04:00
tcely
12cdcdec96
Use a widget to select when in the browser 2025-05-11 05:21:26 -04:00
tcely
0e29a5bdbe
Add when to the form 2025-05-08 10:06:04 -04:00
tcely
317f293991
Add ScheduleTaskForm 2025-05-08 07:58:56 -04:00
tcely
976101781d
Connect the UI for Jellyfin
* Add Jellyfin media server type

* Add and use `forms_dict` and `long_types` methods

* Add `JellyfinMediaServerForm`

* Use `JellyfinMediaServer`

* Add and use `MediaServerType.handlers_dict` method

* Do not hard-code `plex`

* Also map backwards in `MediaServerType.long_types`

* Use the long server type for URLs

* Loop over media server type names

* Add `MediaServerType.long_type` property

* Add `media_server_types` to template context

* Use the `MediaServerType.members_list` class method

* Port is already part of the URL
2025-02-22 05:49:03 -05:00
meeb
09eb057392 media servers and media server updating 2020-12-12 20:11:50 +11:00
meeb
3489d07289 allow media to be skipped before its downloaded, add a master reset-all-tasks button, tweak signal and task behaviour ordering 2020-12-11 17:14:34 +11:00
meeb
096c48ce1b refactor media format codes, media skipping and re-enabling feature 2020-12-11 16:11:31 +11:00
meeb
7a1899c363 better media task management options 2020-12-10 15:16:01 +11:00
meeb
db2f35c736 rename app dir 2020-12-10 03:40:06 +11:00