Commit Graph

216 Commits

Author SHA1 Message Date
Ruud 9e69d4e153 Queue multiple media refresh 2014-01-12 15:18:13 +01:00
Joel Kåberg d49c663c64 Merge branches 'develop' and 'manual_scan' of https://github.com/RuudBurger/CouchPotatoServer into manual_scan
Conflicts:
	couchpotato/core/plugins/renamer/main.py
2013-12-16 07:29:31 +01:00
Ruud 8aec5cf605 Better (custom) formhints 2013-11-30 14:59:52 +01:00
Ruud e9a3059be2 Allow longer description in formhint 2013-11-25 22:16:02 +01:00
Ruud eaf2974f8d Better frontend notification and GUI updating 2013-11-22 23:00:33 +01:00
Ruud 99e641a30d Update dashboard when the search ends of added new movie 2013-11-22 16:47:55 +01:00
Ruud 0065ff5086 Indentation cleanup 2013-11-22 01:34:50 +01:00
Kate von Roeder 185cb0196a Fix for #1578 - Depends on stableSort, so added to PR#2500.
Object.each is not necessarily alphabetic when iterating an object's properties, so we pull the folders out of the object, add them to an array, and sort that.
2013-11-20 13:36:08 -08:00
Kate von Roeder 309ec50691 Array.sortBy should also use the new stablesort. 2013-11-20 09:15:25 -08:00
Kate von Roeder f865484182 Add Array.stableSort from mootools forge.
Change calls to Array.sort to use new Array.stableSort. Fixes sorting problems on Chrome
2013-11-20 05:47:36 -08:00
Ruud 3b3288c53d Manual scan folder cleanup 2013-11-16 14:29:34 +01:00
mano3m d984f11cbf First attempt at creating a working directory selector 2013-11-02 08:48:52 +01:00
Ruud 5bf3b929a2 Detect Windows 8 tablets as touchdevice also. 2013-10-14 00:01:38 +02:00
Ruud b0e30921ae Merge branch 'develop_fix_dashboard' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_fix_dashboard 2013-10-13 13:45:27 +02:00
Ruud 93bd75acc8 Make iframe https 2013-10-12 23:12:45 +02:00
mano3m 6d2889f88d Fix releases missing from Snatched&Available
Fixes #1958
2013-10-12 13:42:30 +02:00
Ruud 38886b28f7 Hide soon and late blocks on dashboard if their empty. fix #1778 2013-09-06 23:05:41 +02:00
Ruud 7714504831 Run dashboard calls serial 2013-09-04 23:20:03 +02:00
Ruud 8f88f7d89b Javascript and css cleanup 2013-09-03 22:13:42 +02:00
Ruud 91856f1159 Searcher base
Re-usable cronjob code
2013-08-16 16:52:12 +02:00
Ruud 874655846c Move movie plugin to media folder 2013-08-15 23:52:43 +02:00
Ruud 623571acbb Make category destination editable 2013-08-15 18:31:06 +02:00
Ruud 67bc3903d4 Don't show loader for scanner if page isn't loaded yet 2013-08-14 12:20:38 +02:00
Ruud dc36e15448 Don't run multiple manage.progress requests 2013-08-14 11:56:08 +02:00
Ruud e8993932c1 Check isMac function 2013-07-22 21:56:33 +02:00
Ruud dd67239b6e Add categories to settings 2013-07-21 19:12:53 +02:00
mano3m 461a0b3645 Seeding support
Design intent:
- Option to turn seeding support on or off
- After torrent downloading is complete the seeding phase starts, seeding parameters can be set per torrent provide (0 disables them)
- When the seeding phase starts the checkSnatched function renames all files if (sym)linking/copying is used. The movie is set to done (!), the release to seeding status.
- Note that Direct symlink functionality is removed as the original file needs to end up in the movies store and not the downloader store (if the downloader cleans up his files, the original is deleted and the symlinks are useless)
- checkSnatched waits until downloader sets the download to completed (met the seeding parameters)
- When completed, checkSnatched intiates the renamer if move is used, or if linking is used asks the downloader to remove the torrent and clean-up it's files and sets the release to downloaded
- Updated some of the .ignore file behavior to allow the downloader to remove its files

Known items/issues:
- only implemented for uTorrent and Transmission
- text in downloader settings is too long and messes up the layout...

To do (after this PR):
- implement for other torrent downloaders
- complete download removal for NZBs (remove from history in sabNZBd)
- failed download management for torrents (no seeders, takes too long, etc.)
- unrar support

Updates:
- Added transmission support
- Simplified uTorrent
- Added checkSnatched to renamer to make sure the poller is always first
- Updated default values and removed advanced option tag for providers
- Updated the tagger to allow removing of ignore tags and tagging when the group is not known
- Added tagging of downloading torrents
- fixed subtitles being leftover after seeding
2013-06-26 19:49:04 +02:00
Ruud fd1e655075 Initial suggestion support 2013-06-23 19:07:03 +02:00
Ruud 65fbd38105 Make buttons more touch friendly
fix #1416
2013-05-18 23:37:49 +02:00
Ruud 2b75153148 Don't limit snatched & wanted
fixes #1747
2013-05-17 12:11:53 +02:00
Ruud fede348fbd Icon replacements 2013-05-10 15:14:47 +02:00
Ruud 9e3f978677 Styling fixes 2013-05-09 23:36:54 +02:00
Ruud f467d1c4f7 Dashboard thumbnails height not set properly. fix #1698 2013-05-08 12:54:34 +02:00
Ruud 46c408befb SImplify thumbslist 2013-05-03 22:29:33 +02:00
Ruud 4a5aa02e6c Remove userscript detection 2013-05-02 11:47:32 +02:00
Ruud 2f5cb81029 Optimize initial requests 2013-04-30 22:28:15 +02:00
Ruud 30ec8216e1 Minify on backend 2013-04-30 13:17:03 +02:00
Ruud 7b3a1409d5 Force thumbnail view on home 2013-04-30 10:32:22 +02:00
Ruud 8b0aa7a6b3 Initial mobile styling 2013-04-30 00:24:56 +02:00
Ruud be595aba91 Loading in movie lists 2013-04-12 20:57:00 +02:00
Ruud b91a077c91 Easier "get next best release" buttons 2013-03-25 22:54:22 +01:00
Ruud 67612fce98 Use label on combined setting 2013-03-24 20:27:38 +01:00
Ruud f8f22cdef7 Description typo 2013-03-19 00:25:03 +01:00
Ruud 7268e02386 zindex fixes & empty home element 2013-03-17 15:50:45 +01:00
Ruud 7b7488ece8 Dashboard split
Do more with snatched and other statusses
2013-03-16 22:23:11 +01:00
Ruud 98981dac27 Suggestions 2013-03-04 23:11:26 +01:00
Ruud 1e1abf407c Dashboard 2013-03-04 23:11:13 +01:00
Ruud 3908e00650 Stop progress search on fail. fix #1409 2013-02-12 22:49:44 +01:00
Ruud 2ca2cc9597 Don't fire openpage twice on start 2013-02-04 22:36:22 +01:00
Ruud edb232df60 Don't fire progress untill other request ended 2013-02-04 22:35:25 +01:00