Jump to content

Taschmahal

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Taschmahal

  1. 15 hours ago, Djoss said:

     

    Note that you should not put cli parameters directly in configuration.  For example, look at the description of "Action": you should only use one of the allowed values.

     

    Also, for movies/series formats: you might need to do some escaping.  For example, you could try to change "" by ''.

    You can also try to temporarily set formats to {plex} to see if at least AMC is working.

     

    So i tried to remove all parameters from Action and changed it to "move". And also changed my series formats (my testfile) to "series/{plex}" - nothing happens. I have also tried if i am missing / by the folder structures.

     

    Is there any setup with screenshots and explanations for a unraid doccker configuration, or how else can i setup the AMC and what do i have to do then with the docker setup (default settings?).

     

    Thanks for the support.

  2. On 5/10/2022 at 4:38 PM, Djoss said:

     

    How are you using this ?  Are you invoking the filebot binary yourself or you are using the integrated AMC feature of the container ?

    Hello, sry for the late answer, i was in recovery from a health issue.

     

    I am using it in die Docker configuration:

     

    1209548424_Screenshot2022-05-26073946.thumb.png.a8046df092713c18b21cd24590db15ee.png

    281340559_Screenshot2022-05-26074010.thumb.png.74046f47c367fd13530501a53928684a.png

    343495469_Screenshot2022-05-26074031.thumb.png.5c80145c0806d402158a2bdb4c1d5e57.png

     

    notice: I've already changed the pw form the first screenshot

  3. Hey guys and sry in advance,

     

    i used filebot in the gui on a windows machine quiet alot over the years.

    Now i've setup an unraid server and installed the filebot docker to use the amc script, it's like i'm not able to get it done anything. How do i have to set it up in the docker?

     

    storage: /mnt/user

    watch: /mnt/user/media/download/output/extracted

    *note - JDownloader extracts to /extracted - so in there are subfolders by packagename which include the video-files

    output: /mnt/user/media

    action: filebot -script fn:amc --output "/mnt/user/media" --action duplicate -non-strict "/mnt/user/media/download/output/extracted" --log-file amc.log --def excludeList=amc.txt

    music format: music/{plex}

    movie format: 

    Quote

    movies/{n.replace(':',' -')} ({y}){fn.contains('Extended') || fn.contains('EXTENDED') || fn.contains('extended.cut') ? ' (Extended)' : fn.contains('Theatrical') || fn.contains('THEATRICAL') || fn.contains('theatrical.cut') ? ' [Theatrical]' : fn.contains('Special Edition') || fn.contains('SPECIAL EDITION') || fn.contains('SPECIAL.EDITION') ? ' (Special Edition)' : fn.contains('Unrated') || fn.contains('UNRATED') ? ' (Unrated)' : fn.contains('Uncensored') || fn.contains('UNCENSORED') ? ' (Uncensored)' : fn.contains('Remastered') || fn.contains('REMASTERED') ? ' (Remastered)': fn.contains('Limited') || fn.contains('LIMITED') || fn.contains('Limited Edition') || fn.contains('LIMITED EDITION') ? ' (Limited Edition)': fn.contains('Ultimate') || fn.contains('ULTIMATE') || fn.contains('Ultimate Edition') || fn.contains('ULTIMATE EDITION') ? ' (Ultimate Edition)': fn.contains('Director') || fn.contains('Directors') || fn.contains('Directors Cut') || fn.contains('dc') || fn.contains('Director\'s Cut') || fn.contains('DC') ? ' (Directors Cut)':"" }/{n.replace(':',' -')} ({y}){fn.contains('Extended') || fn.contains('EXTENDED') || fn.contains('extended.cut') ? ' [Extended]' : fn.contains('Theatrical') || fn.contains('THEATRICAL') || fn.contains('theatrical.cut') ? ' [Theatrical]' : fn.contains('Special Edition') || fn.contains('SPECIAL EDITION') || fn.contains('SPECIAL.EDITION') ? ' (Special Edition)' : fn.contains('Unrated') || fn.contains('UNRATED') ? ' (Unrated)' : fn.contains('Uncensored') || fn.contains('UNCENSORED') ? ' (Uncensored)' : fn.contains('Remastered') || fn.contains('REMASTERED') ? ' (Remastered)': fn.contains('Limited') || fn.contains('LIMITED') || fn.contains('Limited Edition') || fn.contains('LIMITED EDITION') ? ' (Limited Edition)': fn.contains('Ultimate') || fn.contains('ULTIMATE') || fn.contains('Ultimate Edition') || fn.contains('ULTIMATE EDITION') ? ' (Ultimate Edition)': fn.contains('Director') || fn.contains('Directors') || fn.contains('Directors Cut') || fn.contains('dc') || fn.contains('Director\'s Cut') || fn.contains('DC') ? ' (Directors Cut)':"" } {vf}

    tv series format: series/{n.replace(':',' -')}/Season_{s00}/{n.replace(':',' -')} - {s00e00} - {t.replace(':',' -')} - {vf}

    anime format: anime/{plex}

     

    the naming schemes worked fine on windows gui filebot.

    What am i doing wrong, what needs to change? I've got a tv series file directly in the /extracted and in /extraced/nameoffile/nameoffile.mkv Filebot doesnt copy/rename/relocate anything.

×
×
  • Create New...