Commit Graph
69 Commits
Author SHA1 Message Date
Ruud efdf77ef6c Merge branch 'refs/heads/develop' into tv
Conflicts:
	couchpotato/core/media/movie/_base/main.py
	couchpotato/core/plugins/release/main.py
	couchpotato/core/plugins/renamer/main.py
2013-11-30 12:44:13 +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
Dean Gardiner 4eb73e3609 Renamed Release.movie references to Release.media 2013-11-25 19:28:43 +13:00
Ruud 3e035f84b1 Merge branch 'refs/heads/develop' into tv
Conflicts:
	couchpotato/core/helpers/variable.py
	couchpotato/core/media/_base/searcher/main.py
	couchpotato/core/media/movie/searcher/main.py
	couchpotato/core/plugins/quality/main.py
	couchpotato/core/plugins/release/main.py
	couchpotato/core/plugins/renamer/main.py
2013-11-24 23:13:25 +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
Dean Gardiner 3fa21560be Moved 'searcher.create_releases' from Searcher to Release. 2013-10-16 14:58:51 +13:00
Dean Gardiner 32c289fd3d Renamed 'movie' -> 'media' in 'searcher.download' 2013-10-16 14:58:37 +13:00
mano3m 4b0a5bdd9b Move and fix cleanreleases 2013-10-13 16:53:45 +02:00
Ruud 70dada8ef6 Merge branch 'refs/heads/develop' into tv
Conflicts:
	couchpotato/core/media/_base/media/main.py
	couchpotato/core/media/_base/searcher/main.py
	couchpotato/core/media/movie/_base/main.py
	couchpotato/core/media/movie/searcher/main.py
2013-10-08 10:02:40 +02:00
Ruud d1c3f0c241 Use Media for all Movie db actions 2013-10-08 09:57:36 +02:00
Ruud 1b59fd9af0 Merge branch 'refs/heads/develop' into tv
Conflicts:
	couchpotato/core/media/_base/searcher/main.py
	couchpotato/core/plugins/renamer/main.py
2013-10-03 08:17:20 +02:00
Ruud 0876d1ff8e Rename release.update to update_status 2013-09-30 20:52:04 +02:00
mano3m 516447a104 Remove movie_dict 2013-09-30 19:16:08 +02:00
mano3m a2cb0ec8ad frontend release.update 2013-09-30 19:15:44 +02:00
mano3m 1bddadf3a4 clean-up searcher 2013-09-30 19:15:30 +02:00
mano3m f0f843f746 Add release.update event
Proof of concept commit.

It updates the database and calls movie.update.id to refresh the entire movie in the frontend. It would be better to crease a static js file in the release folder and add release functionality there including updating one release only.
2013-09-30 19:15:10 +02:00
Dean Gardiner 8fbf050510 Created 'searcher.search' event to replace some shared functionality, Fixed an issue in Release.download when snatching movies. 2013-09-30 22:49:54 +13:00
Ruud e9fc528a0f movie_id > media_id 2013-09-23 22:23:45 +02:00
Ruud cce0a8ec62 Merge branch 'refs/heads/develop' into tv
Conflicts:
	couchpotato/core/media/movie/_base/main.py
	couchpotato/core/media/movie/library/movie/main.py
	couchpotato/core/plugins/dashboard/main.py
	couchpotato/core/plugins/profile/main.py
	couchpotato/core/plugins/release/main.py
	couchpotato/core/plugins/suggestion/main.py
2013-09-11 23:13:28 +02:00
Ruud c6403e87f1 Get releases when cleaning up managed movies 2013-09-11 12:24:50 +02:00
Ruud 1aa26a5a6c Replace protocol if it doesn't exist 2013-09-09 22:28:21 +02:00
Ruud 117b952455 Default back to type on protocol. fix #2120 2013-09-05 21:46:00 +02:00
Ruud 5c61c24c04 Lazyload file list in manage tab 2013-09-04 22:39:42 +02:00
Ruud 47141f8e4f Api: added release.for_movie
Get all releases for a single movie
2013-09-04 22:30:32 +02:00
Ruud 7fd14e0283 Code cleanup 2013-09-02 21:59:06 +02:00
Ruud eced476eaf Merge branch 'refs/heads/develop' into tv
Conflicts:
	couchpotato/core/loader.py
	couchpotato/core/providers/info/_modifier/__init__.py
	couchpotato/core/providers/info/_modifier/main.py
	couchpotato/core/providers/movie/_modifier/main.py
	couchpotato/core/providers/show/_modifier/main.py
2013-08-24 18:30:00 +02:00
mano3m c13c0f24e5 Change type to protocol in release and renamer 2013-08-24 15:50:19 +02:00
Jason Mehring 3363e164fd refactored Movie model to Media 2013-08-23 01:37:00 -04:00
Ruud 187f5a8a93 Merge branch 'develop' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop 2013-06-14 22:43:19 +02:00
Ruud 6e0857c6c1 Remove Flask dependencies 2013-06-12 23:37:08 +02:00
mano3m 2f30c6c781 fix failed issues
As reported in issue #1822 I broke try next release when failed. This
commit adds the failed status to several items.
2013-06-11 21:43:01 +02:00
Ruud dc20b68a37 See if need to login on "belongs_to" check. fix #1190 2013-05-31 16:32:03 +02:00
Ruud f5af551325 Extend files, not append 2013-05-05 10:14:10 +02:00
Ruud 9ba19d27a6 Combine status calls 2013-04-27 11:04:19 +02:00
Ruud 7818b43045 Release files add in bulk 2013-04-27 10:08:03 +02:00
Ruud b91a077c91 Easier "get next best release" buttons 2013-03-25 22:54:22 +01:00
Ruud 382d49f895 Delete release if it has no files 2012-12-17 22:41:56 +01:00
Ruud 269e98b049 Removed all commented out db.close 2012-10-12 19:09:57 +02:00
Ruud 0e23413069 Mark movie snatched on manual download 2012-09-27 08:39:07 +02:00
Ruud d64150d6a7 Magnet link improvements 2012-08-26 22:43:00 +02:00