![]() |
|
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 |
Headphones - Music albums & artists auto download program - rembo10 - 2011-06-17 18:21 Headphones is an automated NZB downloader, similar to Sick Beard and CouchPotato, but for music! Most of it is pretty automated - click a button and your whole music library gets imported.... or if you prefer, you can add your favorite artists in one by one. It'll let you know when one of the artists on your list is coming out with a new album, and it will grab the nzb/torrent it as soon as it's available You can get the source here: http://github.com/rembo10/headphones And post issues/bugs/feature requests here: http://headphones.codeshy.com/forum Screenshots: ![]() ![]() ![]() Run 'python Headphones.py' from the command line, or 'python Headphones.py --help' to get more options. It will launch on port 8181 by default... just run 'python Headphones.py -p portnumber' to change it. The latest version will always be available at: http://github.com/rembo10/headphones HenryFord was nice enough to make a windows .exe, which he keeps updated at: http://www.tbueter.com/tools/headphones_win32build.zip If you have any issues, post them over at github. - darkscout - 2011-06-17 18:58 Did you ever know that you're my hero, and everything I would like to be? I can fly higher than an eagle, for you are the wind beneath my wings. It might have appeared to go unnoticed, but I've got it all here in my heart. I want you to know I know the truth, of course I know it. I would be nothing without you. I can't wait to get home and test this out. Movies: CouchPotato. TV: Sickbeard. Music: Headphones. The #1 thing that I think you should make sure you have from the beginning is an API. It makes writing 3rd party stuff much easier. Stroll into the store, scan a barcode with my Android phone.... - compcentral - 2011-06-17 19:26 Maybe we should join forces if possible (Audio-Matic & Headphones)? What do you think? I'm not sure how or if that would even be possible, but I have most of the things done that you don't have and you have most of the things done that I haven't done yet.... so it would be nice if there were some way to work together. - compcentral - 2011-06-17 19:31 just tried it out, but it doesn't run for me: Traceback (most recent call last): File "C:\Program Files (x86)\HeadPhones\headphones.py", line 8, in <module> import webServer File "C:\Program Files (x86)\HeadPhones\webServer.py", line 2, in <module> import config File "C:\Program Files (x86)\HeadPhones\config.py", line 3, in <module> from headphones import config_file File "C:\Program Files (x86)\HeadPhones\headphones.py", line 10, in <module> from threadtools import threadtool File "C:\Program Files (x86)\HeadPhones\threadtools.py", line 2, in <module> from apscheduler.scheduler import Scheduler ImportError: No module named apscheduler.scheduler - rembo10 - 2011-06-17 20:18 darkscout Wrote:The #1 thing that I think you should make sure you have from the beginning is an API. It makes writing 3rd party stuff much easier. Stroll into the store, scan a barcode with my Android phone.... This is a GREAT idea. compcentral - I was going to say it would be good to work together. What version of python are you running? Right now it'll only work on 2.x.x - darkscout - 2011-06-17 20:31 Probably need "apscheduler.scheduler". One feature I'd suggest is BlackHole (download the nzb and dump it into a folder) and torrents. Another would be a 'backlog' search. Give the ability to not only grab new albums but old ones. Similar to the way SickBeard does it. - rembo10 - 2011-06-17 20:44 Just tested it with the latest version on Windows 7 and Python 2.7.1, it opens fine. apscheduler is bundled with it so that shouldn't be a problem. You can do backlog searches - when you add an artist it gets their whole catalog info, so you can just click "Wanted" for any album (old or new, upcoming albums are automatically marked as Wanted) and it'll download it if available or queue it for the interval searches. I should add though that post-processing isn't working yet, but I'm talking to the guy who is developing beets (http://github.com/sampsyo/beets), and I'm going to integrate that into headphones for tagging, renaming, etc. The good thing is both programs use Musicbrainz, so tagging will be accurate. - ghostelement - 2011-06-17 22:35 Looks nice! I'll give this a try later tonight. ![]() My only request is that you do the obvious and make this have a webUI like sickbeard and CP. - rembo10 - 2011-06-17 23:54 ghostelement Wrote:Looks nice! I'll give this a try later tonight. It is browser-based just like sickbeard and couchpotato. Needless to say those are the apps that inspired me to do this ![]() Gonna work on a mobile interface for it soon too @compcentral- did you manage to get it to run with python 2.x? Anyone else getting the apscheduler error? - steve1977 - 2011-06-18 04:24 Yup, this is fantastic. Really love it!!! Discovered it on another forum and encouraged rembo to join us here. This has all the potential to be the next CP and SB and even more so when joining forces with compcentral. A few requests. Unfortunately, I cannot code myself, but would hope that someone will be joining rembo shortly to drive this along: 1) Allow foreign artists (currently disabled) 2) Allow compilation and remixes (both optional though; ideally optional by artist similar how SB treats quality levels) 3) Allow BlackHole (download the nzb and dump it into a folder) 4) 'Backlog' search. Give the ability to not only grab new albums but old ones. Similar to the way SickBeard does it. 5) API (e.g., for easy integration into MFP) 6) Post-processing (most importantly song titles directly into the tags, posters into the files, ideally also fanart and nfo for the artists) 7) Avoid duplicates 8) Option how often the backlog will be searched (currently every 24 hours?) 9) Upcoming album function not working for me yet? 10) Converting lossless to mp3 not working for me yet? 11) Auto-add billboard chart albums 12) Make artists with " in the name work (e.g., "Weird Al" Yancovic) I am aware that these are a lot of asks and may take months to happen. Just wanted to share my wishlist right away :-) Again, thanks so much. This is fantastic!!! |