Commit Graph

2348 Commits

Author SHA1 Message Date
Ruud c0b3c9a330 Make description a bit shorter 2013-07-07 13:44:49 +02:00
Ruud 8a252bff64 Don't use parentdir for tagging 2013-07-07 13:00:38 +02:00
Ruud d3d3106fc9 Merge branch 'develop_seed' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_seed 2013-07-07 11:37:53 +02:00
dkboy 1ebb09226d Add Bitsoup provider 2013-07-07 14:23:15 +12:00
Ruud 52163428e9 Break if media headers are corrupt. fix #1828 2013-07-07 00:09:22 +02:00
Ruud da9dda2c2b Make minimal movie automation clearer. fix #1923 2013-07-06 23:39:34 +02:00
Ruud a4a14cae96 Use forwarded host when provided. fix #1922 2013-07-06 23:26:46 +02:00
Garret 989d6c55c4 Added priority setting for SABnzbd
Includes ability to add nzb to queue paused.
2013-07-06 10:28:32 -07:00
Ruud 1c3e6ba930 Ignore current suggested results 2013-07-06 00:24:57 +02:00
Ruud 99123ad1c3 Remove version on branch 2013-07-05 22:17:43 +02:00
Ruud cdf9cf5cf4 Yifi: don't search empty results. fix #1900 2013-07-05 21:54:55 +02:00
Ruud 797dedfcbb Remove cdX from subname. fix #1524 2013-07-05 21:28:07 +02:00
Ruud b61de4866c Make subliminal work with Requests 1.0+ 2013-07-05 20:40:27 +02:00
Ruud 931951ff37 Change default min size for 720p and 1080p 2013-06-30 15:57:58 +02:00
Ruud 6f42b4c316 Don't show coming soon when no dvd release is set 2013-06-30 15:21:06 +02:00
Ruud 58c446de2d Make string param boolean 2013-06-30 15:20:02 +02:00
Ruud 74bf6bc411 Always set info dict on library 2013-06-30 13:17:56 +02:00
Ruud ad3c24f950 Improved "too early to search" calculations 2013-06-30 13:17:43 +02:00
mano3m 998e487fe8 NZBs are not torrents :) 2013-06-30 10:14:08 +02:00
Ruud 93346b0c63 Properly update release dates 2013-06-30 01:16:13 +02:00
mano3m 7d9920691f Fix uTorrent settings automatically
Note that this might not be the way we want to go?
2013-06-29 22:50:25 +02:00
Ruud b1942678b4 Add hash and date to update available notification. fix #1883 2013-06-29 22:20:35 +02:00
Ruud 8c77d0d775 Add advanced option to search on launch. fix #1887 2013-06-29 22:03:29 +02:00
Ruud 3e667ee39a Couldn't press letter in movie filter. fix #1888 2013-06-29 21:56:24 +02:00
Ruud 52b2858ac2 Don't enable yifi by default 2013-06-29 21:39:53 +02:00
Ruud 6fcb4c2058 Change default automation interval 2013-06-29 21:07:07 +02:00
mano3m 7411670e22 Added complete download removal to SabNZBd 2013-06-29 10:36:02 +02:00
mano3m cfd23c395a Add failed download handling to Transmission 2013-06-29 10:23:08 +02:00
Ruud 2e8f670e94 Remove import 2013-06-28 23:32:38 +02:00
mano3m 18a88eab51 Textual change 2013-06-26 20:02:25 +02:00
mano3m 84e9f9794d Add awesomehd torrent provider 2013-06-26 19:53:28 +02:00
mano3m 628c0e5dcc Add yify torrent provider 2013-06-26 19:52:39 +02:00
mano3m cdee08bd36 Add status colours in dashboard 2013-06-26 19:49:05 +02:00
mano3m 7ed43da425 Also set seeding status in case nothing is done 2013-06-26 19:49:05 +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 bd56539103 Yifi cleanup 2013-06-24 22:31:50 +02:00
Ruud 9bcd3de69b Merge branch 'develop' of git://github.com/Mochaka/CouchPotatoServer into Mochaka-develop 2013-06-24 22:08:00 +02:00
Ruud d8f57963a1 NZBIndex: Search for year inside brackets. closes #1874 2013-06-24 22:07:21 +02:00
Ruud 5328f7fe69 Allow unknown keywords for all api calls. fix #1881 2013-06-24 21:21:49 +02:00
Ruud 9eea42b121 Get array arguments as list. fix #1875 2013-06-24 00:26:00 +02:00
Ruud 374f8ba1de Allow non trailing slash API calls 2013-06-23 23:28:13 +02:00
Ruud 74c984dec3 Send CP headers to suggestion call. fix #1872 2013-06-23 20:44:11 +02:00
Ruud 52ea0215f0 Use done for suggestion also 2013-06-23 19:14:11 +02:00
Ruud ea3d719b32 Suggest on wrong dev port 2013-06-23 19:09:07 +02:00
Ruud fd1e655075 Initial suggestion support 2013-06-23 19:07:03 +02:00
Ruud 9f8d439780 Add limit to CP search api 2013-06-22 17:01:24 +02:00
Aaron Florey 7e1bdc99eb Add Yify Torrent Provider 2013-06-23 00:11:01 +10:00
Ruud dac36d7f55 IPTorrents ignore empty results 2013-06-22 14:16:02 +02:00
Ruud 9d495a10ec Unicode static folder 2013-06-22 01:38:07 +02:00
Ruud 9bb99319ba SplitString don't clean 2013-06-22 01:37:27 +02:00