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.
