sbuser
089af04098
More bug fixes for ReleaseID->ReleaseGroupID cache.
2011-08-08 19:29:27 -05:00
sbuser
12406b6757
Bugfix for local ReleaseID->ReleaseGroupID cache
2011-08-08 18:33:51 -05:00
sbuser
c07bef0db1
Keep a local cache of releaseID->releaseGroupID relationships so we
...
don't hammer MB unnecessarily when external programs addReleaseByID
2011-08-08 18:26:10 -05:00
Remy
856ebded0d
Fixed some formatting on the config page
2011-08-08 14:43:41 -07:00
sbuser
6dc04a06f0
Merge branch 'develop' of https://github.com/rembo10/headphones into develop
...
Conflicts:
headphones/searcher.py
2011-08-08 16:17:59 -05:00
Remy
ed95b27945
Fixed default logging to show results by most recent
2011-08-08 14:13:30 -07:00
Remy
1d361892a4
Changed artist already in db message to debug
2011-08-08 14:09:37 -07:00
Remy
6251df64a3
Fixed wanted albums showing Retry Download subhead
2011-08-08 14:08:45 -07:00
Remy
9b2df318c0
Merge branch 'master' of github.com:rembo10/headphones into develop
2011-08-08 13:33:46 -07:00
Remy
6159ca61ed
Changed the way album descriptions are retrieved from lastfm
2011-08-08 13:18:10 -07:00
sbuser
e88049dd96
bugfix
2011-08-08 13:46:52 -05:00
sbuser
ce4f5fab67
Merge branch 'master' of https://github.com/rembo10/headphones into develop
...
Conflicts:
headphones/searcher.py
2011-08-08 13:45:38 -05:00
Remy
71536f3e1f
Merged sbusers searcher into develop - also consolidates media formats in init
2011-08-08 11:13:34 -07:00
Remy
72076f651f
Fixed width for small devices
2011-08-08 02:55:25 -07:00
Remy
7196e52dc7
Fixed some styling issues on the upcoming page
2011-08-08 02:32:22 -07:00
Remy
2417107748
Fixed up some styling on the config page, changed some logging in searcher
2011-08-08 02:06:35 -07:00
Remy
d1f26d59e0
Cleaned up some logging in the searcher.py
2011-08-08 01:49:36 -07:00
Remy
612841990c
Merge branch 'new-interface' into develop
2011-08-08 00:07:50 -07:00
Remy
4726c3c91f
Finishing touches - adjusted css for config, fixed bug when no track duration, helpers now converts milliseconds to H:M:S if its more than an hour
2011-08-08 00:06:31 -07:00
Remy
e42cacbe80
Config styling, cleaned up lastfm description logging
2011-08-07 23:17:54 -07:00
Remy
45563c821c
Added descriptions from last fm, formatted album page, added retry buttons
2011-08-07 21:18:42 -07:00
sbuser
86861df6f8
Searcher now downloads the nzb itself in order to pre-process the nzb
...
and take action. Currently it just checks the date in the nzb to make
sure it is within retention range. NZBs are sent directly to SAB or put
into the blackhole.
2011-08-07 21:16:35 -05:00
Remy
6c235732e2
Modified base.html to include album search
2011-08-07 12:33:41 -07:00
Remy
1c736bf228
some more commits, extras.html, config.html (bad layout), otherstuff, changed log levels
2011-08-07 02:51:12 -07:00
Remy
d59f714a97
Merge branch 'develop' of github.com:rembo10/headphones into new-interface
2011-08-07 01:33:27 -07:00
Remy
ca7526262c
Added config, extras, manage, upcoming
2011-08-07 01:31:38 -07:00
Remy
74149a6d3c
Center artist page css
2011-08-06 23:05:07 -07:00
Remy
b23e1274bc
Multiple album markings, select all javascript, better pp log message when unable to tag
2011-08-06 22:40:31 -07:00
Remy
38e9af762b
Added album page, checkboxes to artist page, more interface fixes
2011-08-06 18:23:58 -07:00
Remy
548b606c0d
More styling on the index page - highlighting for paused artist
2011-08-06 14:22:58 -07:00
sbuser
b84b9b997e
Added headphones.MEDIA_FORMATS and referenced it in various places. M4A
...
had been left out in scanMusic. Should just have to change the literal
in the future.
2011-08-06 16:12:11 -05:00
Remy
7199c610b8
Fixed artist sort, fixed helpers import in logs
2011-08-06 12:29:13 -07:00
Remy
91a75a8012
Typo in searcher
2011-08-06 11:25:56 -07:00
Remy
7084d998fe
Fixed indentation in searcher
2011-08-06 11:18:31 -07:00
Remy
af39e2546c
Removed periods and underscores from title in filter
2011-08-06 11:14:55 -07:00
rembo10
9ce8db584a
Merge pull request #199 from sbuser/develop
...
Some result verification from searcher - weeds out foobar when searching for foo
2011-08-06 10:49:19 -07:00
sbuser
4126555156
Merge branch 'develop' of https://github.com/sbuser/headphones.git into develop
2011-08-06 09:52:58 -05:00
sbuser
7a013e818d
Attempt to weed out substring results. When searching for "Foo" we do
...
not want "Foobar"
2011-08-06 09:50:59 -05:00
Lyle Gordon
69c98976a9
added solaris SMF manifest
2011-08-06 21:37:01 +08:00
Remy
644344cb27
Added log, history templates, changed some css, included updatebar, subheadings
2011-08-06 01:25:47 -07:00
Remy
fe1667a2e0
Added artist page and log page, fixed some css, added logline parse to helpers
2011-08-05 22:20:36 -07:00
sbuser
a2708ec964
Attempt to weed out substring results in searcher.
2011-08-05 18:59:56 -05:00
rembo10
7c4902516d
Merge pull request #196 from lgordon/master
...
Solaris SMF Manifest
2011-08-05 16:36:05 -07:00
Remy
5865a54fc5
Merge branch 'develop' of github.com:rembo10/headphones into new-interface
2011-08-05 16:14:48 -07:00
Remy
1f12e86e17
css fixes for index
2011-08-05 16:13:53 -07:00
rembo10
4edf9f85a8
Merge pull request #197 from sbuser/develop
...
Bug fixes to post-processing
2011-08-05 16:13:11 -07:00
sbuser
c047b90ea3
Make sure we aren't renaming unprocessed folders every time they are
...
re-post-processed.
2011-08-05 18:01:50 -05:00
Lyle Gordon
31dac105a7
added solaris SMF manifest
2011-08-05 18:00:26 -05:00
sbuser
b7813de856
Fix post-processing of external folders adding blank artists (wrong
...
controlValue)
2011-08-05 17:51:56 -05:00
sbuser
a4fe0efd9a
Fix to make sure we don't re-add releases manually. Was comparing to
...
releaseid. Now properly comparing to releasegroupid
2011-08-05 17:39:50 -05:00