Code: Select all
Invalid cross-device linkCode: Select all
    volumes:
      - ${HOME}/files:/files
      - ${HOME}/Media:/MediaCode: Select all
    volumes:
      - ${HOME}:/HomeCode: Select all
Invalid cross-device linkCode: Select all
services:
  filebot:
    container_name: filebot-watcher
    image: rednoah/filebot:watcher
    restart: unless-stopped
    environment:
      - SETTLE_DOWN_TIME=250
      - 'INOTIFYWAIT_OPTS=--recursive'
    volumes:
      - ${HOME}/FileBot:/data
      - ${HOME}:/Home
    command: /Home/files --output /Home/Media --def jellyfin=XXXXXXXX --conflict auto --action hardlink --def minLengthMS=0 --def minFileSize=1000 --def excludeList=amc.txt --def movieFormat="/Media/{f.path.match(/Badini/).upperInitial()}/{hd==/UHD/?'4KMovies':'Movies'}/{any{f.path.match(/Short/).upperInitial()}{anime?'Anime':''}{genres=~/Animation/?'Animation':''}{f.path.match(/Documentary/).upperInitial()}{genre=~/Documentary/?'Documentary':''}{info.OriginalLanguage.toLocale().displayLanguage}}/{~jellyfin.id}" seriesFormat="/Media/{f.path.match(/Badini/).upperInitial()}/{hd==/UHD/?'4KShows':'Shows'}/{any{anime?'Anime':''}{genres=~/Animation/?'Animation':''}{f.path.match(/Documentary/).upperInitial()}{genre=~/Documentary/?'Documentary':''}{info.OriginalLanguage.toLocale().displayLanguage}}/{~jellyfin.id}" animeFormat="/Media/{f.path.match(/Badini/).upperInitial()}/{hd==/UHD/?'4KShows':'Shows'}/{any{file.path.match(/Anime/).upperInitial()}{anime?'Anime':''}}/{~jellyfin.id}" musicFormat="/Media/Music/{~plex}" unsortedFormat="/Media/Unsorted/{fn}" --def movieDB=TheMovieDB seriesDB=TheMovieDB::TV animeDB=TheMovieDB::TV musicDB=ID3
Code: Select all
version: '3.3'
services:
  filebot:
    container_name: filebot-xpra
    image: rednoah/filebot:xpra
    restart: unless-stopped
    volumes:
      - ${HOME}/FileBot:/data
      - ${HOME}:/Home
    ports:
      - 15454:5454
    environment:
      - XPRA_AUTH=password:value=*******
https://pastebin.com/raw/kuSpT6Vd
also Watcher log:
https://pastebin.com/FUTxYwMi

 Please read
 Please read  Please read the
 Please read the  
						