Commit Graph

624 Commits

Author SHA1 Message Date
rembo10
ce8b3e890f Updated folder and file values in librarysync.py track matching to keep up with the new variable names in the config (using ) 2012-04-15 13:35:40 +05:30
rembo10
ad782b7641 Updated file/folder variabled to instead of %variable%. Modified config.html pages tooltips accordingly 2012-04-14 15:56:18 +05:30
rembo10
25a634605c Updated config pages to explain the new %% format for file/folder renaming 2012-04-14 15:39:40 +05:30
rembo10
3493fecb28 Removed tbueter.com from mirrorlist 2012-04-14 13:11:59 +05:30
rembo10
f7a13e87a0 Fix for variable renaming in post processor 2012-04-14 13:11:21 +05:30
rembo10
ebf19914b4 Added option to mark all albums as wanted, updated config pages with new options 2012-04-09 12:10:37 +05:30
rembo10
b698a17a10 Added option to disable marking upcoming albums as wanted 2012-04-09 10:49:46 +05:30
rembo10
02d16056db Merge branch 'nma' 2012-04-09 10:37:09 +05:30
rembo10
589a3ee333 NotifyMyAndroid notifications 2012-04-09 10:36:14 +05:30
rembo10
1249153db7 Updated config pages to use nzbs.org API key 2012-04-05 14:26:51 -07:00
rembo10
749c102bc7 Fixed NZBSORG_APIKEY typo 2012-04-05 19:44:56 +05:30
rembo10
b42f1c6a0a Updated to beta.nzbs.org 2012-04-05 19:29:06 +05:30
rembo10
fc7bce5b27 Fixed AlbumID variables in api 2012-04-04 10:36:29 +05:30
rembo10
6bd6e5dbd2 Merge pull request #537 from SimonHova/patch-1
Added keyword argument for pypy compatibility.
2012-04-01 07:05:59 -07:00
Simon Hova
d70a48fcb2 Added keyword argument for pypy compatibility. 2012-04-01 09:36:22 -03:00
rembo10
71e56282ed Added styling options for folder format (lowercase/capitalized), modified the moveFiles function to allow merging with generic folder names (e.g. /Artist or /Type/Artist - will merge files instead of appending [1] to the end) - will only make the new dir if it doesn't exist - not every time 2012-03-29 18:29:00 +05:30
rembo10
b8ff8fc8d3 Fix for type errors with custom host/port 2012-03-27 23:46:21 +01:00
rembo10
98548fbff7 Updated brink & remix to include api settings 2012-03-27 15:58:20 +01:00
rembo10
d468139373 Merge branch 'api' 2012-03-27 15:42:32 +01:00
rembo10
bbba22f911 Added logging, updated apireference 2012-03-27 15:40:03 +01:00
rembo10
b057a1add5 Fixed typo in getVersion 2012-03-27 15:27:02 +01:00
rembo10
17829bacfe Added forceSearch, forceProcess, getVersion, checkGithub, shutdown, restart, update commands. Also modified config.html a bit to make all the clutter look a little less cluttered 2012-03-27 15:25:06 +01:00
rembo10
e892e9f0a0 Added getUpcoming, getWanted, getSimilar, getHistory, addArtist, delArtist, pauseArtist, resumeArtist, refreshArtist, queueAlbum, unqueueAlbum 2012-03-27 14:38:10 +01:00
rembo10
783336ffdf Added getArtist, getAlbum, getIndex. Cleaned up redundant code. Updated apireference 2012-03-27 10:39:18 +01:00
rembo10
aeb09c50a0 Added index fetching, separated findAlbum and findArtist, updated apireference 2012-03-27 00:19:34 +01:00
rembo10
108b732cfe Basic api structure in place, removed the static api files - moved to a class in api.py' 2012-03-26 23:27:49 +01:00
rembo10
6b820dffbb Added simplejson lib 2012-03-26 23:04:49 +01:00
rembo10
115bbdeb9a Use single file instead of directory with commands 2012-03-26 15:06:50 +01:00
rembo10
e4a53babc5 Fixed headphones.API variable, added api key generator, added config option 2012-03-26 14:57:49 +01:00
rembo10
128f17c66c Initial work on the api - backend stuff to allow api as a config option 2012-03-25 13:35:36 +01:00
rembo10
34f7d6cf59 Changed nzbmatrix age parameter to maxage :-) 2012-03-24 23:30:03 +00:00
rembo10
eaf035e3bb Support for multiple XBMC hosts 2012-03-23 18:37:45 +00:00
rembo10
81028d4d09 Added try/except to the file moving to catch already-exists errors 2012-03-23 17:58:54 +00:00
rembo10
fc3752808d Don't append a [1] to the destination dir if album names aren't being used 2012-03-23 17:30:43 +00:00
rembo10
23b10976e2 Added another beets check to test len(downloaded_songs) vs len(items_returned_by_beets) 2012-03-23 17:25:16 +00:00
rembo10
aafe49b9c3 Merge branch 'importer' 2012-03-23 16:44:58 +00:00
rembo10
d645b02d4f Added a try/except catch to the tagging process to catch all beets errors 2012-03-23 16:43:38 +00:00
rembo10
2b924cdf00 Updated beets library to the latest, added musicbrainzngs to the libs 2012-03-23 15:52:09 +00:00
rembo10
ab8744e30d Removed updateFormat() thread from startup - causing problems when daemonized 2012-03-23 12:35:23 +00:00
rembo10
29ae16a5aa Fixed call to Artist['ArtistID'] in the upcoming page on brink interface 2012-03-23 12:28:05 +00:00
rembo10
b557675fa9 Fixed indentation error 2012-03-22 21:08:31 +00:00
rembo10
0a3614f2e8 Removed the psd/ai files from Brinken 2012-03-22 21:03:39 +00:00
rembo10
b32b8ecf6b Added another token check that replaces punctuation with their relative ascii counterparts 2012-03-22 20:48:44 +00:00
rembo10
651dfaf6a4 Fixed a problem with token matching with words with stange characters/punctuation to the stripped search results 2012-03-22 20:27:53 +00:00
rembo10
dfffe542be Strip periods and colons from search terms 2012-03-22 16:25:21 +00:00
rembo10
05f1e8648d Merge branch 'brinken' 2012-03-22 15:46:38 +00:00
rembo10
08c184de2b Fixed the mirror selection in config.html in brink, updated the remix/default themes to keep config.html's in sync (tidying up html tags) 2012-03-22 15:42:58 +00:00
rembo10
53a06e4cda Fixed 'global name downloaded_track not defined' in importer.py - now uses track['Location'] 2012-03-22 15:16:11 +00:00
rembo10
a4350d9bf6 Reverted back to the origin/masterREADME.md 2012-03-22 15:09:29 +00:00
rembo10
d382187e36 Fixed some merge conflicts in the config.html files 2012-03-22 15:07:18 +00:00