XBMC Community Forum
Headphones - Music albums & artists auto download program - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: Headphones - Music albums & artists auto download program (/showthread.php?tid=103688)



- MrHaugen - 2011-10-19 19:09

Finally got a chance to dig a bit into my problem of nothing getting processed.
New albums is looked up and downloaded. But nothing more. Albums are sitting in my Headphones Completed folder

Here's the logs from around the Album that was found and downloaded.
Code:
17-okt-2011 14:23:27 - INFO    :: Thread-765 : Found SomeArtist-SomeAlbum-2011. Size: 97.0 MB
17-okt-2011 14:23:27 - INFO    :: Thread-765 : Pre-processing result
17-okt-2011 14:23:28 - INFO    :: Thread-765 : Found best result: <a href="http://nzb.su/getnzb/bfndk3ni32932bbas8932032nif205.nzb&i=243343&r=23213123123ughvgipo231oi213">SomeArtist-SomeAlbum-2011</a> - 97.0 MB
17-okt-2011 14:23:28 - INFO    :: Thread-765 : Result text from SAB: ok
17-okt-2011 14:23:28 - INFO    :: Thread-765 : NZB sent to SAB successfully
17-okt-2011 14:35:46 - INFO    :: Thread-766 : Completed scanning of directory: Z:\Audio\
17-okt-2011 14:35:46 - INFO    :: Thread-766 : Checking filepaths to see if we can find any matches
17-okt-2011 14:35:47 - INFO    :: Thread-766 : Done checking empty filepaths
17-okt-2011 14:35:47 - INFO    :: Thread-766 : Done syncing library with directory: Z:\Audio\
17-okt-2011 14:35:47 - INFO    :: Thread-766 : Updating track counts
17-okt-2011 14:35:48 - INFO    :: Thread-766 : Found 1255 new artists
17-okt-2011 14:35:48 - INFO    :: Thread-766 : To add these artists, go to Manage->Manage New Artists
17-okt-2011 19:23:25 - INFO    :: Thread-828 : Scanning music directory: Z:\Audio\
17-okt-2011 19:23:25 - INFO    :: Thread-829 : Headphones is already up-to-date.
17-okt-2011 19:38:36 - INFO    :: Thread-828 : Completed scanning of directory: Z:\Audio\
17-okt-2011 19:38:36 - INFO    :: Thread-828 : Checking filepaths to see if we can find any matches
17-okt-2011 19:38:37 - INFO    :: Thread-828 : Done checking empty filepaths
17-okt-2011 19:38:37 - INFO    :: Thread-828 : Done syncing library with directory: Z:\Audio\
17-okt-2011 19:38:37 - INFO    :: Thread-828 : Updating track counts
17-okt-2011 19:38:37 - INFO    :: Thread-828 : Found 1255 new artists
17-okt-2011 19:38:37 - INFO    :: Thread-828 : To add these artists, go to Manage->Manage New Artists

I really don't get this. As you can see, there is a lot of artists found, but the reason is that I'm using an application that deals in Album Artists, and separates artist on collections.

I've added some Artists that I'm interested in. Not all. I've added the download directory of Headphones as well as the destination folder. But there is still NO sign of Headphones trying to post process it or move it to the destination folder.

I would appreciate any help!


- clubwerks - 2011-10-19 20:51

I've found that when Headphones won't post process an album it's because it can't figure out what it is. It uses a pretty strict format of folder naming: Album Artist - Album [Year], plus the tracks themselves need to be tagged properly with Album Artist, Artist, Album, Year. It might not be that specific, but it's something along those lines. I'd say 50% of what I download won't post process by itself without being massaged by mp3tag and changing the folder name first.


- rshieldsr - 2011-10-20 19:02

clubwerks Wrote:No, but you need to search the thread because it's been discussed many, many times.

Okay, fair enough. Perhaps I should elaborate on my question. I am using the windows .exe variant of Headphones and it seems that the -q switch to prevent it from starting with the console does not work on the .exe version.

Are the the switches for the .exe different from those for the .py, or does the .exe simply not accept any switches?


- HenryFord - 2011-10-20 19:20

rshieldsr Wrote:or does the .exe simply not accept any switches?
This. And currently I cannot be bothered to implement a quite-version, sorry.


- HarryRosen - 2011-10-24 16:19

Just notices an upgrade, does this mean the project is starting up again?


- shadowfighter - 2011-10-25 10:02

good to see there are some updates, however, when I click on update, nothing seems to happen.. anything I can try?

running a git pull first updates the software, next time, tells me I am up to date. Still in the GUI I see that I have 24 updates...


- HenryFord - 2011-10-25 12:09

Do you run the windows-version? I haven't updated it in a while - will probably do it tonight.


- cosmicr - 2011-10-25 23:41

shadowfighter Wrote:good to see there are some updates, however, when I click on update, nothing seems to happen.. anything I can try?

running a git pull first updates the software, next time, tells me I am up to date. Still in the GUI I see that I have 24 updates...

yep exactly the same here. Using Ubuntu.


- shadowfighter - 2011-10-26 08:40

cosmicr Wrote:yep exactly the same here. Using Ubuntu.

Running Ubuntu as well Smile No traces of an error in the log files btw..

Many thanks for the guys picking up the project!!!


- shadowfighter - 2011-10-26 08:58

To add some info about the pull today:


Code:
/.headphones$ sudo git pull
Updating e9a1e55..0ba1e57
error: Your local changes to the following files would be overwritten by merge:
        headphonesinit.d
Please, commit your changes or stash them before you can merge.
Aborting