Closed spupuz closed 2 years ago
From what I can tell, you don't have a shared cache between the server and node, causing it to fail once a cache file gets created.
Tdarr uses a central cache, so both the server and node have to have access to the same physical folder.
i do have i can convert properly video files... nodes are fine:
[
2022-06-17T16:17:47.329] [INFO] Tdarr_Node - D:/Tdarr_Updater/configs/Tdarr_Node_Config.json
[2022-06-17T16:17:47.341] [INFO] Tdarr_Node - {
nodeID: 'key-home',
serverIP: '192.168.1.112',
serverPort: '8266',
handbrakePath: '',
ffmpegPath: '',
mkvpropeditPath: '',
pathTranslators: [
{ server: '/media/tvshows', node: '\\\\192.168.1.112\\tv' },
{ server: '/media/movies', node: '\\\\192.168.1.112\\movies' },
{ server: '/temp', node: '\\\\192.168.1.112\\transcache' },
{ server: '/media/music', node: '\\\\192.168.1.112\\music' }
],
platform_arch: 'win32_x64_docker_false',
logLevel: 'INFO'
}
[2022-06-17T16:17:47.540] [INFO] Tdarr_Node - version: 2.00.18
[2022-06-17T16:17:47.540] [INFO] Tdarr_Node - win32_x64_docker_false
[2022-06-17T16:17:47.541] [INFO] Tdarr_Node - Starting Tdarr_Node
[2022-06-17T16:17:47.542] [INFO] Tdarr_Node - Preparing environment
[2022-06-17T16:17:47.543] [INFO] Tdarr_Node - Path translator: Checking Node path: \\192.168.1.112\tv
[2022-06-17T16:17:47.545] [INFO] Tdarr_Node - Updating plugins
[2022-06-17T16:17:47.668] [INFO] Tdarr_Node - Path translator: Success: Node path can be accessed: \\192.168.1.112\tv
[2022-06-17T16:17:47.669] [INFO] Tdarr_Node - Path translator: Checking Node path: \\192.168.1.112\movies
[2022-06-17T16:17:47.712] [INFO] Tdarr_Node - Path translator: Success: Node path can be accessed: \\192.168.1.112\movies
[2022-06-17T16:17:47.712] [INFO] Tdarr_Node - Path translator: Checking Node path: \\192.168.1.112\transcache
[2022-06-17T16:17:47.719] [INFO] Tdarr_Node - Path translator: Success: Node path can be accessed: \\192.168.1.112\transcache
[2022-06-17T16:17:47.720] [INFO] Tdarr_Node - Path translator: Checking Node path: \\192.168.1.112\music
[2022-06-17T16:17:47.727] [INFO] Tdarr_Node - Path translator: Success: Node path can be accessed: \\192.168.1.112\music
[2022-06-17T16:17:48.076] [INFO] Tdarr_Node - Cloning plugins
[2022-06-17T16:17:48.590] [INFO] Tdarr_Node - Finished downloading plugins!
[2022-06-17T16:17:48.745] [INFO] Tdarr_Node - Node connected & registered
Do you have the transcode cache set for your music library? There's no /temp
or \\192.168.1.112\transcache
in the command ffmpeg is running, just the cache filename.
these are only video files transcoded properly but for audio only i have problems
Do you have the transcode cache set for your music library? There's no
/temp
or\\192.168.1.112\transcache
in the command ffmpeg is running, just the cache filename.
Do i have to set different cache for each library?
Do i have to set different cache for each library?
You don't have to set a different one, but you do have to specify a cache per library. Libraries don't share any settings.
ok thanks i'll check, what about internal node? shouldn't be it already configured in docker?
ok thanks i'll check, what about internal node? shouldn't be it already configured in docker?
Library settings are independent from node settings, but the internal node should work without a cache, but I wouldn't recommend it. It would flood your docker image.
ok thanks i'll check, what about internal node? shouldn't be it already configured in docker?
Library settings are independent from node settings, but the internal node should work without a cache, but I wouldn't recommend it. It would flood your docker image.
you got it!!! thanks i see that it wasn't setup properly.
now i got this error:
file/worker would most likely be stuck in an infinite transcode loop if not stopped
while trying to convert audio to mp3 with community plugin got thse error:
plugin is:
onm server gui:
on node: