rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.37k stars 601 forks source link

Fails to autoprocess because files are already encoded #501

Closed pedrovanzella closed 11 years ago

pedrovanzella commented 12 years ago

Headphones has been failing to postprocess my downloads when files are already encoded. I have recoding set up, with -acodec alac -y -ac 2 -vn (Full Config).

The log shows

2012-03-03 22:40:42     WARNING     Music "09 - AC-DC - Squealer.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "03 - AC-DC - Big Balls.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "07 - AC-DC - Ain't No Fun (Waiting Round To Be A Millionaire).m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "08 - AC-DC - Ride On.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "01 - AC-DC - Dirty Deeds Done Dirt Cheap.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "04 - AC-DC - Rocker.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "05 - AC-DC - Problem Child.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "06 - AC-DC - There's Gonna Be Some Rockin'.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "02 - AC-DC - Love At First Feel.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "08 - AC-DC - Ride On.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "09 - AC-DC - Squealer.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "05 - AC-DC - Problem Child.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "04 - AC-DC - Rocker.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "07 - AC-DC - Ain't No Fun (Waiting Round To Be A Millionaire).m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "06 - AC-DC - There's Gonna Be Some Rockin'.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "03 - AC-DC - Big Balls.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "02 - AC-DC - Love At First Feel.m4a" is already encoded
2012-03-03 22:40:42     WARNING     Music "01 - AC-DC - Dirty Deeds Done Dirt Cheap.m4a" is already encoded
2012-03-03 22:40:41     INFO    Starting post-processing for: AC/DC - Dirty Deeds Done Dirt Cheap

If I manually move those files out of my downloads directory and force post-processing, it will convert the next album in place, and fail with the same error.

The metadata is also not being written, but I'm not sure if it's related, as it may be a problem with my ffmpeg or musicbrainz.

I'm running headphones on FreeBSD 9.0.

rembo10 commented 12 years ago

isn't that the desired behavior though? i don't use the reencoding function much, or ffmpeg really, so i don't know much about its switches, but are you trying to encode m4a->m4a?

pedrovanzella commented 12 years ago

I'm trying to encode FLAC->ALAC (in m4a).

The desired behavior would be to encode, move the files, then encode the next folder and repeat. Currently it is only encoding one folder, not moving, and failing to encode the next folder.

rembo10 commented 12 years ago

Ah I gotcha. So it fails somewhere, stays in the download dir. That's why t was giving the warning that they were already encoded. Does it fail on moving, or maybe before that (album art, lyrics, renaming). Maybe try in checking everything but 'move to destination dir' to see if that's definitely the problem

On Mar 22, 2012, at 12:33 AM, Pedro Vanzellareply@reply.github.com wrote:

I'm trying to encode FLAC->ALAC (in m4a).

The desired behavior would be to encode, move the files, then encode the next folder and repeat. Currently it is only encoding one folder, not moving, and failing to encode the next folder.


Reply to this email directly or view it on GitHub: https://github.com/rembo10/headphones/issues/501#issuecomment-4630397

pedrovanzella commented 12 years ago

I am guessing it is somewhere in the metadata writing phase, as it renames it properly, but there is no metadata in the m4as generated. I'll check that and report back.

rembo10 commented 12 years ago

Also check the actual log file as it also has debug messages

On Mar 22, 2012, at 1:10 AM, Pedro Vanzellareply@reply.github.com wrote:

I am guessing it is somewhere in the metadata writing phase, as it renames it properly, but there is no metadata in the m4as generated. I'll check that and report back.


Reply to this email directly or view it on GitHub: https://github.com/rembo10/headphones/issues/501#issuecomment-4630790

rafaelmagu commented 12 years ago

Same thing happening here. I have to restart HP to reset it.

Also found this while trying to convert one of the albums:

