Commit Graph

423 Commits

Author SHA1 Message Date
rembo10 ce9f782123 Merge pull request #356 from PierreAronnax/patch-1
Fixing if NZB contains a file out of your retention
2011-10-23 13:58:16 -07:00
rembo10 352af85820 Merge pull request #333 from redvers76/patch-5
Need to lower() the files to ensure .MP3 and .Mp3 are picked up as valid
2011-10-23 13:57:13 -07:00
rembo10 06feb6edfc Merge pull request #325 from redvers76/patch-1
With a large database, headphones becomes unusable on an iphone over 3g a
2011-10-23 13:52:23 -07:00
rembo10 5480cabc13 Merge pull request #315 from Jeroenve/patch-1
Strange character after </form>. Looked like EOT, should not be in html c
2011-10-23 13:51:23 -07:00
rembo10 b97dd77856 Merge pull request #326 from redvers76/patch-2
In lieu of a full artist-by-artist control panel to determine which extra
2011-10-23 13:51:00 -07:00
PierreAronnax 8fd72f0a19 Fixing if NZB contains a file out of your retention 2011-09-25 11:51:26 +03:00
redvers76 b69c5e7f69 Need to lower() the files to ensure .MP3 and .Mp3 are picked up as valid suffixes during post processing 2011-09-01 13:18:08 +02:00
redvers76 d806263b4c In lieu of a full artist-by-artist control panel to determine which extras to include, have added m.Release.TYPE_SOUNDTRACK as this seems to be the only major ommission 2011-08-30 16:54:00 +02:00
redvers76 b2323290a9 With a large database, headphones becomes unusable on an iphone over 3g as there is too much data being processed before safari times out. Even when running at home on wifi on a proper computer, performance is unacceptable.
Have added a couple of indexes to the INIT script based on the queries running in webserve. These have been tested on my home NAS and make a significant difference to usability i.e. I can actually access larger artist pages over 3G using my iphone.
2011-08-30 14:58:12 +02:00
Jeroenve 1d881e2f5f Strange character after </form>. Looked like EOT, should not be in html code. 2011-08-27 22:27:30 +03:00
Remy e9a1e5522a Fixed encoder syntaxerror 2011-08-25 20:57:22 -07:00
Remy 851821cc42 Fixed map_meta_data command 2011-08-25 20:35:44 -07:00
Remy bdf8b09dd0 Encoder bug fixes 2011-08-25 19:44:37 -07:00
Remy dba0de76e3 Added jquery hide/show to encoding options, fixed options resetting to default 2011-08-25 17:41:23 -07:00
Remy 56a1e80fef Merge remote-tracking branch 'pabloalcantara/master' 2011-08-25 14:54:07 -07:00
pabloalcantara 6e03ade3dc Fix when extension has any letter in upcase. 2011-08-25 15:33:29 -03:00
pabloalcantara f23fd3b09e - If using the advanced encoding functions, it disable the audio properties. 2011-08-25 14:28:54 -03:00
pabloalcantara f85d78c452 Typo error for command of quality in ffmpeg 2011-08-25 11:33:39 -03:00
pabloalcantara 4ae294f915 Add option to encode only lossless files 2011-08-25 10:35:20 -03:00
pabloalcantara b2b50c6e96 - Add vbr encoder 2011-08-25 09:34:58 -03:00
Remy 0bf10f0d05 Removed empty tokens 2011-08-24 06:36:25 +08:00
Antoine Bertin 216d3e9e22 Add more control over verbosity 2011-08-24 06:36:25 +08:00
Remy be5e9ac016 Merge remote-tracking branch 'Diaoul/misc' 2011-08-23 15:14:19 -07:00
Remy 7c8b134fb5 Removed empty tokens 2011-08-23 15:13:47 -07:00
Antoine Bertin 17d62ca86f Merge branch 'master' into misc 2011-08-23 19:50:13 +02:00
Antoine Bertin 20a0308505 Add more control over verbosity 2011-08-23 19:45:24 +02:00
Remy 03e07db9d5 Fixed unicode errors on track matching 2011-08-23 20:17:18 +08:00
Remy 742e89bdb9 Merge branch 'master' of github.com:rembo10/headphones 2011-08-22 20:49:04 -07:00
Remy 978df75467 Fixed unicode errors on track matching 2011-08-22 20:48:48 -07:00
rembo10 1210d61e9d Merge pull request #302 from pabloalcantara/master
Re-encode enhancements from pabloalcantara
2011-08-22 17:00:31 -07:00
pabloalcantara 19ab3fb3c2 Initial suporte to VBR or CBR encoding 2011-08-22 16:13:23 -03:00
pabloalcantara f1aa1ddbb8 Added peformance counters to encode process 2011-08-22 15:55:35 -03:00
Remy c7f80f7c79 Library sync tuneup 2011-08-22 01:01:35 -07:00
Remy 8fc3dfd3ba Verify dir before scanning, encode matching track globbing 2011-08-22 00:40:53 -07:00
Remy 4ca3eda99f Added loading message to artist page 2011-08-21 19:59:57 -07:00
Remy 995b6f8f8b Added support for non-ascii folders in post processor, added instrumentals to lyrics 2011-08-21 18:13:51 -07:00
Remy bec434ef3d Lyrics module now handles non-ascii chars 2011-08-21 15:01:13 -07:00
Remy ff432a19e2 Fixed release_dict referenced before assignment bug on manual search 2011-08-21 14:53:10 -07:00
Remy 2783c6be26 Fixed unicode error when no track metadata available - also fixed track renaming if no metadata available 2011-08-21 14:46:03 -07:00
Remy 98d154eb22 Added lowerfirst option to folder rename, warn message if no lyrics are found on page 2011-08-21 12:20:35 -07:00
Antoine Bertin 9c50493bbf Change some logging when encoutering issues connecting SABnzbd 2011-08-21 20:21:36 +02:00
Remy 8ab4442840 Better error catching for the lyrics module 2011-08-21 03:29:02 -07:00
Remy 83188ba151 Lyrics module now strips out html tags 2011-08-21 01:23:26 -07:00
Remy 3415ca0bcd Merge branch 'lyrics' 2011-08-21 00:52:11 -07:00
Remy 13663c0bfa Added option to embed lyrics - modified config page, added lyrics variables where needed 2011-08-21 00:51:59 -07:00
Remy 9ac74bafdf Merge branch 'develop' 2011-08-20 20:18:02 -07:00
Remy 4198fd4a0b Fixed unicode bug when querying mb for a release id in postprocessor 2011-08-20 20:17:17 -07:00
Remy 97a00e65ba Fixed unicode error on chmod 2011-08-20 19:50:15 -07:00
Remy 275a6c2e04 Fixed db referenced before assignment in library scan 2011-08-19 23:43:58 -07:00
Remy 4773711e0f Updated search results template in remix interface, updated version 2011-08-19 21:12:06 -07:00