![]() |
|
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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
- Lucleonhart - 2012-01-14 20:33 Is musicbrainz working with API keys? Why can't everybody get his own API key then? Would split the traffic from one API key access to multiple, right? own musicbrainz server - macaroon - 2012-01-14 23:57 It's quite easy to setup your own musicbrainz server, on their webpage a server image is available as a download which can be imported into virtualbox. I'm running the image on my atom htpc next to xbmc and it works fine so far. - HenryFord - 2012-01-15 02:24 Lucleonhart Wrote:Is musicbrainz working with API keys?Nope... Btw: i just finished compiling/installing musicbrainz on my debian-vps, should be up and running soon... Will keep you updated. - Lucleonhart - 2012-01-15 17:14 Hm. I tried to install it on my debian webserver... it does nothing anyways. But got like 1000 errors on "make installdeps"... damn. - HenryFord - 2012-01-15 18:43 Lucleonhart Wrote:Hm. I tried to install it on my debian webserver... it does nothing anyways. But got like 1000 errors on "make installdeps"... damn.I got past the make - but now I can't import anything into the databases, I even get errors when I try to setup a new, empty database...? This does not seem to work...but running a virtual machine isn't an option since my server is already virtualized. Edit1: Okay... so I took the long route and installed any dependencies by hand, updated my system, reconfigured postgre, etc. - the build process completed without any errors this time and I was able to initialize the database with an empty set. Currently I am importing the current dump of the musicbrainz-db, this will take a little bit. Afterwards I'll try running the server and will report back to you. I hope I can have the server up and running by tomorrow and provide you with an unrestricted access to the db... However - currently I have 1TB/month of bandwith with my provider. I think this should be sufficient as long as I do not have to run my own search-engine (i.e.: If musicbrainz bans my mirror from the search-engine, I have to setup Tomcat+Search-Servlet in order to fullfill the request - that would be a traffic-hog methinks) for a long time. If I however run at my limit, the access to musicbrainz's-db is limited/not possible. Keep that in mind... - Discotech - 2012-01-16 06:41 Just Installed this and getting the error. Do you have to use musicbrainz? If not, what service also works and how can I change it? I'm using windows 7 and have no experience with python. - HenryFord - 2012-01-16 10:28 My server is up, seems to work so far. It is accessible at: http://tbueter.com:3000 - j1nx - 2012-01-16 10:37 HenryFord Wrote:Edit1: 1TB/month! Believe me, it goes really fast. I also had to go the manual way at my Ubuntu 11.10 server. For the people that are trying to install locally. Code: perl ./Makefile.PLCode: sudo make installdepsIf some dependency could not be installed, do it manually. You can always rerun the above two commands to see if you get any further after installing some stuff manually. In the end; the first command should state nothing is missing and the secons command should not do anything/empty output (at last rerun of commands) Don't continue if above is NOT true. I already run a newznab server for some people, which uses MySQL. System is optimal tweaked to allocate all memory to that database engine. Running a second one; PostgreSQl is propably to much, so I let it go for the moment. Are there any plans to update the Headphone code to make the musicbrainz URL a configurable option in the INI file/Settings page? - HenryFord - 2012-01-16 13:17 j1nx Wrote:1TB/month! Believe me, it goes really fast.I know exactly how much 1TB is I just have to see how big MusicBrainz' responses are, and how many request will be fired against my server... Quote:Are there any plans to update the Headphone code to make the musicbrainz URL a configurable option in the INI file/Settings page?Unfortunately it seems like rembo10 abandoned this project, we'll first have to get into it (SleepyP is doing that at the moment if I am not mistaken). Unfortunately I really do not have enough free time at my hands to learn python + get into headphones at the moment... - SleepyP - 2012-01-16 20:54 I am planning on getting into working on / reworking the MusicBrainz parts of Headphones. My first step was to setup my own local MusicBrainz server, which didn't at first appear to be that hard. However, the "install dependencies for me" process wasn't working very well for me, and then I found that my cronjobs have stoppped working, and I have been working on some other technical issues. Will be working on this further @ lunch time today ![]() Henry, I'll try to test your server using Picard when I get a chance, since if I remember right it has a simple GUI-side setting for the MusicBrainz Server URL. Anyone interested in looking at the Headphones code for changes to make the MusicBrainz URL a variable? |