22-Mar-2012 19:01:54 - INFO :: Thread-16 : Starting post-processing for: Oasis - Dig Out Your Soul
header parsing failed
Exception in thread Thread-16:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/headphones/headphones/postprocessor.py", line 586, in forcePostProcess
    verify(release['AlbumID'], albumpath)
  File "/opt/headphones/headphones/postprocessor.py", line 159, in verify
    doPostProcessing(albumid, albumpath, release, tracks, downloaded_track_list)
  File "/opt/headphones/headphones/postprocessor.py", line 207, in doPostProcessing
    downloaded_track_list=encode.encode(albumpath)
  File "/opt/headphones/headphones/encode.py", line 52, in encode
    infoMusic=MediaFile(music)
  File "/opt/headphones/lib/beets/mediafile.py", line 640, in __init__
    raise UnreadableFileError('Mutagen could not read file')
UnreadableFileError: Mutagen could not read file
pabloalcantara commented 12 years ago

In the reencode process, the first thing it does is look at the already encoded file to see if the choosen bitrate are better or the same from the original file. If it´s the same, it didn´t reencode the file and spits out the message saing that the music is already encoded.

futurekill commented 12 years ago

I've got the same problem I think. At no point does HP try and reencode flac to VBR m4a as I've specified in my config (I can do it manually from the command line no problem):

10-Jun-2012 02:46:46 - INFO :: Thread-757 : Starting post-processing for: Wolfmother - Cosmic Egg 10-Jun-2012 02:49:29 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/05-Wolfmother-In the Morning.flac 10-Jun-2012 02:49:29 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/12-Wolfmother-Back Round.flac 10-Jun-2012 02:49:29 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/11-Wolfmother-Eyes Open.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/13-Wolfmother-In the Castle.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/15-Wolfmother-Phoenix.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/04-Wolfmother-Sundial.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/03-Wolfmother-White Feather.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/02-Wolfmother-New Moon Rising.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/09-Wolfmother-Cosmonaut.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/16-Wolfmother-Violence of the Sun.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/01-Wolfmother-California Queen.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/07-Wolfmother-Cosmic Egg.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/06-Wolfmother-10,000 Feet.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/08-Wolfmother-Far Away.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/10-Wolfmother-Pilgrim.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/14-Wolfmother-Caroline.flac 10-Jun-2012 02:49:32 - DEBUG :: Thread-757 : Removing: Wolfmother - Cosmic Egg.m3u 10-Jun-2012 02:49:32 - DEBUG :: Thread-757 : Removing: Wolfmother - Woman (live @ 013 Tilburg 2010).flv 10-Jun-2012 02:49:40 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/05-Wolfmother-In the Morning.flac 10-Jun-2012 02:49:41 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/12-Wolfmother-Back Round.flac 10-Jun-2012 02:49:42 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/11-Wolfmother-Eyes Open.flac 10-Jun-2012 02:49:42 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/13-Wolfmother-In the Castle.flac 10-Jun-2012 02:49:43 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/15-Wolfmother-Phoenix.flac 10-Jun-2012 02:49:43 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/04-Wolfmother-Sundial.flac 10-Jun-2012 02:49:44 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/03-Wolfmother-White Feather.flac 10-Jun-2012 02:49:45 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/02-Wolfmother-New Moon Rising.flac 10-Jun-2012 02:49:45 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/09-Wolfmother-Cosmonaut.flac 10-Jun-2012 02:49:46 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/16-Wolfmother-Violence of the Sun.flac 10-Jun-2012 02:49:47 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/01-Wolfmother-California Queen.flac 10-Jun-2012 02:49:47 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/07-Wolfmother-Cosmic Egg.flac 10-Jun-2012 02:49:48 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/06-Wolfmother-10,000 Feet.flac 10-Jun-2012 02:49:48 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/08-Wolfmother-Far Away.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/10-Wolfmother-Pilgrim.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/14-Wolfmother-Caroline.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/05-Wolfmother-In the Morning.flac ---> 05 Wolfmother - Cosmic Egg [2009]- In the Morning.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/12-Wolfmother-Back Round.flac ---> 12 Wolfmother - Cosmic Egg [2009]- Back Round.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/11-Wolfmother-Eyes Open.flac ---> 11 Wolfmother - Cosmic Egg [2009]- Eyes Open.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/13-Wolfmother-In the Castle.flac ---> 13 Wolfmother - Cosmic Egg [2009]- In the Castle.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/15-Wolfmother-Phoenix.flac ---> 15 Wolfmother - Cosmic Egg [2009]- Phoenix.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/04-Wolfmother-Sundial.flac ---> 04 Wolfmother - Cosmic Egg [2009]- Sundial.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/03-Wolfmother-White Feather.flac ---> 03 Wolfmother - Cosmic Egg [2009]- White Feather.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/02-Wolfmother-New Moon Rising.flac ---> 02 Wolfmother - Cosmic Egg [2009]- New Moon Rising.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/09-Wolfmother-Cosmonaut.flac ---> 09 Wolfmother - Cosmic Egg [2009]- Cosmonaut.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/16-Wolfmother-Violence of the Sun.flac ---> 16 Wolfmother - Cosmic Egg [2009]- Violence of the Sun.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/01-Wolfmother-California Queen.flac ---> 01 Wolfmother - Cosmic Egg [2009]- California Queen.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/07-Wolfmother-Cosmic Egg.flac ---> 07 Wolfmother - Cosmic Egg [2009]- Cosmic Egg.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/06-Wolfmother-10,000 Feet.flac ---> 06 Wolfmother - Cosmic Egg [2009]- 10,000 Feet.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/08-Wolfmother-Far Away.flac ---> 08 Wolfmother - Cosmic Egg [2009]- Far Away.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/10-Wolfmother-Pilgrim.flac ---> 10 Wolfmother - Cosmic Egg [2009]- Pilgrim.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/14-Wolfmother-Caroline.flac ---> 14 Wolfmother - Cosmic Egg [2009]- Caroline.flac 10-Jun-2012 02:49:49 - INFO :: Thread-757 : Moving files from /home/jarvis/Music/Wolfmother - Cosmic Egg [2009] to /home/jarvis/media/media/Music/Wolfmother/Cosmic Egg [2009] 10-Jun-2012 02:50:14 - INFO :: Thread-757 : Post-processing for Wolfmother - Cosmic Egg complete

