rembo10
|
d414b24f07
|
Port over the existing track information (location, bit rate, format) from the tracks table to the alltracks table - based on TrackID. Updated album.html to use jquery and autoreload the track table, fixed the 'There was a error' typo in script.s
|
2012-08-15 13:59:37 +05:30 |
|
rembo10
|
b9ebde486e
|
Lots of bug fixes to actually get the thing working :-)
|
2012-08-14 22:56:31 +05:30 |
|
rembo10
|
144076c03d
|
Added album-chooser to the interface, fixed some backend bugs
|
2012-08-14 21:46:13 +05:30 |
|
rembo10
|
ceea8977e8
|
Most of the backend work to get album switching working (selecting which release from a releasegroup you want headphones to point to)
|
2012-08-14 21:07:36 +05:30 |
|
rembo10
|
38305c8f98
|
Added Upcoming Albums to manage albums filter
|
2012-08-14 12:41:18 +05:30 |
|
rembo10
|
865e4451c1
|
Added Status filter to webserve
|
2012-08-14 12:20:37 +05:30 |
|
rembo10
|
26a5be9e61
|
Make proxy tools optional (disabled by default
|
2012-08-12 19:46:01 +05:30 |
|
rembo10
|
fe574354d0
|
Fixed decode() function for python < 2.7
|
2012-08-12 15:59:43 +05:30 |
|
rembo10
|
67d33fdc0f
|
Revert "Removed autocommiting from db transactions in librarysync - only do one commit every 100 songs"
This reverts commit 7bbdeeac61.
|
2012-08-12 12:39:58 +05:30 |
|
rembo10
|
967f4c610c
|
Fixed unicodedecodeerror in music_encoder: paths were being converted to unicode which wasn't necessary
|
2012-08-11 14:02:53 +05:30 |
|
rembo10
|
7bbdeeac61
|
Removed autocommiting from db transactions in librarysync - only do one commit every 100 songs
|
2012-08-07 15:55:44 +05:30 |
|
rembo10
|
ed5d8b7459
|
Added timeouts to last.fm functions (urllib->urllib2), added some error catching when parsing data
|
2012-08-06 16:12:30 +05:30 |
|
rembo10
|
07a9ffe403
|
Merge remote-tracking branch 'bennullgraham/header-based_https_redirect' into develop
|
2012-08-03 22:09:31 +05:30 |
|
rembo10
|
04c5cc5d52
|
Modified the correctMetadata function in postProcessor.py to work with the updated beets lib: candidates/out_tuples now returns extra_items & extra_tracks, and input to autotag.apply_metadata was reversed
|
2012-08-02 15:59:47 +05:30 |
|
Ben Graham
|
18fcd4d15d
|
reverse-merge earlier changes to this file, they are no longer needed
|
2012-08-02 17:23:56 +10:00 |
|
Ben Graham
|
6c157a8c03
|
This file is no longer needed
|
2012-08-02 17:21:49 +10:00 |
|
Ben Graham
|
8ce64e551e
|
OK, so that turned out to be easier than I expected
|
2012-08-02 17:16:28 +10:00 |
|
Ben Graham
|
65ae7d992a
|
initial hacking
|
2012-08-02 14:58:17 +10:00 |
|
rembo10
|
d57a2a606f
|
Fix for librarysync unicode errors causing thread to hang
|
2012-07-31 15:23:41 +05:30 |
|
rembo10
|
f8ef52b8ee
|
Some fixes to get mult_newznabs working: unpack & repack settings when saving to/pulling from config, modified searcher.py to work with tuples, fixed config.html to create new intIds no matter what, place new newznabs before add button, instead of after last div
|
2012-07-26 17:22:54 +05:30 |
|
rembo10
|
fc614bb3d8
|
Merge branch 'mult-newznab' into develop
|
2012-07-26 02:06:20 +05:30 |
|
rembo10
|
351c5de23e
|
Modified searcher.py to use the new multiple newznab format
|
2012-07-26 02:05:54 +05:30 |
|
rembo10
|
cc2adb40eb
|
Extra newznabs can be saved to and pulled from the config
|
2012-07-26 01:29:16 +05:30 |
|
rembo10
|
bf43f65995
|
Added a timeout to last.fm album art calls from the post processor
|
2012-07-25 18:12:30 +05:30 |
|
rembo10
|
2b51447a9e
|
Initial changes to allow multiple newznab providers
|
2012-07-25 17:54:41 +05:30 |
|
Aaron Cohen
|
425ece17ac
|
Synoindex tweaks, now will always log when sending notification
|
2012-07-22 22:18:44 -07:00 |
|
rembo10
|
22685fdd95
|
Run refreshArtist in a separate thread
|
2012-07-20 18:48:38 +05:30 |
|
rembo10
|
5469d21066
|
Removed test logging, leftover have track counter
|
2012-07-20 16:45:40 +05:30 |
|
rembo10
|
f10bb4dc29
|
Mark alhad albums as downloaded instead of skipped (or wanted when it's a new artist/album)
|
2012-07-20 16:04:54 +05:30 |
|
rembo10
|
f24d0491ba
|
Sort upcoming releases by the soonest first
|
2012-07-18 19:25:39 +05:30 |
|
rembo10
|
22c807ddbb
|
Fix for circular import
|
2012-07-18 19:02:33 +05:30 |
|
rembo10
|
158f33845b
|
Fixed path for getting cached album art in postprocessor
|
2012-07-18 18:59:09 +05:30 |
|
rembo10
|
5bb0c01654
|
Check cache/last.fm for album art
|
2012-07-18 18:46:09 +05:30 |
|
rembo10
|
f8ccde4559
|
Fixed import for postprocessor threading
|
2012-07-18 18:33:20 +05:30 |
|
rembo10
|
e1185d1fa2
|
Added a post_processor lock to only run one pp thread at a time
|
2012-07-17 17:09:35 +05:30 |
|
rembo10
|
e56866028f
|
Merge branch 'synohotfix' into develop
|
2012-07-13 20:18:56 +05:30 |
|
rembo10
|
6d6b30a5c2
|
Fix to get the synoindex variable read on startup
|
2012-07-13 20:17:34 +05:30 |
|
rembo10
|
00b7090646
|
Added singles category for nzbmatrix searching
|
2012-07-13 20:06:11 +05:30 |
|
rembo10
|
dfc0ffd6f8
|
Bug fixes, moved delete from newartists to the artistlist_to_mbids function, don't check if blacklisted
|
2012-07-13 16:28:53 +05:30 |
|
rembo10
|
5fc03e782a
|
Persist new artists through restart (new artists now stored in db table 'newartists'), delete artist from newartists when added. Modified templates to use db instead of variable
|
2012-07-13 15:31:06 +05:30 |
|
rembo10
|
6ee3a1aa9c
|
Merge remote-tracking branch 'cohena/synology' into develop
|
2012-07-13 13:57:16 +05:30 |
|
Aaron Cohen
|
df42d08fd1
|
Adding synology NAS indexing support
|
2012-07-10 00:56:25 -07:00 |
|
Aaron Cohen
|
ff1b809a5d
|
Merge remote-tracking branch 'upstream/develop' into waffles-search
|
2012-07-09 01:28:08 -07:00 |
|
Aaron Cohen
|
83a8224936
|
Fixing misspelled 'occured'
|
2012-07-09 00:39:57 -07:00 |
|
Aaron Cohen
|
995ee178f6
|
Removing stray comment
|
2012-07-09 00:38:13 -07:00 |
|
Aaron Cohen
|
cb57abc321
|
Fixing FLAC OR MP3 combined searches and existing bug in handling torrents containing unicode names
|
2012-07-09 00:36:45 -07:00 |
|
Aaron Cohen
|
e7b33d804c
|
Adding Waffles.fm search capability
|
2012-07-08 00:15:14 -07:00 |
|
rembo10
|
8f05a39042
|
Update release group titles, release dates, etc on update
|
2012-07-07 12:30:26 +05:30 |
|
rembo10
|
6e6da07f45
|
Set default retention rate to 1500 days
|
2012-07-05 12:36:11 +05:30 |
|
rembo10
|
e629ebd3db
|
Merge remote-tracking branch 'leadhead9/master' into develop
|
2012-07-05 12:23:54 +05:30 |
|