Open MYETRO opened 1 week ago
Hi, the Anime TV library folder works. Can we implement custom libraries?
Here's the idea I had. I’m not a developer, so I’m not sure if it’s fully doable, but it goes like this:
User-Defined Custom Filters: Allow users to create their own filters with fields like:
filter_name
kids_movies
filter_genre
Animation
filter_restriction
"U"
"PG"
filter_path
library/kids_movies
filter_duplicate_main_library
yes/no
Save and Update Filter Data:
filter_name_id
tmdb
imdb
Check and Symlink Items:
filter_table
Hi, the Anime TV library folder works. Can we implement custom libraries?
Here's the idea I had. I’m not a developer, so I’m not sure if it’s fully doable, but it goes like this:
User-Defined Custom Filters: Allow users to create their own filters with fields like:
filter_name
: A name for the filter (e.g.,kids_movies
).filter_genre
: Genre to filter by (e.g.,Animation
).filter_restriction
: Age restriction (e.g.,"U"
,"PG"
).filter_path
: Path for the custom library (e.g.,library/kids_movies
).filter_duplicate_main_library
: Option to duplicate items in the main library (yes/no
).Save and Update Filter Data:
filter_name_id
,filter_path
, and thetmdb
orimdb
ID.Check and Symlink Items:
filter_table
.filter_path
from the filter to create a symlink in that location.