pabloalcantara commented 12 years ago

The first thing you need to do is test the ffmpeg encoder manually to see if it's working.

On Sun, Jun 10, 2012 at 1:26 PM, James Candalino < reply@reply.github.com

wrote:

I've got the same problem I think. At no point does HP try and reencode flac to VBR m4a as I've specified in my config (I can do it manually from the command line no problem):

10-Jun-2012 02:46:46 - INFO :: Thread-757 : Starting post-processing for: Wolfmother - Cosmic Egg 10-Jun-2012 02:49:29 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/05-Wolfmother-In the Morning.flac 10-Jun-2012 02:49:29 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/12-Wolfmother-Back Round.flac 10-Jun-2012 02:49:29 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/11-Wolfmother-Eyes Open.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/13-Wolfmother-In the Castle.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/15-Wolfmother-Phoenix.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/04-Wolfmother-Sundial.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/03-Wolfmother-White Feather.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/02-Wolfmother-New Moon Rising.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/09-Wolfmother-Cosmonaut.flac 10-Jun-2012 02:49:30 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/16-Wolfmother-Violence of the Sun.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/01-Wolfmother-California Queen.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/07-Wolfmother-Cosmic Egg.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/06-Wolfmother-10,000 Feet.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/08-Wolfmother-Far Away.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/10-Wolfmother-Pilgrim.flac 10-Jun-2012 02:49:31 - DEBUG :: Thread-757 : Adding album art to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/14-Wolfmother-Caroline.flac 10-Jun-2012 02:49:32 - DEBUG :: Thread-757 : Removing: Wolfmother - Cosmic Egg.m3u 10-Jun-2012 02:49:32 - DEBUG :: Thread-757 : Removing: Wolfmother - Woman (live @ 013 Tilburg 2010).flv 10-Jun-2012 02:49:40 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/05-Wolfmother-In the Morning.flac 10-Jun-2012 02:49:41 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/12-Wolfmother-Back Round.flac 10-Jun-2012 02:49:42 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/11-Wolfmother-Eyes Open.flac 10-Jun-2012 02:49:42 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/13-Wolfmother-In the Castle.flac 10-Jun-2012 02:49:43 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/15-Wolfmother-Phoenix.flac 10-Jun-2012 02:49:43 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/04-Wolfmother-Sundial.flac 10-Jun-2012 02:49:44 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/03-Wolfmother-White Feather.flac 10-Jun-2012 02:49:45 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/02-Wolfmother-New Moon Rising.flac 10-Jun-2012 02:49:45 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/09-Wolfmother-Cosmonaut.flac 10-Jun-2012 02:49:46 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/16-Wolfmother-Violence of the Sun.flac 10-Jun-2012 02:49:47 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/01-Wolfmother-California Queen.flac 10-Jun-2012 02:49:47 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/07-Wolfmother-Cosmic Egg.flac 10-Jun-2012 02:49:48 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/06-Wolfmother-10,000 Feet.flac 10-Jun-2012 02:49:48 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/08-Wolfmother-Far Away.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/10-Wolfmother-Pilgrim.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Adding lyrics to: /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/14-Wolfmother-Caroline.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/05-Wolfmother-In the Morning.flac ---> 05 Wolfmother - Cosmic Egg [2009]- In the Morning.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/12-Wolfmother-Back Round.flac ---> 12 Wolfmother - Cosmic Egg [2009]- Back Round.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/11-Wolfmother-Eyes Open.flac ---> 11 Wolfmother - Cosmic Egg [2009]- Eyes Open.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/13-Wolfmother-In the Castle.flac ---> 13 Wolfmother - Cosmic Egg [2009]- In the Castle.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/15-Wolfmother-Phoenix.flac ---> 15 Wolfmother - Cosmic Egg [2009]- Phoenix.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/04-Wolfmother-Sundial.flac ---> 04 Wolfmother - Cosmic Egg [2009]- Sundial.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/03-Wolfmother-White Feather.flac ---> 03 Wolfmother - Cosmic Egg [2009]- White Feather.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/02-Wolfmother-New Moon Rising.flac ---> 02 Wolfmother - Cosmic Egg [2009]- New Moon Rising.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/09-Wolfmother-Cosmonaut.flac ---> 09 Wolfmother - Cosmic Egg [2009]- Cosmonaut.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/16-Wolfmother-Violence of the Sun.flac ---> 16 Wolfmother - Cosmic Egg [2009]- Violence of the Sun.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/01-Wolfmother-California Queen.flac ---> 01 Wolfmother - Cosmic Egg [2009]- California Queen.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/07-Wolfmother-Cosmic Egg.flac ---> 07 Wolfmother - Cosmic Egg [2009]- Cosmic Egg.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/06-Wolfmother-10,000 Feet.flac ---> 06 Wolfmother - Cosmic Egg [2009]- 10,000 Feet.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/08-Wolfmother-Far Away.flac ---> 08 Wolfmother - Cosmic Egg [2009]- Far Away.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/10-Wolfmother-Pilgrim.flac ---> 10 Wolfmother - Cosmic Egg [2009]- Pilgrim.flac 10-Jun-2012 02:49:49 - DEBUG :: Thread-757 : Renaming /home/jarvis/Music/Wolfmother - Cosmic Egg [2009]/14-Wolfmother-Caroline.flac ---> 14 Wolfmother - Cosmic Egg [2009]- Caroline.flac 10-Jun-2012 02:49:49 - INFO :: Thread-757 : Moving files from /home/jarvis/Music/Wolfmother - Cosmic Egg [2009] to /home/jarvis/media/media/Music/Wolfmother/Cosmic Egg [2009] 10-Jun-2012 02:50:14 - INFO :: Thread-757 : Post-processing for Wolfmother - Cosmic Egg complete


