yagomp

Members
  • Posts

    6
  • Joined

  • Last visited

yagomp's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I could finally fix the problem and see the files by adding a new path to the container and providing read/write access mode to it. Thank you for your support on this case!
  2. I feel like I am getting close to make it work, but still I have a small issue: FileBot thinks that the folder is empty. As you can see, some files are in directory ..../mount_mergerfs/renombrar/Peliculas: root@Tower:~# ls /mnt/user/mount_mergerfs/renombrar/Peliculas The\ Banker\ (2020)/ The.Banker.2020.2160p.ATVP.WEB-DL.DDP5.1.HDR.HEVC-BaNkeR/The\ Platform\ (2019)/ The.Platform.2019.SPANISH.1080p.NF.WEBRip.DDP5.1.x264-NTG/ However, when I try to rename with FileBot I get the following message: root@Tower:~# docker exec FileBot /opt/filebot/filebot -rename /storage/mount_mergerfs/renombrar/Peliculas Failed to identify or process any files Failure (×_×)⌒☆
  3. Thank you so much, that worked. However, I am getting the following error when using my command: root@Tower:~# docker exec FileBot /opt/filebot/filebot -rename "/mnt/user/mount_mergerfs/renombrar/Peliculas/" --format "{n.replace(':':' -')} ({y}) [{vf} {vc.replace('h264':'x264', 'HEVC':'x265','XVID':'Xvid','DivX':'Divx' )} {ac}] {audioLanguages.size() > 1 ? textLanguages.size() > 0 ? ' [Dual + Subs]' : ' [Dual]' : null} [ID {tmdbid}]" -non-strict --lang es --conflict auto --db TheMovieDB Illegal Argument: java.nio.file.NoSuchFileException: /mnt/user/mount_mergerfs/renombrar/Peliculas (/mnt/user/mount_mergerfs/renombrar/Peliculas) Rename movies using [TheMovieDB] No media files: [/mnt/user/mount_mergerfs/renombrar/Peliculas] Failure (×_×)⌒☆ And as you can see, there are two files in that directory: root@Tower:~# ls /mnt/user/mount_mergerfs/renombrar/Peliculas El\ Hoyo\ (2019).mkv El\ sueno\ de\ una\ noche\ de\ verano,\ de\ William\ Shakespeare\ (1999).mkv
  4. Hello! I have deployed the latest version of jlesage/filebot container and I am able to access the WebUI without any problems. My issue comes when I try to interface FileBot from the terminal, since I would like to run some automated commands from "User Scripts"- I tried commands below using from my ssh terminal: docker exec FileBot -script fn:sysinfo docker exec FileBot fn:sysinfo docker exec -ti FileBot sh -script fn:sysinfo I also tried the console directly in the container, with now luck. Docker container seems to be properly installed: root@Tower:~# docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES dff51647d9c6 jlesage/filebot "/init" 14 hours ago Up 14 hours 0.0.0.0:7813->5800/tcp, 0.0.0.0:7913->5900/tcp FileBot This is the only thing stopping me from removing a Windows 10 VM, hopefully I will get it working with your support. One the commands I would like to use is the following (I need to update the directories to match Unraid): filebot -rename "Z:\Yago 5\Peliculas" --format "Z:\Peliculas\05 - MicroHD\{n.replace(':':' -')} ({y}) [{vf} {vc.replace('h264':'x264', 'HEVC':'x265','XVID':'Xvid','DivX':'Divx' )} {ac}] {audioLanguages.size() > 1 ? textLanguages.size() > 0 ? ' [Dual + Subs]' : ' [Dual]' : null} [ID {tmdbid}]" -non-strict --lang es --conflict auto --db TheMovieDB --log-file C:\filebotscripts\rename1080.log Thank you in advance!
  5. Here is the run command, thank you in advance for your support: Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='PlexMediaServer' --net='host' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PLEX_CLAIM'='XYZ' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -v '/mnt/user/appdata/Plex/transcode/':'/transcode':'rw' -v '/mnt/user/appdata/Plex/data':'/data':'rw' -v '/mnt/user/appdata/PlexMediaServer':'/config':'rw' 'plexinc/pms-docker' XYZ The command finished successfully!
  6. Hello! I just installed Unraid and before I make the decision to pay for the license I need to make sure of two things: - I am able to run PlexMediaServer with HW Transcoding - I am able to run a Windows 10 VM I am having some issues with both topics above, but let's use this threat in the forum to discuss about Rclone mounts. I downloaded and installed rclone (Waseh) and Plex (official version) from CA. I created remote and mounted in /mnt/disks/peliculas; this all is working fine as I can see the list of folders from my team drive. However, I cannot see the folders in Plex GUI (I only get to see /mnt and this seems to be empty for Plex). root@Tower:~# ls /mnt/disks/peliculas 03\ -\ 1080p\ Remux/ Animacion\ 1080p\ BDRemux/ Peliculas\ 4K\ Compresion/ 05\ -\ MicroHD/ Animacion\ 4K/ Peliculas\ 4K\ Remux/ Animacion/ Peliculas\ 3D/ Películas\ Retro/ I have done another mount in /mnt/user/appdata/Plex/peliculas and same result, the mount is working fine but still not visible for Plex: root@Tower:~# ls /mnt/user/appdata/Plex/peliculas 03\ -\ 1080p\ Remux/ Animacion\ 1080p\ BDRemux/ Peliculas\ 4K\ Compresion/ 05\ -\ MicroHD/ Animacion\ 4K/ Peliculas\ 4K\ Remux/ Animacion/ Peliculas\ 3D/ Películas\ Retro/ Thank you in advance for your support, I hope to get this working!