Hello!
Loving this so far.
Using RSS, then Filebot and Plex for movies and TV.
Very new to this.
I'm looking to add music in and cant seem to get it to even acknowledge the added code in my output file.
My working script:
filebot -script fn:amc --output "E:\Current/" --action move -non-strict "D:/inc/" --def excludeList=amc.txt "seriesFormat=E:/Media/TV/{n}/{n.replaceAll(/[:|]/, ' - ')}/Season {s.pad(2)}/{n.replaceAll(/[:|]/, ' - ')} - {s00e00} - {t} {source}-{vf}" "movieFormat=E:/Media/Movies/{n.replaceAll(/[:|]/, ' - ')} ({y})/{n.replaceAll(/[:|]/, ' - ')} ({y}) - {vf} - {audio.language}" --log-file="C:/Users/slave/Desktop/LOGS/AMC-log.txt"
The script I want to add or something that works..
"musicFormat=E:/Media/Music/{n.replaceAll(/[:*?"<>|?]/).replaceAll(/[`´‘’?]/, "'")}\{album.replaceAll(/[:*?"<>|?]/).replaceAll(/[`´‘’?]/, "'")}\{pi.pad(2)} - {t.replaceAll(/[:*?"<>|?]/).replaceAll(/[`´‘’?]/, "'")}"
Working script, just need help adding music
Re: Working script, just need help adding music
Music Mode needs to be explicitly enabled. See amc script docs for details.