Reply to this email directly or view it on GitHub: https://github.com/rembo10/headphones/issues/501#issuecomment-6229601

Atenciosamente, Pablo Alcântara

Analista de Tecnologia da Informação e Comunicação Microsoft MCP Enterasys ECIE Citrix CCA Furukawa FCP

futurekill commented 12 years ago

Hmm...yeah, couldn't get m4a to work for some reason from the command line even though ffmpeg -codecs says that it's supported. I was able to convert a .flac file to .mp3 using ffmpeg though (ffmpeg -i file.flac -q 0 -ar 48000 file.mp3) no problem but HP still didn't do it automatically.

pabloalcantara commented 12 years ago

So try this if it works: Select mp3 on format, and put this (without cotes) "-ar 44100 -ab 128 -aq 5 -y -ac 2 -vn" on advanced Encoding options. And make sure the path for the encoder is correctly.

On Sun, Jun 10, 2012 at 2:37 PM, James Candalino < reply@reply.github.com

wrote:

Hmm...yeah, couldn't get m4a to work for some reason from the command line even though ffmpeg -codecs says that it's supported. I was able to convert a .flac file to .mp3 using ffmpeg though (ffmpeg -i file.flac -q 0 -ar 48000 file.mp3) no problem but HP still didn't do it automatically.


