Bas Stottelaar
16ec910ba5
Initialize logging only for multiprocessing
2014-09-17 15:42:08 +02:00
Bas Stottelaar
5e98d96f65
Add proper support for logging in multiprocessing environment. Useful for multicore encoding.
2014-09-17 13:10:31 +02:00
AdeHub
7e2b9a30a2
Merge pull request #1890 from basilfx/freezedb
...
Add the option to freeze the database during post processing
2014-09-17 19:07:43 +12:00
AdeHub
4d683922c1
Merge pull request #1889 from basilfx/cleanup
...
Major cleanup of templates and code + delayed loading of album art
2014-09-17 19:07:16 +12:00
Bas Stottelaar
9d594988d9
Show artist ID, for debugging with multiple artist ids
2014-09-17 03:24:04 +02:00
Bas Stottelaar
c441e888c2
Add option to freeze database during post processing
2014-09-17 03:16:43 +02:00
Bas Stottelaar
298daf9895
Don't forget the upcoming albums
2014-09-17 01:54:37 +02:00
Bas Stottelaar
d04dff9130
Don't keep retrying CCA image
2014-09-17 01:51:03 +02:00
Bas Stottelaar
5eef5a594c
Implemented unveil plugin. Load images only when shown on screen
2014-09-17 01:38:49 +02:00
Bas Stottelaar
cce98709a7
Upgraded all JavaScript libraries. Moved UI parts from default interface to global. Fixed JavaScript Errors
2014-09-17 00:50:23 +02:00
Bas Stottelaar
3fef151fca
Sorted all JavaScript, image and style files. Basically, it drops support for IE6/7
2014-09-16 22:43:20 +02:00
Bas Stottelaar
a6fe517f87
Removed import lib.*/from lib.*
2014-09-16 22:06:41 +02:00
AdeHub
964c5008ca
Merge pull request #1887 from basilfx/searchfix
...
Fixes for TPB and KAT search engine
2014-09-16 23:02:49 +12:00
Bas Stottelaar
f250ae58a4
Fixes for search engines
2014-09-16 02:46:09 +02:00
AdeHub
7af194822c
Merge pull request #1883 from basilfx/improvements2
...
Again, a set of improvements
2014-09-15 17:16:17 +12:00
AdeHub
c4b1f3f4fe
Merge pull request #1882 from basilfx/titles
...
Add titles to HTML tags in settings
2014-09-15 17:15:52 +12:00
Bas Stottelaar
f4b13533ce
Add support for Subsonic library update. Fixes #1864
2014-09-15 01:29:40 +02:00
Bas Stottelaar
638baf564d
Convert old-style notifier classes to new-style classes
2014-09-15 00:54:30 +02:00
Bas Stottelaar
21b3d99249
Debug JSON responses
2014-09-15 00:40:32 +02:00
Bas Stottelaar
d8dda5b24f
First go on adding documentation to the title attribute. Not fully completed, but a first attempt. References #1803
2014-09-15 00:23:17 +02:00
Bas Stottelaar
25fb4361dc
Code formatting.
2014-09-14 23:24:19 +02:00
Bas Stottelaar
8ec1808313
Another batch of improvements:
...
* Prefer 'with' statements for open
* Catch proper exceptions
* Remove ex() method, there was only one use and we catch thousands of exceptions.
2014-09-14 23:14:29 +02:00
Bas Stottelaar
43efca9d04
Code improvements.
2014-09-14 22:58:19 +02:00
Bas Stottelaar
34b9480a1b
pyItunes is not used anymore.
2014-09-14 22:58:05 +02:00
Bas Stottelaar
51dfeb8190
myDB already available. Seems unneccesary to open another connection
2014-09-14 22:54:45 +02:00
Bas Stottelaar
3a03d940a1
Code improvements. Catch proper exceptions
2014-09-14 22:54:08 +02:00
Bas Stottelaar
69268b7d21
Proper line breaks for long lines
2014-09-14 22:41:07 +02:00
Bas Stottelaar
e69cf3942e
Increased logging for Last.FM requests
2014-09-14 22:36:30 +02:00
Bas Stottelaar
2e6c8e6537
Code improvements to the cache
...
* Catch the right exceptions where possible
* Move class vars to instance vars
* Prefer 'with' statement for files
2014-09-14 22:26:20 +02:00
Bas Stottelaar
ca084f1216
It's more than that :-)
2014-09-14 22:18:35 +02:00
Bas Stottelaar
a1bc3617a4
More logging + proper exception catching.
2014-09-14 14:54:39 +02:00
Ade
a1e2042315
torrent more logging
2014-09-12 12:07:15 +12:00
Ade
3bb173c979
Piratebay user agent + More torrent removal stuff
...
- Piratebay user agent
- Torrent removal search interval config + more logging
2014-09-12 11:53:58 +12:00
Pieter Janssens
70135a5bf4
Merge pull request #1853 from basilfx/improvements
...
Improvements
2014-09-03 23:26:51 +02:00
Bas Stottelaar
efa9ac77b8
Added link to GitHub and Troubleshooting in the footer, on the left side
2014-09-03 15:38:53 +02:00
Bas Stottelaar
e8b330f3ba
Strip message for debug logging. Truncated lines
2014-09-03 15:26:20 +02:00
Bas Stottelaar
56adf4a1ee
Added log.info() for writing config to file
2014-09-03 15:18:49 +02:00
Bas Stottelaar
9f92b3b774
Improved Headphones.py
2014-09-03 14:54:30 +02:00
Bas Stottelaar
9d774b4486
Improved webstart.py
...
* Exit with code 1 on port in use
* Log when authentication is enabled
* Cleanup of code
2014-09-03 14:54:30 +02:00
Bas Stottelaar
163e1e3f2e
Removed simplejson since that is Python 2.5
2014-09-03 14:54:30 +02:00
Ade
adaaf51e9a
Normalize path replacement strings
...
Potential fix for https://github.com/rembo10/headphones/issues/1824
2014-09-03 22:35:47 +12:00
Ade
2ba5978f84
Merge branch 'master' into develop
2014-09-02 19:42:15 +12:00
Ade
46240fb7d1
Add Demo to Extras
...
- fix up songkick location breaking artist page
- add description and link for songkick metro area filter
2014-08-30 22:17:30 +12:00
Ade
a4fa8ca79d
Reverted PP
2014-08-28 19:10:22 +12:00
Ade
701f709c23
Revert "Creating two functions from duplicated code"
...
This reverts commit 59b4cefd53 .
Conflicts:
headphones/postprocessor.py
Reverting PP changes
2014-08-28 18:12:24 +12:00
AdeHub
3d22a66701
Merge pull request #1839 from rembo10/develop
...
Merge develop
2014-08-27 20:51:17 +12:00
Pieter Janssens
a401ff4fb4
Merge pull request #1837 from multikatt/init_cleanup
...
Long list of calls -> for loop
2014-08-27 09:33:46 +02:00
Pieter Janssens
72419227e9
Merge pull request #1823 from multikatt/postproc_cleanup
...
Create two new functions, lowering amount of duplicated code
2014-08-27 09:33:02 +02:00
Ade
22bff59789
More Extras
...
- Artist Refresh, if removing extras from Modify/Fetch Extras then also
remove from db
- mb, use secondary type if type = Album and different, e.g DJ-mix
- utorrent - only check “Put new downloads in” directory
2014-08-27 18:59:31 +12:00
David
b3746dc58e
Long list of calls -> for loop
2014-08-26 20:20:21 +02:00