Commit Graph

95 Commits

Author SHA1 Message Date
mano3m ce4806df64 Add 3D renamer option 2014-04-21 00:26:15 +02:00
Ruud 3f16dbd09c Sort releases based on preferred method in api return 2014-04-04 17:52:33 +02:00
Ruud 7bb723d6b3 Key errors 2014-03-22 22:39:26 +01:00
Ruud 77a3552797 Add 3d support for searching 2014-03-22 21:03:19 +01:00
Ruud 98183ccc1e Sorted releases 2014-03-22 14:38:58 +01:00
Ruud b4610e5c23 Make sure to make release download id lowercase 2014-03-21 17:34:24 +01:00
Ruud 269d779df7 Move for_media out of release index 2014-03-21 16:28:40 +01:00
Ruud b63f7b7e5d Move with_status out of releases 2014-03-21 16:21:49 +01:00
Ruud 89c83001ca Move status_get outside index 2014-03-21 14:49:44 +01:00
Ruud 445724573d Make sure movie is added with multi identifier 2014-03-19 18:02:45 +01:00
Ruud 72d318323e Release ignore didn't get correct parameter 2014-03-15 12:17:53 +01:00
Ruud 12c08154c5 Optimize imports 2014-03-12 21:41:29 +01:00
Ruud 0b61ec1e13 Move plugins to single file 2014-03-11 22:47:42 +01:00
Ruud 8916ea5299 Don't unicode ints and floats 2014-03-10 14:12:19 +01:00
Ruud bef76f0118 Add download info to release when available 2014-03-09 14:30:23 +01:00
Ruud 131326675e Update release on rename
Prevent RevConflict
2014-03-09 00:24:54 +01:00
Ruud 3eaf5c9bc0 Use status from release when available 2014-03-05 16:27:55 +01:00
Ruud 96e8a909d8 database manage init 2014-02-11 22:19:55 +01:00
Ruud 8724076601 Remove sqlalchemy and elixir 2014-02-10 23:41:54 +01:00
Ruud ecf91d616b nosql 2014-02-10 23:07:42 +01:00
Ruud b9a8ca14c3 nosql 2014-02-09 18:21:47 +01:00
Ruud f7e1a2a5eb nosql 2014-02-09 15:57:08 +01:00
Ruud c3bc9c8591 Nosql 2014-02-08 17:58:45 +01:00
Ruud a609b401c4 nosql 2014-02-07 15:11:06 +01:00
Ruud 99252074be More nosql 2014-02-02 20:41:14 +01:00
Ruud 63743dd2b6 More NoSQL 2014-01-31 00:38:37 +01:00
Ruud a254886bad Try NoSQL 2014-01-29 17:49:54 +01:00
Ruud aab10fb599 Close all 2014-01-28 08:22:06 +01:00
Ruud 7001ed476d Wrap all commits with try/except 2014-01-26 00:33:21 +01:00
Ruud 88c328af8e Improved manage scanning
Expire after db get
2014-01-24 22:33:22 +01:00
Ruud 799299c7cc Code cleanup 2014-01-19 19:15:58 +01:00
Ruud 37d4755aae Log when there is an actual problem with the filedata download. fix #2705 2014-01-14 15:59:51 +01:00
mano3m 1cea50bcfb Added logging 2013-12-27 19:34:53 +01:00
mano3m 55483cf736 Consider try_next as failed 2013-12-27 19:09:39 +01:00
mano3m 69569758d9 Make sure we return true on success 2013-12-16 22:51:04 +01:00
mano3m 55777531d5 Clean-up and dont mark status twice 2013-12-16 22:43:05 +01:00
mano3m e9a457e263 mark release das downloaded if renamer is disabled.
if the renamer is not enabled and the quality of the downloaded release
is not the finish quality, the release did not get a status update.
2013-12-15 21:03:40 +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 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 eaf2974f8d Better frontend notification and GUI updating 2013-11-22 23:00:33 +01:00
Ruud 47de84259d Cleanup searcher PR 2013-10-30 22:51:26 +01:00
Ruud 98efe89833 Merge branch 'dev_searcher' of git://github.com/fuzeman/CouchPotatoServer into fuzeman-dev_searcher 2013-10-30 22:08:59 +01:00
Ruud b149528406 Cleanup older releases calling the wrong function 2013-10-22 14:11:13 +02:00
Ruud 53cd907db1 Code cleanup 2013-10-20 17:43:30 +02:00
Dean Gardiner f7e1fa1406 'release.download' renamed to 'release.manual_download', Moved 'searcher.download' and 'searcher.try_download_result' to 'release.*'. 2013-10-17 23:27:24 +13:00
mano3m 526d383929 Fix for release.update
The done release has no release info. This is fixed by doing it in the
same way as the interface.
2013-10-16 22:17:22 +02:00
mano3m eb17afc368 Fixed bug where it didnt do anything... 2013-10-16 22:17:19 +02:00
Dean Gardiner 8e51513ee0 Moved 'searcher.create_releases' from Searcher to Release.
Conflicts:

	couchpotato/core/media/_base/searcher/main.py
	couchpotato/core/media/show/searcher/main.py
2013-10-16 15:46:24 +13:00
Dean Gardiner 5f24338bd2 Renamed 'movie' -> 'media' in 'searcher.download'
Conflicts:

	couchpotato/core/media/_base/searcher/main.py
	couchpotato/core/plugins/release/main.py
2013-10-16 15:32:25 +13:00