Reply to this email directly or view it on GitHub: https://github.com/rembo10/headphones/issues/501#issuecomment-6230148

Atenciosamente, Pablo Alcântara

Analista de Tecnologia da Informação e Comunicação Microsoft MCP Enterasys ECIE Citrix CCA Furukawa FCP

futurekill commented 12 years ago

Ok, so changed the format to mp3 and added the encoder options and still wound up with the same result.

Here's a screenshot of my settings: settings

My ffmpeg binary is in /bin and is executable by everyone.

HP looks like it's not even trying to reencode the files:

10-Jun-2012 21:11:24 - INFO :: Thread-490 : Starting post-processing for: Fluke - Risotto 10-Jun-2012 21:13:06 - INFO :: Thread-490 : Embedding album art 10-Jun-2012 21:13:06 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/06 - Setback.flac 10-Jun-2012 21:13:07 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/03 - Kitten Moon.flac 10-Jun-2012 21:13:12 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/05 - Bermuda.flac 10-Jun-2012 21:13:16 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/09 - Squirt.flac 10-Jun-2012 21:13:16 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/08 - Reeferendrum.flac 10-Jun-2012 21:13:16 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/01 - Absurd.flac 10-Jun-2012 21:13:19 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/02 - Atom Bomb.flac 10-Jun-2012 21:13:23 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/04 - Mosh.flac 10-Jun-2012 21:13:26 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/07 - Amp.flac 10-Jun-2012 21:13:29 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/10 - Goodnight Lover.flac 10-Jun-2012 21:13:33 - INFO :: Thread-490 : Cleaning up files 10-Jun-2012 21:13:33 - DEBUG :: Thread-490 : Removing: 00 - Risotto.cue 10-Jun-2012 21:13:33 - DEBUG :: Thread-490 : Removing: 00 - Risotto.log 10-Jun-2012 21:13:33 - INFO :: Thread-490 : Adding album art to folder 10-Jun-2012 21:13:33 - INFO :: Thread-490 : Writing metadata 10-Jun-2012 21:13:39 - DEBUG :: Thread-490 : Beets recommendation: RECOMMEND_STRONG 10-Jun-2012 21:13:39 - INFO :: Thread-490 : Adding lyrics 10-Jun-2012 21:13:40 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/06 - Setback.flac 10-Jun-2012 21:13:41 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Kitten+Moon&amp;action=edit 10-Jun-2012 21:13:41 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/03 - Kitten Moon.flac 10-Jun-2012 21:13:43 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/05 - Bermuda.flac 10-Jun-2012 21:13:44 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/09 - Squirt.flac 10-Jun-2012 21:13:45 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Reeferendrum&amp;action=edit 10-Jun-2012 21:13:45 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/08 - Reeferendrum.flac 10-Jun-2012 21:13:46 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/01 - Absurd.flac 10-Jun-2012 21:13:47 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/02 - Atom Bomb.flac 10-Jun-2012 21:13:48 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Mosh&amp;action=edit 10-Jun-2012 21:13:48 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/04 - Mosh.flac 10-Jun-2012 21:13:50 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Amp&amp;action=edit 10-Jun-2012 21:13:50 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/07 - Amp.flac 10-Jun-2012 21:13:51 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Goodnight+Lover&amp;action=edit 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/10 - Goodnight Lover.flac 10-Jun-2012 21:13:51 - INFO :: Thread-490 : Renaming files 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/06 - Setback.flac ---> 06 Fluke - Risotto [1997]- Setback.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/03 - Kitten Moon.flac ---> 03 Fluke - Risotto [1997]- Kitten Moon.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/05 - Bermuda.flac ---> 05 Fluke - Risotto [1997]- Bermuda.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/09 - Squirt.flac ---> 09 Fluke - Risotto [1997]- Squirt.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/08 - Reeferendrum.flac ---> 08 Fluke - Risotto [1997]- Reeferendrum.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/01 - Absurd.flac ---> 01 Fluke - Risotto [1997]- Absurd.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/02 - Atom Bomb.flac ---> 02 Fluke - Risotto [1997]- Atom Bomb.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/04 - Mosh.flac ---> 04 Fluke - Risotto [1997]- Mosh.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/07 - Amp.flac ---> 07 Fluke - Risotto [1997]- Amp.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/10 - Goodnight Lover.flac ---> 10 Fluke - Risotto [1997]- Goodnight Lover.flac 10-Jun-2012 21:13:51 - INFO :: Thread-490 : Moving files from /home/jarvis/Music/Fluke - Risotto [1997] to /home/jarvis/media/media/Music/Fluke/Risotto [1997] 10-Jun-2012 21:14:16 - INFO :: Thread-490 : Post-processing for Fluke - Risotto complete

