adameste / anidbcli

AniDB UDP API client written in Python
MIT License
34 stars 8 forks source link

Appending id to folder names? #18

Open Omar-Abdul-Azeez opened 4 years ago

Omar-Abdul-Azeez commented 4 years ago

i want to add a "[anidb-%anime_id%]" to folder names for use with hama plex plug-in, is this possible? let me break this into a couple of questions... 1- is renaming a certain folder possible? using the folder name as anime name and then the anime related variables are available 2- is renaming folders inside a certain folder possible? with a %folder_name% or %anime_id% tag requirement in the new name obviously 3- if 2 is possible does the %folder_name% tag even exist?

adameste commented 4 years ago

It's better to have unsorted/unrenamed anime in a separate path then move (rename) them intro sorted directory. As for anime id, you can use [anidb-%aid%] wherever in the final path you want...