Felix Stupp
a070299ab6
desktop-client: nixify package
5 months ago
Felix Stupp
df854fcd60
desktop-client: allow setting custom path to entry.desktop template
5 months ago
Felix Stupp
f762c23ff7
desktop-client: fix typings in app.py
5 months ago
Felix Stupp
32ddc9f03d
extractors/media/youtube: improve thumbnail selection
6 months ago
Felix Stupp
b6275b6b20
remove youtube-search-python from dependencies
6 months ago
Felix Stupp
c503b3f148
extractors/collection/youtube: migrate to yt-dlp
6 months ago
Felix Stupp
ae85d6ae0c
extractors/media/youtube: disable check_formats for less requests
6 months ago
Felix Stupp
5c9662314d
extractors/media/youtube: migrate to yt-dlp
6 months ago
Felix Stupp
b2d0c8bc3d
extractors/coll/youtube: explicitly type playlist data
6 months ago
Felix Stupp
8b6e318a20
make youtube extractor compatible with mutliple date formats
6 months ago
Felix Stupp
7f2df84fe7
Implement media filter for raw media lists
2 years ago
Felix Stupp
dc8fe05649
models/sql_helpers: add sql_condition_join
2 years ago
Felix Stupp
ac9baab047
app: extract common code to prepare_media_sql
2 years ago
Felix Stupp
d0bb9f538c
app.list_media: use kwarg explictly
2 years ago
Felix Stupp
4554988b6a
MediaCollectionLink.sorted: add arg reverse
2 years ago
Felix Stupp
4b448b364d
models/entities: reformat code
2 years ago
Felix Stupp
ee0a77ca17
app.prepare_collection_episodes: invert order for channels
2 years ago
Felix Stupp
c8767ead66
app.show_collection(_episodes): extract prepare_collection_episodes
2 years ago
Felix Stupp
7d2b0675c0
app.show_collection(_episodes): use SQL based sorting
2 years ago
Felix Stupp
5b94844b87
app.show_collection: rewrite if small collection part to using one if
2 years ago
Felix Stupp
f311c53c9f
Add common types for natively Json objects
2 years ago
Felix Stupp
e49789ede1
force_refresh_collection: Implement better API error handling
2 years ago
Felix Stupp
0ab972bbf5
refresh_collections: Use coll.json_summary for error generation
2 years ago
Felix Stupp
7f7971b9e6
Add Media(Element|Collection).json_summary
2 years ago
Felix Stupp
a2e6dd87bf
Overhaul RSS collection extractor after update of library rss-parser to 1.1
2 years ago
Felix Stupp
2e81fc188f
models: Extract db into own file to prevent circular dependency
2 years ago
Felix Stupp
c2c7cd69ed
Rename models/extras/exids_base to exidkeys
2 years ago
Felix Stupp
bf8744a700
UriHolder._clear_uri_set: Change docstring to reflect clearing
2 years ago
Felix Stupp
0d6ebd25e6
UriHolder: disable uri_set setter due to already known reason
2 years ago
Felix Stupp
457eeea6db
entities: UriHolder subclasses call super & avoid doubled action
2 years ago
Felix Stupp
3ec73222b0
MediaCollection: fix name for UriHolder overwrite _add_uri_to_set
...
I have honestly no idea, why the code worked before,.
I probably should investigate that
2 years ago
Felix Stupp
fe35fe57a5
entities: add support for UriHolder._set_primary_uri return value
2 years ago
Felix Stupp
de9d3380fe
add foundation for exid data structures
2 years ago
Felix Stupp
fa91114e71
UriHolder: use returns of changers to indicate an action
...
- it now does not need to check for changes
- rather, its return value is usuable for overriding methods as they now
know if the super already did something if they choose to call it
2 years ago
Felix Stupp
7d47b95aa2
UriHolder: remove bool return values for setters/adders/removers
2 years ago
Felix Stupp
738a362b16
UriHolder.uri_set setter: set return type to None
2 years ago
Felix Stupp
062936ad1d
models/extras/uris: Reformat code
2 years ago
Felix Stupp
fa73ff0d1a
License entertainment-decider under AGPL v3.0
2 years ago
Felix Stupp
10fb1438a9
models/entities: Reformat code
2 years ago
Felix Stupp
9b4b38c093
models/extras/init: add all var
2 years ago
Felix Stupp
cb549319c7
models/extras/init: Reformat code
2 years ago
Felix Stupp
8c2f01fdae
models/entities: Use custom Set type for better typing
2 years ago
Felix Stupp
61a6257534
Add common.search_source_by_keys method
2 years ago
Felix Stupp
f8d80ed209
Remove empty common.py file after migration
2 years ago
Felix Stupp
cdea170178
Add common.trim for strings method
2 years ago
Felix Stupp
90600abf4a
Add common converters date_to_datetime & to_just_number
2 years ago
Felix Stupp
5b4dd2e18b
common: Remove unused import
2 years ago
Felix Stupp
ab4a5eaec8
common: Move update_bool_value to ./_setting_handler
2 years ago
Felix Stupp
ae8f8af954
common: Move call to ./_subprocess
2 years ago
Felix Stupp
1de9c82d4a
common/_itertools: Add documentation to all_same
2 years ago