Code Monkey home page Code Monkey logo

Comments (10)

TheCaptain989 avatar TheCaptain989 commented on May 23, 2024

Let me take a closer look and do some experimenting.

from lidarr-flac2mp3.

TheCaptain989 avatar TheCaptain989 commented on May 23, 2024

It's not obvious to me what's wrong.
Can you please run the script in debug mode by adding a -d option and post the resulting logs?

from lidarr-flac2mp3.

StormPooper avatar StormPooper commented on May 23, 2024

Sure, upgraded the same album twice here for a more direct comparison. Here's a 2.2 log:

22-12-7 11:44:33.0|[522]Info|Lidarr event: AlbumDownload, Artist: The Chats (758), Album: Get F__ked (19369), Advanced options: '-vn -c:a libopus -b:a 128k', File extension: .opus, Matching regex: '\.(flac|wav)$', Track(s): /music/The Chats/Get F__ked/01-01 6L GTR.flac|/music/The Chats/Get F__ked/01-02 Struck By Lightning.flac|/music/The Chats/Get F__ked/01-03 Boggo Breakout.flac|/music/The Chats/Get F__ked/01-04 Southport Superman.flac|/music/The Chats/Get F__ked/01-05 Panic Attack.flac|/music/The Chats/Get F__ked/01-06 Ticket Inspector.flac|/music/The Chats/Get F__ked/01-07 The Price Of Smokes.flac|/music/The Chats/Get F__ked/01-08 Dead On Site.flac|/music/The Chats/Get F__ked/01-09 Paid Late.flac|/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.flac|/music/The Chats/Get F__ked/01-11 Out On The Street.flac|/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.flac|/music/The Chats/Get F__ked/01-13 Getting Better.flac
22-12-7 11:44:33.0|[522]Debug|Using advanced ffmpeg options "-vn -c:a libopus -b:a 128k"
22-12-7 11:44:33.0|[522]Debug|Exporting with file extension ".opus"
22-12-7 11:44:33.1|[522]Debug|Matching tracks against regex ".(flac|wav)$"
22-12-7 11:44:33.1|[522]Info|Writing: /music/The Chats/Get F__ked/01-01 6L GTR.opus
22-12-7 11:44:33.1|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-01 6L GTR.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-01 6L GTR.opus" 2>&1
22-12-7 11:44:38.4|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-01 6L GTR.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-01 6L GTR.opus"
22-12-7 11:44:38.5|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-01 6L GTR.opus"
22-12-7 11:44:38.5|[522]Info|Writing: /music/The Chats/Get F__ked/01-02 Struck By Lightning.opus
22-12-7 11:44:38.5|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-02 Struck By Lightning.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-02 Struck By Lightning.opus" 2>&1
22-12-7 11:44:42.3|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-02 Struck By Lightning.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-02 Struck By Lightning.opus"
22-12-7 11:44:42.3|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-02 Struck By Lightning.opus"
22-12-7 11:44:42.3|[522]Info|Writing: /music/The Chats/Get F__ked/01-03 Boggo Breakout.opus
22-12-7 11:44:42.3|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-03 Boggo Breakout.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-03 Boggo Breakout.opus" 2>&1
22-12-7 11:44:44.9|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-03 Boggo Breakout.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-03 Boggo Breakout.opus"
22-12-7 11:44:44.9|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-03 Boggo Breakout.opus"
22-12-7 11:44:44.9|[522]Info|Writing: /music/The Chats/Get F__ked/01-04 Southport Superman.opus
22-12-7 11:44:44.9|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-04 Southport Superman.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-04 Southport Superman.opus" 2>&1
22-12-7 11:44:46.2|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-04 Southport Superman.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-04 Southport Superman.opus"
22-12-7 11:44:46.2|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-04 Southport Superman.opus"
22-12-7 11:44:46.2|[522]Info|Writing: /music/The Chats/Get F__ked/01-05 Panic Attack.opus
22-12-7 11:44:46.2|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-05 Panic Attack.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-05 Panic Attack.opus" 2>&1
22-12-7 11:44:49.6|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-05 Panic Attack.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-05 Panic Attack.opus"
22-12-7 11:44:49.6|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-05 Panic Attack.opus"
22-12-7 11:44:49.6|[522]Info|Writing: /music/The Chats/Get F__ked/01-06 Ticket Inspector.opus
22-12-7 11:44:49.6|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-06 Ticket Inspector.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-06 Ticket Inspector.opus" 2>&1
22-12-7 11:44:53.3|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-06 Ticket Inspector.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-06 Ticket Inspector.opus"
22-12-7 11:44:53.3|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-06 Ticket Inspector.opus"
22-12-7 11:44:53.3|[522]Info|Writing: /music/The Chats/Get F__ked/01-07 The Price Of Smokes.opus
22-12-7 11:44:53.3|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.opus" 2>&1
22-12-7 11:44:58.9|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.opus"
22-12-7 11:44:58.9|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.opus"
22-12-7 11:44:58.9|[522]Info|Writing: /music/The Chats/Get F__ked/01-08 Dead On Site.opus
22-12-7 11:44:58.9|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-08 Dead On Site.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-08 Dead On Site.opus" 2>&1
22-12-7 11:45:01.7|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-08 Dead On Site.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-08 Dead On Site.opus"
22-12-7 11:45:01.7|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-08 Dead On Site.opus"
22-12-7 11:45:01.7|[522]Info|Writing: /music/The Chats/Get F__ked/01-09 Paid Late.opus
22-12-7 11:45:01.7|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-09 Paid Late.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-09 Paid Late.opus" 2>&1
22-12-7 11:45:05.0|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-09 Paid Late.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-09 Paid Late.opus"
22-12-7 11:45:05.0|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-09 Paid Late.opus"
22-12-7 11:45:05.0|[522]Info|Writing: /music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.opus
22-12-7 11:45:05.0|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.opus" 2>&1
22-12-7 11:45:07.2|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.opus"
22-12-7 11:45:07.2|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.opus"
22-12-7 11:45:07.3|[522]Info|Writing: /music/The Chats/Get F__ked/01-11 Out On The Street.opus
22-12-7 11:45:07.3|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-11 Out On The Street.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-11 Out On The Street.opus" 2>&1
22-12-7 11:45:10.6|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-11 Out On The Street.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-11 Out On The Street.opus"
22-12-7 11:45:10.6|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-11 Out On The Street.opus"
22-12-7 11:45:10.6|[522]Info|Writing: /music/The Chats/Get F__ked/01-12 Emperor Of The Beach.opus
22-12-7 11:45:10.6|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.opus" 2>&1
22-12-7 11:45:15.3|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.opus"
22-12-7 11:45:15.4|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.opus"
22-12-7 11:45:15.4|[522]Info|Writing: /music/The Chats/Get F__ked/01-13 Getting Better.opus
22-12-7 11:45:15.4|[522]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-13 Getting Better.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-13 Getting Better.opus" 2>&1
22-12-7 11:45:21.2|[522]Debug|Recycling: "/music/The Chats/Get F__ked/01-13 Getting Better.flac" to "/The Chats/Get F__ked/" and setting permissions on "/music/The Chats/Get F__ked/01-13 Getting Better.opus"
22-12-7 11:45:21.2|[522]Error|Exit code 1 setting permissions and/or recycling on "/music/The Chats/Get F__ked/01-13 Getting Better.opus"
22-12-7 11:45:21.2|[522]Info|Calling Lidarr API to rescan artist
22-12-7 11:45:21.2|[522]Debug|Forcing rescan of artist '758'. Calling Lidarr API 'RefreshArtist' using POST and URL 'http://localhost:8686/api/v1/command'
22-12-7 11:45:21.6|[522]Debug|Checking job 1881396 completion, try #1. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881396'
22-12-7 11:45:21.7|[522]Debug|Job not done. Waiting 1 second.
22-12-7 11:45:22.7|[522]Debug|Checking job 1881396 completion, try #2. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881396'
22-12-7 11:45:22.9|[522]Debug|Job not done. Waiting 1 second.
22-12-7 11:45:23.9|[522]Debug|Checking job 1881396 completion, try #3. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881396'
22-12-7 11:45:24.1|[522]Debug|Job not done. Waiting 1 second.
22-12-7 11:45:25.1|[522]Debug|Checking job 1881396 completion, try #4. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881396'
22-12-7 11:45:25.2|[522]Debug|Job not done. Waiting 1 second.
22-12-7 11:45:26.3|[522]Debug|Checking job 1881396 completion, try #5. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881396'
22-12-7 11:45:26.5|[522]Debug|Job not done. Waiting 1 second.
22-12-7 11:45:27.5|[522]Debug|Checking job 1881396 completion, try #6. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881396'
22-12-7 11:45:27.6|[522]Info|Completed in 0m 56s

