We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
dreulavelle
AyushSehrawat
davidemarcoli
Gaisberg
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: