just stumbled upon filebot on the week-end. wow!

to get into it i tried recreating what i did manually so far:
Code: Select all
{localize.german.n} ({y})/{n.replace(':','').replace('?','')} ({y}){' - CD'+pi} GERMAN {if (vf == '720p') ' 720p'}{if (vf == '1080p') ' 1080p'}
before i go on i have a couple of general questions:
- has somebody created a format-expression that works well with kodi? (or can give me hints on whats the best format for media-players, characters to replace ...)
- i would also like to create some identifier (tmdb/imdb link, id ..?) into some textfile or so. which would be the best method? (i used to add a windows-shortcut in the folder, but that doesnt make sense for raspberry/linux or any other os)
- also pls let me know if using different languages for folders and files is not a good method. i actually did so to identify movies with non-unique 'title+year'.
(i am using filebot on windows)
any help appreciated!