And here's a 2.1 log:

22-12-7 11:14:30.3|[1004]Info|Lidarr event: AlbumDownload, Artist: The Chats (758), Album: Get F__ked (19369), Advanced options: '-vn -c:a libopus -b:a 128k', File extension: .opus, Matching regex: '\.(flac|wav)$', Track(s): /music/The Chats/Get F__ked/01-01 6L GTR.flac|/music/The Chats/Get F__ked/01-02 Struck By Lightning.flac|/music/The Chats/Get F__ked/01-03 Boggo Breakout.flac|/music/The Chats/Get F__ked/01-04 Southport Superman.flac|/music/The Chats/Get F__ked/01-05 Panic Attack.flac|/music/The Chats/Get F__ked/01-06 Ticket Inspector.flac|/music/The Chats/Get F__ked/01-07 The Price Of Smokes.flac|/music/The Chats/Get F__ked/01-08 Dead On Site.flac|/music/The Chats/Get F__ked/01-09 Paid Late.flac|/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.flac|/music/The Chats/Get F__ked/01-11 Out On The Street.flac|/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.flac|/music/The Chats/Get F__ked/01-13 Getting Better.flac
22-12-7 11:14:30.3|[1004]Debug|Using advanced ffmpeg options "-vn -c:a libopus -b:a 128k"
22-12-7 11:14:30.3|[1004]Debug|Exporting with file extension ".opus"
22-12-7 11:14:30.3|[1004]Debug|Matching tracks against regex ".(flac|wav)$"
22-12-7 11:14:30.3|[1004]Info|Writing: /music/The Chats/Get F__ked/01-01 6L GTR.opus
22-12-7 11:14:30.3|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-01 6L GTR.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-01 6L GTR.opus"
22-12-7 11:14:37.5|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-01 6L GTR.flac" and setting permissions on "/music/The Chats/Get F__ked/01-01 6L GTR.opus"
22-12-7 11:14:37.5|[1004]Info|Writing: /music/The Chats/Get F__ked/01-02 Struck By Lightning.opus
22-12-7 11:14:37.5|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-02 Struck By Lightning.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-02 Struck By Lightning.opus"
22-12-7 11:14:40.7|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-02 Struck By Lightning.flac" and setting permissions on "/music/The Chats/Get F__ked/01-02 Struck By Lightning.opus"
22-12-7 11:14:40.7|[1004]Info|Writing: /music/The Chats/Get F__ked/01-03 Boggo Breakout.opus
22-12-7 11:14:40.7|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-03 Boggo Breakout.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-03 Boggo Breakout.opus"
22-12-7 11:14:43.2|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-03 Boggo Breakout.flac" and setting permissions on "/music/The Chats/Get F__ked/01-03 Boggo Breakout.opus"
22-12-7 11:14:43.2|[1004]Info|Writing: /music/The Chats/Get F__ked/01-04 Southport Superman.opus
22-12-7 11:14:43.2|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-04 Southport Superman.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-04 Southport Superman.opus"
22-12-7 11:14:44.2|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-04 Southport Superman.flac" and setting permissions on "/music/The Chats/Get F__ked/01-04 Southport Superman.opus"
22-12-7 11:14:44.3|[1004]Info|Writing: /music/The Chats/Get F__ked/01-05 Panic Attack.opus
22-12-7 11:14:44.3|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-05 Panic Attack.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-05 Panic Attack.opus"
22-12-7 11:14:47.7|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-05 Panic Attack.flac" and setting permissions on "/music/The Chats/Get F__ked/01-05 Panic Attack.opus"
22-12-7 11:14:47.8|[1004]Info|Writing: /music/The Chats/Get F__ked/01-06 Ticket Inspector.opus
22-12-7 11:14:47.8|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-06 Ticket Inspector.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-06 Ticket Inspector.opus"
22-12-7 11:14:51.5|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-06 Ticket Inspector.flac" and setting permissions on "/music/The Chats/Get F__ked/01-06 Ticket Inspector.opus"
22-12-7 11:14:51.5|[1004]Info|Writing: /music/The Chats/Get F__ked/01-07 The Price Of Smokes.opus
22-12-7 11:14:51.6|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.opus"
22-12-7 11:14:57.4|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.flac" and setting permissions on "/music/The Chats/Get F__ked/01-07 The Price Of Smokes.opus"
22-12-7 11:14:57.4|[1004]Info|Writing: /music/The Chats/Get F__ked/01-08 Dead On Site.opus
22-12-7 11:14:57.4|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-08 Dead On Site.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-08 Dead On Site.opus"
22-12-7 11:15:00.3|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-08 Dead On Site.flac" and setting permissions on "/music/The Chats/Get F__ked/01-08 Dead On Site.opus"
22-12-7 11:15:00.3|[1004]Info|Writing: /music/The Chats/Get F__ked/01-09 Paid Late.opus
22-12-7 11:15:00.3|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-09 Paid Late.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-09 Paid Late.opus"
22-12-7 11:15:03.5|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-09 Paid Late.flac" and setting permissions on "/music/The Chats/Get F__ked/01-09 Paid Late.opus"
22-12-7 11:15:03.5|[1004]Info|Writing: /music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.opus
22-12-7 11:15:03.5|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.opus"
22-12-7 11:15:05.8|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.flac" and setting permissions on "/music/The Chats/Get F__ked/01-10 I’ve Been Drunk In Every Pub In Brisbane.opus"
22-12-7 11:15:05.8|[1004]Info|Writing: /music/The Chats/Get F__ked/01-11 Out On The Street.opus
22-12-7 11:15:05.8|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-11 Out On The Street.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-11 Out On The Street.opus"
22-12-7 11:15:08.9|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-11 Out On The Street.flac" and setting permissions on "/music/The Chats/Get F__ked/01-11 Out On The Street.opus"
22-12-7 11:15:08.9|[1004]Info|Writing: /music/The Chats/Get F__ked/01-12 Emperor Of The Beach.opus
22-12-7 11:15:08.9|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.opus"
22-12-7 11:15:13.5|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.flac" and setting permissions on "/music/The Chats/Get F__ked/01-12 Emperor Of The Beach.opus"
22-12-7 11:15:13.5|[1004]Info|Writing: /music/The Chats/Get F__ked/01-13 Getting Better.opus
22-12-7 11:15:13.5|[1004]Debug|Executing: nice /usr/bin/ffmpeg -loglevel warning -nostdin -i "/music/The Chats/Get F__ked/01-13 Getting Better.flac" -vn -c:a libopus -b:a 128k "/music/The Chats/Get F__ked/01-13 Getting Better.opus"
22-12-7 11:15:18.9|[1004]Debug|Deleting: "/music/The Chats/Get F__ked/01-13 Getting Better.flac" and setting permissions on "/music/The Chats/Get F__ked/01-13 Getting Better.opus"
22-12-7 11:15:18.9|[1004]Info|Calling Lidarr API to rescan artist
22-12-7 11:15:18.9|[1004]Debug|Forcing rescan of artist '758'. Calling Lidarr API 'RefreshArtist' using POST and URL 'http://localhost:8686/api/v1/command'
22-12-7 11:15:19.3|[1004]Debug|Checking job 1881334 completion, try #1. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881334'
22-12-7 11:15:19.4|[1004]Debug|Job not done. Waiting 1 second.
22-12-7 11:15:20.4|[1004]Debug|Checking job 1881334 completion, try #2. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881334'
22-12-7 11:15:20.6|[1004]Debug|Job not done. Waiting 1 second.
22-12-7 11:15:21.6|[1004]Debug|Checking job 1881334 completion, try #3. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881334'
22-12-7 11:15:21.8|[1004]Debug|Job not done. Waiting 1 second.
22-12-7 11:15:22.8|[1004]Debug|Checking job 1881334 completion, try #4. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/command/1881334'
22-12-7 11:15:22.9|[1004]Info|Completed in 0m 54s

