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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Headphones - Music albums & artists auto download program (/showthread.php?tid=103688)



- Mar2zz - 2011-10-26

shadowfighter Wrote: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

git stash && git pull will solve that.


- shadowfighter - 2011-10-27

Mar2zz Wrote:git stash && git pull will solve that.

cool, thanks! it's working now, I have updated.. However the top screen still mentions that there are updates for me Smile we will see how it goes.

thanks!Laugh


- Mar2zz - 2011-10-27

You need to restart headphones for using the updates. The correct updateroutine from terminal
Code:
sudo /etc/init.d/headphones stop
git pull (stash first if it nags about changes)
sudo /etc/init.d/headphones start



- cosmicr - 2011-10-30

just a tip for anyone having problems with post-processing - I spent hours trying to work out why it wouldn't rename, until I realised I had one letter the wrong case in my path (I had media instead of Media). Works a treat now.


- cosmicr - 2011-10-30

is there a way to have the files permissions it writes as 777?


- Cool_bombom - 2011-10-30

hi Rembo10

see you PM :-)

cheers
c_bb


- sjobbels - 2011-11-01

I'm using headphones with openelec and on a mac.
But on the mac it doesn't work anymore.

I get this message:
Unknown failure sending NZB to sab. Return text is:

I saw it before in this thread, but no solution...
All the items are filled in correctly.


- HenryFord - 2011-11-02

Is there actually a response text or is it empty?


no console! - zark - 2011-11-04

rshieldsr Wrote:Does anyone know of a way to get Headphones to start without displaying the console?

I renamed headphones.py to headphones.pyw .
Now double clicking on headphones.pyw starts the web gui with NO console.

Zark


- sjobbels - 2011-11-05

HenryFord Wrote:Is there actually a response text or is it empty?

it's empty


- rembo10 - 2011-11-05

Updated today with torrent support thanks to Cool_bombom.

cosmicr - you can set the permissions in the config.ini - just make sure headphones is shutdown when you modify that file, otherwise the settings will just get overwritten on shutdown (or by editing the config in the gui).

sjobbels - nothing changed on that front in headphones..... double check your settings. if you're still having problems send me a pm


- coupas - 2011-11-05

Hi, looks really promising with the torrent support.

However, the .torrent files downloaded on my system are all corrupt..


Running headphones on a 10.04 lts server. Deluge as torrent prog. I tried transmission as well... no dice.

Anyone else got trouble with the torrent support?


- coupas - 2011-11-06

Also,

Where can I change the maxsize?

..... is larger than the maxsize, the wrong format or has to little seeders for this category, skipping. (Size: 1182959 bytes)
I get some of these.. what is the maxsize and where can I change it?


- Statiek - 2011-11-06

First of all, you guys rock for making this Smile and keeping it going!

If i can, i would request that someone add support for what.cd and/or waffles.fm searches / downloads. As these sites have the most comprehensive collections.


- htpc guy - 2011-11-06

This is a great program for getting new music. I'm very impressed. However, I need a little help.

Platform: Win7 x64
Running latest version (I downloaded the windows build from the first post and updated to today's build when prompted within headphones).

Under the Manage Artists screen I have set the location of my stored music as:
Code:
C:\Users\Matt\Music
Clicked submit and waited. Its only grabbed two of my artists. I don't have a huge library by any means but I have way more than two artists. I'm not sure why its only grabbing the two artists that its found. The folder structure for the two found are no different than any of the other artists. The file extensions are the same as well (.wma). I the check marked for Automatically add new artists.

File Structure:
Code:
c:\user\matt\music
     |_____Artist Name
          |_____Album Name
               |_____Tracks.wma
     Fanart.jpg
     folder.jpg
     logo.png
I don't use the Last FM feature and I'm not sure what the placeholder does.

Log from when I click Submit:
Code:
Found 0 new artists
2011-11-06 11:35:54    INFO    Updating track counts
2011-11-06 11:35:54    INFO    Done syncing library with directory: C:\Users\Matt\Music
2011-11-06 11:35:54    INFO    Done checking empty filepaths
2011-11-06 11:35:54    INFO    Checking filepaths to see if we can find any matches
2011-11-06 11:35:54    INFO    Completed scanning of directory: C:\Users\Matt\Music
2011-11-06 11:35:52    INFO    Scanning music directory: C:\Users\Matt\Music


Any thoughtsHuh