Commit Graph

2609 Commits

Author SHA1 Message Date
mano3m f57f2444fe Improved checking
Fixes #2539 ?
2013-12-11 22:11:33 +01:00
mano3m fd768df9e5 Tabs to spaces 2013-12-08 17:35:05 +01:00
mano3m 6d4297a5fb Extend os.path.sep to all folder checks
Expands 50c5044fe8
2013-12-07 22:39:47 +01:00
mano3m ab413f2f3e Dont remove historic data when doing a full scan.
Fixes #2572

Note that the dashboard already takes care of this and does it the right
way (keeping seeding and ignored releases).
2013-12-07 22:33:34 +01:00
mano3m 574255c4b6 Don't tag .ignore files 2013-12-07 22:33:34 +01:00
mano3m 008ba39856 Add backwards compatibility for the renamer API 2013-12-07 22:33:33 +01:00
mano3m cff1b3abdb Provide IDs to check to all downloaders 2013-12-07 22:33:32 +01:00
mano3m 231c5b8ca1 Renamer rename to media 2013-12-07 22:33:31 +01:00
mano3m 640664494e Increase check_snatched readability
- Reduce rested if statements
- Add more comments
2013-12-07 22:31:16 +01:00
mano3m 951b7b8425 Update Synology and Pneumatic
As per black hole improvement
2013-12-07 22:31:16 +01:00
mano3m c9980539f0 Improve black hole support
Also scan the 'from' folder if Black hole is used together with another
downloader.
2013-12-07 22:31:15 +01:00
Ruud Burger 7eb802b42a Merge pull request #2501 from mano3m/develop_xbmc
XBMC metadata update
2013-12-07 13:17:03 -08:00
Ruud Burger 2f4f3ce0fe Merge pull request #2578 from mano3m/develop_fnmatch
Fix fnmatch
2013-12-07 13:14:13 -08:00
mano3m 824ac86d18 Fix fnmatch
fnmatch does not accept regular expressions as presumed in
0c4851e436 See
http://docs.python.org/2/library/fnmatch.html

This patch actually completely broke tagging. All we need to do is make
sure any [ or ] used is conbverted into [[] or []].

Fixes #2557 and  #2362
2013-12-07 22:11:16 +01:00
mano3m 4553726423 [Notifications][XBMC] Add always do a full scan option to XBMC
Fixes #2498 (at least partially)
2013-12-07 15:09:30 +01:00
mano3m f0bde7316d [Metadata][XBMC] Update new actors to actor_roles 2013-12-07 15:09:23 +01:00
Ruud 966f8c36b1 Make sure to use a valid cookie_secret. fix #2553 2013-12-02 12:09:14 +01:00
Ruud 50c5044fe8 Add path separator for check 2013-12-01 19:23:53 +01:00
Ruud 46b2d6ba6e movie_id > media_id 2013-11-30 16:48:46 +01:00
Ruud 8aec5cf605 Better (custom) formhints 2013-11-30 14:59:52 +01:00
Ruud 54af80d5ad Don't wait for shutdown of scheduler 2013-11-30 12:51:35 +01:00
Ruud 8b2cd62211 Don't save stash on pull 2013-11-30 12:49:28 +01:00
Ruud 2fc4809821 Variable renaming movie to media 2013-11-30 12:41:06 +01:00
Ruud bde6de1789 Move movie listing to media 2013-11-30 12:23:53 +01:00
Ruud c72cca4ea2 Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop 2013-11-30 11:52:56 +01:00
Ruud 0f071be762 Use Object.each for object looping 2013-11-30 11:52:41 +01:00
Joel Kåberg cddf47f113 move long subtitle text into formhint 2013-11-29 22:28:51 +01:00
Joel Kåberg 76f3f5253a move long automation text into formhint 2013-11-29 22:14:28 +01:00
Joel Kåberg d833a04293 move long texts into formhint 2013-11-29 22:10:02 +01:00
Joel Kåberg 2e96860380 directory properly removed 2013-11-27 07:58:23 +01:00
Ruud Burger 3e2e6385cf Properly split seed ratios and seed times 2013-11-26 17:10:56 +01:00
Joel Kåberg ccc2028690 remove directory option in utorrent
doesn't behave as expected on windows
2013-11-26 15:51:12 +01:00
Joel Kåberg 81dbc1ca79 Merge pull request #2527 from RuudBurger/couchtart
TorrentPotato ready for prime time
2013-11-25 23:54:45 -08:00
Ruud e9a3059be2 Allow longer description in formhint 2013-11-25 22:16:02 +01:00
Ruud 3d5b33856f Add some quality tests 2013-11-24 22:45:17 +01:00
Ruud 8d2e3a1919 Add ratio and seed time styling 2013-11-24 21:43:54 +01:00
Joel Kåberg f3380c4fed seed_time and seed_ratio 2013-11-24 19:33:29 +01:00
Joel Kåberg 8a58d7f973 use hostname instead of TorrentPotato (dashboard) 2013-11-24 14:51:03 +01:00
Ruud 37b98cb835 TorrentPotato styling of inputs 2013-11-24 00:52:51 +01:00
Ruud 50262112b8 Use release_name 2013-11-24 00:27:47 +01:00
Ruud 4b9f9862fc Change name and response 2013-11-23 12:07:00 +01:00
Ruud df60d70592 Move it 2013-11-23 12:06:46 +01:00
mano3m 1b5bc1fa05 [Metadata][XBMC] Add fileinfo to nfo
Also fixed a int / int = int divide bug
2013-11-23 01:04:41 +01:00
mano3m e4993eac24 [Metadata][XBMC] Add actors to CPS info and nfo 2013-11-23 01:04:40 +01:00
mano3m bd1bb1ee91 [Metadata][XBMC] Add images to nfo 2013-11-23 01:04:40 +01:00
mano3m 2c1c57333c [Metadata][XBMC] Add trailer to nfo 2013-11-23 01:04:39 +01:00
mano3m a466cbcf16 [Metadata][XBMC] Fix nfo data
Fixes #1412 and @Lennong MPAA section
2013-11-23 01:04:38 +01:00
Ruud 379f62a339 CouchTater fixes 2013-11-23 00:31:26 +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