pabloalcantara commented 12 years ago

I see the problem. On the path to ffmpeg, just use /bin, and remove the /ffmpeg. Em 10/06/2012 22:22, "James Candalino" < reply@reply.github.com> escreveu:

Ok, so changed the format to mp3 and added the encoder options and still wound up with the same result.

Here's a screenshot of my settings: settings

My ffmpeg binary is in /bin and is executable by everyone.

HP looks like it's not even trying to reencode the files:

10-Jun-2012 21:11:24 - INFO :: Thread-490 : Starting post-processing for: Fluke - Risotto 10-Jun-2012 21:13:06 - INFO :: Thread-490 : Embedding album art 10-Jun-2012 21:13:06 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/06 - Setback.flac 10-Jun-2012 21:13:07 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/03 - Kitten Moon.flac 10-Jun-2012 21:13:12 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/05 - Bermuda.flac 10-Jun-2012 21:13:16 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/09 - Squirt.flac 10-Jun-2012 21:13:16 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/08 - Reeferendrum.flac 10-Jun-2012 21:13:16 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/01 - Absurd.flac 10-Jun-2012 21:13:19 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/02 - Atom Bomb.flac 10-Jun-2012 21:13:23 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/04 - Mosh.flac 10-Jun-2012 21:13:26 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/07 - Amp.flac 10-Jun-2012 21:13:29 - DEBUG :: Thread-490 : Adding album art to: /home/jarvis/Music/Fluke - Risotto [1997]/10 - Goodnight Lover.flac 10-Jun-2012 21:13:33 - INFO :: Thread-490 : Cleaning up files 10-Jun-2012 21:13:33 - DEBUG :: Thread-490 : Removing: 00 - Risotto.cue 10-Jun-2012 21:13:33 - DEBUG :: Thread-490 : Removing: 00 - Risotto.log 10-Jun-2012 21:13:33 - INFO :: Thread-490 : Adding album art to folder 10-Jun-2012 21:13:33 - INFO :: Thread-490 : Writing metadata 10-Jun-2012 21:13:39 - DEBUG :: Thread-490 : Beets recommendation: RECOMMEND_STRONG 10-Jun-2012 21:13:39 - INFO :: Thread-490 : Adding lyrics 10-Jun-2012 21:13:40 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/06 - Setback.flac 10-Jun-2012 21:13:41 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Kitten+Moon&amp;action=edit 10-Jun-2012 21:13:41 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/03 - Kitten Moon.flac 10-Jun-2012 21:13:43 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/05 - Bermuda.flac 10-Jun-2012 21:13:44 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/09 - Squirt.flac 10-Jun-2012 21:13:45 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Reeferendrum&amp;action=edit 10-Jun-2012 21:13:45 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/08 - Reeferendrum.flac 10-Jun-2012 21:13:46 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/01 - Absurd.flac 10-Jun-2012 21:13:47 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/02 - Atom Bomb.flac 10-Jun-2012 21:13:48 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Mosh&amp;action=edit 10-Jun-2012 21:13:48 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/04 - Mosh.flac 10-Jun-2012 21:13:50 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Amp&amp;action=edit 10-Jun-2012 21:13:50 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/07 - Amp.flac 10-Jun-2012 21:13:51 - WARNING :: Thread-490 : Cannot find lyrics on: http://lyrics.wikia.com/index.php?title=Fluke:Goodnight+Lover&amp;action=edit 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Adding lyrics to: /home/jarvis/Music/Fluke - Risotto [1997]/10 - Goodnight Lover.flac 10-Jun-2012 21:13:51 - INFO :: Thread-490 : Renaming files 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/06 - Setback.flac ---> 06 Fluke - Risotto [1997]- Setback.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/03 - Kitten Moon.flac ---> 03 Fluke - Risotto [1997]- Kitten Moon.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/05 - Bermuda.flac ---> 05 Fluke - Risotto [1997]- Bermuda.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/09 - Squirt.flac ---> 09 Fluke - Risotto [1997]- Squirt.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/08 - Reeferendrum.flac ---> 08 Fluke - Risotto [1997]- Reeferendrum.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/01 - Absurd.flac ---> 01 Fluke - Risotto [1997]- Absurd.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/02 - Atom Bomb.flac ---> 02 Fluke

  • Risotto [1997]- Atom Bomb.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/04 - Mosh.flac ---> 04 Fluke - Risotto [1997]- Mosh.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/07 - Amp.flac ---> 07 Fluke - Risotto [1997]- Amp.flac 10-Jun-2012 21:13:51 - DEBUG :: Thread-490 : Renaming /home/jarvis/Music/Fluke - Risotto [1997]/10 - Goodnight Lover.flac ---> 10 Fluke - Risotto [1997]- Goodnight Lover.flac 10-Jun-2012 21:13:51 - INFO :: Thread-490 : Moving files from /home/jarvis/Music/Fluke - Risotto [1997] to /home/jarvis/media/media/Music/Fluke/Risotto [1997] 10-Jun-2012 21:14:16 - INFO :: Thread-490 : Post-processing for Fluke - Risotto complete

Reply to this email directly or view it on GitHub: https://github.com/rembo10/headphones/issues/501#issuecomment-6233766

futurekill commented 12 years ago

Woot! That did it. I knew it was going to be something simple. Thanks!

rembo10 commented 11 years ago

That's really confusing though. When i think of "path to encoder", i'd think it was the full path. Maybe we should change it to "Encoder directory" or "path to encoder directory" or something, or just use the full path that is supplied without appending the encoder to the end? I dunno, any ways, i'll look into it....

rembo10 commented 11 years ago

or if the full path is supplied, e.g. encoder_directory.endswith(x for x in ['ffmpeg','lame','xld']), path_to_encoder = encoder_directory (or something like that)