Trying to change values in the post-python script
Posted: 20 Apr 2018, 07:31
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.
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.
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}'''
Any help that could be provided would be greatly appreciated.
