Page 1 of 1

Trying to change values in the post-python script

Posted: 20 Apr 2018, 07:31
by foodninja06
Hi everyone,

So I have had my media centre working for while now, but I'd like to tweak the output format of the movies.

Currently it sorts the movies into individual folders for each movie, but I want all movies and files to go into one big folder.

Code: Select all

# custom formats (use / instead of \ as directory separator)
movieFormat  = '''{plex}'''
seriesFormat = '''{plex}'''
animeFormat  = '''{plex}'''
musicFormat  = '''{plex}'''
So this is part of the python script called from qbittorrent that I think refers to formats. I know that {plex} is its own sort.

Any help that could be provided would be greatly appreciated. :)

Re: Trying to change values in the post-python script

Posted: 20 Apr 2018, 07:39
by rednoah
1. Open FileBot
2. Open Format Editor
3. Play with custom formats

e.g.

Code: Select all

Movies/{plex.name}
@see viewtopic.php?f=5&t=4116