from lidarr-flac2mp3.

TheCaptain989 avatar TheCaptain989 commented on May 23, 2024

It looks like it's trying to recycle the FLAC under 2.2 and failing, but was just deleting it under 2.1. Also, the Recycle Bin path appears to be blank because the path it's trying to move to is '/The Chats/Get F__ked/' and I would expect something like '/music/#recycle/The Chats/Get F__ked/'. Interesting.

Do you actually have the Recycle Bin configured in Lidarr? Also, was there another log entry above the lines you posted that begins with: Debug|Detected Lidarr RecycleBin ?

from lidarr-flac2mp3.

StormPooper avatar StormPooper commented on May 23, 2024

My Recycle Bin is disabled (I believe these are the defaults):
Recycle Bin settings in Lidarr

And here's the part of the log I'd missed:

22-12-7 11:14:29.5|[1004]Debug|Enabling debug logging level 1. Starting AlbumDownload run.
22-12-7 11:14:29.5|[1004]Debug|Reading from Lidarr config file '/config/config.xml'
22-12-7 11:14:29.5|[1004]Debug|Getting Lidarr version. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/system/status'
22-12-7 11:14:30.2|[1004]Debug|Detected Lidarr version 1.0.2.2592
22-12-7 11:14:30.2|[1004]Debug|Getting Lidarr RecycleBin. Calling Lidarr API using GET and URL 'http://localhost:8686/api/v1/config/mediamanagement'
22-12-7 11:14:30.3|[1004]Debug|Detected Lidarr RecycleBin ''

from lidarr-flac2mp3.

TheCaptain989 avatar TheCaptain989 commented on May 23, 2024

Thank you very much! I must have buggered up something, but this give me what I need to test with. Thanks!
I'll get back to you at my earliest convenience.

from lidarr-flac2mp3.

StormPooper avatar StormPooper commented on May 23, 2024

No worries, thanks for looking into it. Let me know if you want me to check/test anything.

from lidarr-flac2mp3.

TheCaptain989 avatar TheCaptain989 commented on May 23, 2024

I think I found the issue. Can you please deploy my dev release by changing the DOCKER_MODS variable as follows: DOCKER_MODS=thecaptain989/lidarr-flac2mp3:latest and let me know if this fixes it?

from lidarr-flac2mp3.

StormPooper avatar StormPooper commented on May 23, 2024

Yep, that fixes it for me, nice one. Much appreciated.

from lidarr-flac2mp3.

TheCaptain989 avatar TheCaptain989 commented on May 23, 2024

Yay! Thank you for reporting the problem and for working with me to resolve it.

from lidarr-flac2mp3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.