Trying to change values in the post-python script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
foodninja06
Posts: 6
Joined: 08 Nov 2017, 15:15

Trying to change values in the post-python script

Post 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. :)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply