Woodpaker
000467cc73
* Added saving of changed newznab categories in backend.
...
Added gui for selecting categories from multiselect box.
Created some helper function in js, for dynamically modifying selects/options
Made results of function for retrieving newznab capabilities more generic. In that now always a valid json is returned with success,tv_categories,error
Added gui elements for retrieving and displaying newznab capabilities
Added backend functions for calling ajax /getNewznabCategories?name=yourNewznabProvider&url=https://newznabprovURL&key=YourApiKey
Returns json.dumps() with TV category capabilities of newznab provider. Is going to be used for new gui element in adding newsnab provider.
2014-09-01 17:57:52 +02:00
echel0n
ee458bd211
Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code.
...
Show root dirs can not be set from general config menu.
Mass editing shows now has the ability to delete root dirs as well as edit them.
Daily search no longer is restricted to just 1 week of results for searching from which now allows for replacing lower quality downloads with higher quality ones if available.
RSS Cache is updated for each provider on demand now when performing manual, failed, backlog, or daily searches.
2014-08-30 01:47:00 -07:00
echel0n
00a1ebfee3
Fixed TypeError: string indices must be integers error when mapping indexer id's
...
Added full delete feature to mass update, removes show from SR and deletes show folder from hard drive. Remove will just delete show from SR without deleting files from hard drive
Fixed XML errors for TVRage indexer api
2014-08-29 10:05:15 -07:00
echel0n
3cb1c573a3
Fix for newznab provider settings not saving properly
...
Added new show option, delete now removes show from showlist and deletes from hard drive, remove will just remove show from showlist but leave files on hard drive untouched
2014-08-29 03:29:56 -07:00
echel0n
bcffc09589
Replaced provider backlog only search option with 2 new options that allow you to enable daily searches and backlog searches individually per provider, default is enabled for both.
2014-08-28 22:16:25 -07:00
Adam
7af333e1f7
Fix sorting on mass update page
2014-08-25 13:37:55 +08:00
echel0n
a3449db3d3
Fix for Error cannot find 'cur_ep_enddate'
2014-08-21 23:26:49 -07:00
Callum Loh
b140354b6d
Fixes issue with search page from PR 713
2014-08-14 17:11:35 +10:00
echel0n
27ac36cde9
Merge pull request #713 from piejanssens/dev
...
Add priority option for daily snatches (inc force)
2014-08-12 18:33:53 -07:00
piejanssens
e4282df953
Add priority option for daily snatches (inc force)
...
This adds a priority option that allows the user to specify the
priority to be used for daily/recent snatches instead of the default
high value ‘100’.
This also includes the use of priority ‘force’ which will let nzbget
download the task even if the queue is paused.
2014-08-11 22:07:02 +02:00
Adam
f4c0893d32
Fixes for trakt settings not saving
2014-08-11 19:29:35 +08:00
Jamie
18da621016
Trakt method, error checking, remove series
2014-08-09 00:07:17 +01:00
Sami Haahtinen
cd1cef55d6
Fix <a> element so that it doesn't leak to other elements
2014-08-05 00:13:34 +03:00
echel0n
a15258c784
Fixed massEdit issues.
2014-07-30 19:41:02 -07:00
echel0n
7b187c3add
Fixed cannot find 'capitalize' while searching for 'capitalize' error.
...
Fixed unexpected branchVersion error.
2014-07-30 12:30:35 -07:00
echel0n
534104b8b0
Changed how SickRage determins its branch version which will resolve issues with app switching back to master branch by mistke on startup.
2014-07-28 21:43:28 -07:00
echel0n
f4b24bd85d
Added a checkout branch button to the advanced config settings tab to tie things in better and make them easier.
2014-07-27 15:21:52 -07:00
echel0n
7dc89c084f
Added ability to switch branches from general settings/advanced, will perform a forced checkout of whatever branch you choose and restart automatically.
...
Git updates are now forced to overwrite locale changes to avoid needing to manually stash uncommited changes before being able to proceed with a update.
Fixed indexer mapping when unable to locate show on indexer that we are trying to map to.
2014-07-27 11:39:02 -07:00
echel0n
de5db9be64
Added ability to set a default indexer for trakt notifier used for adding shows from watch list so that SickRage knows what indexer to set the show as.
...
Indexer mapping now uses indexer api calls to gather its information and then stores it to a new table called indexer_mapping for instant lookups later on.
Fixed trakt related issues for adding new shows and syncing.
Centered items at bottom of pages to just look a little nicer and fit properly.
2014-07-23 22:07:01 -07:00
Supremicus
aa69cfb07c
Change SQL in templates.
...
Split downloaded and snatched
Use > instead of != in sql statement (speed improvement)
Today's Next Episode removes correctly if today's date is snatched or
downloaded (fix)
Progressbar percentage calculated in python (speed improvement)
Episode totals corrected (fix)
2014-07-21 15:38:50 +10:00
echel0n
7f20f5e27f
Fixed whitelist error when editing shows, needs more code changes to fully function correctly.
...
Possible fix for threading exceptions.
2014-07-17 17:43:36 -07:00
echel0n
7cbeef5ed0
Fixed invalid naming pattern error.
...
Fixed sports regexes.
Fixed name parsing issues.
2014-07-15 02:40:21 -07:00
echel0n
d02c0bd6eb
Fixed issues with editing/saving custom scene exceptions.
...
Fixed charmap issues for anime show names.
Fixed issues with display show page and epCat key errors.
Fixed duplicate log messages for clearing provider caches.
Fixed issues with email notifier ep names not properly being encoded to UTF-8.
TVDB<->TVRAGE Indexer ID mapping is now performed on demand to be used when needed such as newznab providers can be searched with tvrage_id's and some will return tvrage_id's that later can be used to create show objects from for faster and more accurate name parsing, mapping is done via Trakt API calls.
Added stop event signals to schedualed tasks, SR now waits indefinate till task has been fully stopped before completing a restart or shutdown event.
NameParserCache is now persistent and stores 200 parsed results at any given time for quicker lookups and better performance, this helps maintain results between updates or shutdown/startup events.
Black and White lists for anime now only get used for anime shows as intended, performance gain for non-anime shows that dont need to load these lists.
Internal name cache now builds it self on demand when needed per show request plus checks if show is already in cache and if true exits routine to save time.
Schedualer and QueueItems classes are now a sub-class of threading.Thread and a stop threading event signal has been added to each.
If I forgot to list something it doesn't mean its not fixed so please test and report back if anything is wrong or has been corrected by this new release.
2014-07-14 19:00:53 -07:00
echel0n
84fe4f0aeb
Added back tvrage_name and tvrage_id to mirror show_name and indexer_id so that other apps that need those values have them available.
...
Cleaned up video html in display shows.
2014-07-11 18:38:22 -07:00
echel0n
2d87de0fd8
Fix for search provider config page errors.
2014-07-11 14:57:49 -07:00
echel0n
424674464f
Playing videos from display show page has now been made opt-in, you can enable/disable via general config menu.
...
Swapped out video-js player for jwplayer to support mkv video codec.
Fixed issue with videos not playing.
2014-07-11 04:05:33 -07:00
echel0n
d6225dd8d3
Updated next episode airdate function to be run once at startup and then each time after that with show update schedualer
2014-07-09 00:49:05 -07:00
echel0n
dbe22b570b
NextEpisode code modified to return the airdate ordinal instead of a ep object, faster.
2014-07-08 23:07:26 -07:00
echel0n
a085f0f538
Improved and faster nextepisode function, speeds up home page load times.
2014-07-08 22:42:56 -07:00
echel0n
004e82e459
Merge remote-tracking branch 'origin/dev'
2014-07-08 15:33:43 -07:00
echel0n
c5adfae655
Merge pull request #626 from arogl/dev
...
Minor GUI and console fixes
2014-07-08 09:54:56 -07:00
echel0n
84f3c5e698
Merge pull request #630 from olipayne/master
...
fixed broken images when changing web_root from default (empty)
2014-07-08 09:50:48 -07:00
echel0n
9c265ace69
Merge pull request #633 from adam111316/fix_downloads_column_sorting
...
Fixes downloads column sorting order for shows with all episodes ignored
2014-07-08 09:46:28 -07:00
adam
00bad06fad
Fixes downloads column sorting order for shows with all episodes ignored
2014-07-08 21:52:29 +08:00
echel0n
3eab86478a
Fixed video root issues for video player
2014-07-07 11:28:25 -07:00
echel0n
8063ac5d7a
Fix for displayshows error: ValueError: invalid literal for int() with base 10: ''
2014-07-07 09:32:04 -07:00
echel0n
2b0b0dd885
Finally thanks to the new error handlers we have resolved the dredded issue 500 errors, enjoy!
2014-07-07 05:55:42 -07:00
Oliver Payne
c5949b4672
fixed broken images when changing from default (empty)
2014-07-06 21:08:16 +02:00
echel0n
773ac7e9e1
Merge pull request #629 from adam111316/fix_releasegroup_history
...
Fixes blank release group field for animes on history page
2014-07-06 08:46:25 -07:00
Adam
5e9daaf8c6
Fixes blank release group field for animes on history page
2014-07-06 23:38:47 +08:00
adam
9425a91b56
Relocating group labels and required words on show page
2014-07-06 22:54:30 +08:00
echel0n
93e2e93b63
Fix for edit shows and add shows.
2014-07-05 16:47:20 -07:00
e5e4eaeacd39c5cfba4d7c852c48277ae50331e6
bf52b882d4
Minor GUI and console fixes
2014-07-05 16:14:55 +10:00
echel0n
457fc59067
Added ability in to watch episodes from displayShows page in full screen using html5 video player embedded into SickRage app, also tvshows are now web accessable via SickRage's web server under /videos/<complet_path_to__video_file>
2014-07-04 22:01:25 -07:00
echel0n
04f6b8fc8b
Fixed web_root issues, Play videos directly from browser when displaying show via HTML5/JS ** WORK IN PROGRESS **
2014-07-03 16:51:39 -07:00
Mark Rawson
8f19e84a80
Add global option to disable SickRage update notifications via notifiers.
2014-07-03 08:16:15 +01:00
echel0n
130daf7d0a
Added trending shows feature, this allows you to choose from a wide selection of popular/trending shows with rating stats and easily add the show into SR by simply clicking the plus sign.
2014-07-01 01:49:12 -07:00
echel0n
037cee7820
Testing fix #1 for "TypeError: argument of type 'NoneType' is not iterable" 500 error
2014-06-30 00:15:29 -07:00
echel0n
46b80c115e
Merge pull request #618 from Anthirian/anime-blackwhitelist-fixes
...
Fixed broken layout for anime black and whitelist
2014-06-29 22:43:32 -07:00
echel0n
e1ce1c3ce4
Merge pull request #621 from rawsonm88/fix/backlog_scheduler
...
Fix next backlog date
2014-06-29 22:42:22 -07:00
echel0n
550e67135e
Code cleanup
2014-06-29 19:31:32 -07:00
Mark Rawson
4252daf098
Fix next backlog date in API / altered display of next backlog date in UI
2014-06-29 16:49:47 +01:00
echel0n
cafdc57b2c
Testing fix for redirect issues and blank pages.
...
Fix for create pid issues.
Fix for creating index on tv provider cache tables.
2014-06-28 22:54:29 -07:00
echel0n
ca60203e9e
Test #3 for blank pages.
...
Syncs show library with trakt.tv show library on startup.
Adds/Removes shows individually to/from trakt.tv library.
Added use_recommended feature to trakt.tv notifier config page.
2014-06-28 20:28:00 -07:00
echel0n
df7aa364aa
Added feature that gets all recommended shows from your trakt.tv account and lets you add the show like you would if adding a new show and searching.
2014-06-27 04:00:16 -07:00
Anthirian
8135a97d62
Fixed broken layout for anime black and whitelist
2014-06-24 22:54:51 +02:00
echel0n
d5550288fc
Merge pull request #608 from lennyk/nfo_rename_option
...
Option to NOT rename .nfo to .nfo-orig
2014-06-19 09:45:34 -07:00
echel0n
b312c9dcda
Merge pull request #593 from tutipeti/feature/synods_destination
...
Destination option for the Synology DS
2014-06-19 09:43:27 -07:00
echel0n
8dd4585145
Fix for pushover notifications.
2014-06-19 09:42:20 -07:00
echel0n
495a1a4fb3
Merge pull request #604 from rawsonm88/pushover-custom_api_key
...
Add UI option for users to enter their own Pushover API key
2014-06-19 08:58:20 -07:00
echel0n
2b7df8e67d
Added backup and restore feature, this allows you to backup your config.ini and sickbeard.db files into a zipfile and save it to a destination of your choice and as well you can restore the same zip file later on then perform a restart to have the changes take affect automatically. Backups are saved date/time stamped.
2014-06-19 07:31:44 -07:00
Mark Rawson
abb7c78dac
Pushover - remove hard-coded API key, add API register link to UI.
2014-06-19 00:11:20 +01:00
oldskool
37c3354325
cherry-pick a Sickbeard pull request add an option to NOT rename .nfo to .nfo-orig
...
from oldskool:nfo_orig
credit to oldskool
Fixing issue 2404: Option to NOT rename .nfo to .nfo-orig
Conflicts:
data/interfaces/default/config_postProcessing.tmpl
sickbeard/__init__.py
sickbeard/postProcessor.py
sickbeard/webserve.py
2014-06-18 12:52:10 -07:00
Mark Rawson
764be940ac
Add UI option to input users own Pushover API key
2014-06-17 21:37:09 +01:00
echel0n
500f387bad
Fixed anime button in settings
2014-06-15 22:49:33 -07:00
echel0n
d73cc1cbbd
Replaced cherrypy with tornado which helped resolve our memory leak issue.
2014-06-14 20:56:15 -07:00
echel0n
2546a5199f
Test fix for home page none type error
2014-06-12 11:30:59 -07:00
Peter Tutervai
f24999b10d
Changed the config page to show the path field for the Synology DS, added the parameter to the DS API
2014-06-09 01:01:47 +02:00
Nils
166dffeb5a
Merge pull request #582 from bikemike222/add_cookies_rss
...
Added cookie support to custom torrent provider
2014-06-09 00:20:37 +02:00
Nils
23f08e72de
Merge pull request #591 from jtdroste/patch-1
...
Fixing "Release" spelling
2014-06-09 00:09:42 +02:00
echel0n
df7c3f4aff
Fix for NoneType can't be iterated when viewing home page.
2014-06-07 21:13:40 -07:00
James Droste
e595da84b4
Fixing "Release" spelling
2014-06-07 21:23:17 -04:00
echel0n
ecad67be06
Fix for config page issues.
2014-06-07 15:50:51 -07:00
echel0n
a1da7df12e
Fixes for DB issues
2014-06-07 15:35:16 -07:00
echel0n
08d8beffa4
Misc fixes and code cleanups.
2014-06-07 05:36:50 -07:00
echel0n
1e8f3e2883
Added ability for format anime naming from post-processing options.
...
Fixed regex issues for anime shows matching 720p as a absolute number.
Custom sports naming has been fixed to adhere to dates.
2014-06-07 01:17:12 -07:00
echel0n
e7170328aa
Fix for Indexer API issues
2014-06-03 22:20:54 -07:00
echel0n
e788580d09
Merge pull request #588 from JackDandy/FuzzyMoments
...
Fuzzy Moments Update
2014-06-03 21:12:54 -07:00
echel0n
528067d89c
Merge pull request #589 from JackDandy/TweakDisplayShow
...
Tweak display show
2014-06-03 21:12:44 -07:00
echel0n
011cdb40a5
Switched from PayPal to Google Wallet for accepting site support membership upgrades.
2014-06-03 20:14:46 -07:00
JackDandy
211334574f
Change align Search column, move Filename column data to hover over Episode to gain screen estate, span the Airdate so qTip is closer.
2014-06-04 00:40:05 +01:00
JackDandy
2e387b1ce8
Expose "Date Style"... "Use System Default" only when FuzzyMoment is off.
...
If the Date Style "Use System Default" is selected and FuzzyMoments is clicked on, then an appropriate Date Style is chosen from explicit defaults. This change prevents issues where moments() cannot interpret or guess locale date formats.
2014-06-03 18:43:37 +01:00
echel0n
2ab436b764
Fix for saving default options when adding shows.
...
Fix for default provider not being passed in properly.
2014-06-01 20:43:37 -07:00
Nils
0d54346cbd
Merge pull request #587 from WebSpider/dev-hover_filenames
...
Changing filename in Show overview: Complete filename is on hover only, saving valuable space.
2014-06-01 23:47:34 +02:00
echel0n
277d630a6f
Fixed issues with scene converting
2014-05-31 03:35:57 -07:00
echel0n
d7396896b5
Added in regex matching with fuzzy matching.
...
Shows now display Indexer absolute numbering.
Improved speed of parsing search results.
Fixed episode naming issues.
2014-05-31 03:35:11 -07:00
echel0n
db6cf0b22b
Fix for daily searcher NoneType error.
...
Added XEM icon to show display, indicates if show has scene mapping available or not plus clicking on the icon will take you to the XEM mapping page.
2014-05-30 04:06:51 -07:00
echel0n
a2439c8c64
Added ability to mass set shows to search by scene numbering.
2014-05-30 00:50:45 -07:00
echel0n
a92de48aec
Added new show option that allows you to choose if you want to search via scene numbering or indexer numbering.
...
Scene numbers and scene absolute numbers now only display if prooper show options are selected.
Scene absolute numbers are now able to be set by user.
Fixed issues with user set scene numbers not correctly applying to episode objects.
2014-05-30 00:50:27 -07:00
echel0n
e1ee01579d
Fixed issues with TVDB retrieving banners and posters.
...
Fixed unicode issues with Indexer API's
Fixed issues with scene numbering.
Fixed issues with black and white lists for anime shows when editing a show.
2014-05-29 06:27:05 -07:00
Nils Vogels
87c7476907
Revert "Make UI look better on iOS"
...
This reverts commit 690b904b98
.
Apparently, this doesn't only make the UI look better, but it also makes it dysfunctional.
2014-05-29 10:04:43 +02:00
Nils Vogels
690b904b98
Make UI look better on iOS
2014-05-29 03:12:47 +02:00
Nils Vogels
0e34c8c4b3
Backport from https://github.com/thezoggy/Sick-Beard , applied to our branch
...
General cleanups in notifiers.
* Cleaned up notifier ui page wording so they follow similar pattern.
* Better exception handling for pyTivo and NMJ
* Cleaned up logging entries, trying to standardize on what level we report and verbiage (not using contractions, prune out duplicate/excessive entries)
2014-05-29 02:30:38 +02:00
Nils Vogels
9e455c424a
Merge branch 'FuzzyMoments' of https://github.com/JackDandy/SickRage into JackDandy-FuzzyMoments
2014-05-28 00:17:24 +02:00
Nils
92d5976704
Merge pull request #584 from ThePieMan/dev
...
More information given on seed ratio/time defaults
2014-05-27 23:26:11 +02:00
echel0n
34da3f53d8
Added Black and White list for release groups for anime shows.
...
Fixed anime show list splitter.
Added check for anime shows and providers so we don't perform searches with a provider that doesn't support the type of show genre we are searching.
2014-05-27 03:09:57 -07:00
Nils Vogels
177dbc0f22
More namechanges
2014-05-26 23:32:47 +02:00
echel0n
de01fa1e37
Fix for scene name repeat bug when displaying show.
...
Added scene exceptions feature, hover over the show name with your mouse to see ALL scene exceceptions currently set for the show.
2014-05-26 11:07:10 -07:00
echel0n
9a3e7ab0a9
Added anime support with anidb support.
...
Added fanzub anime nzb provider.
Fixed NyaaTorrents anime provider.
This is in testing phase so bugs are to be expected.
2014-05-25 23:29:22 -07:00
ThePieMan
2d64af4b93
Update config_search.tmpl
...
Don't ya hate pants?
2014-05-25 20:14:20 -06:00
ThePieMan
5b9471b2cd
Update config_providers.tmpl
...
More detail and sandwiches
2014-05-25 20:12:19 -06:00
Bike Mike
89c944ec94
Added cookie support to custom torrent provider
2014-05-25 19:19:45 +02:00
echel0n
a350be339c
Fix for issue causing issues loading and saving search providers
2014-05-23 09:35:01 -07:00
JackDandy
cf1d88343d
Add feature to General Config to display fuzzy dates instead of absolute dates. Add feature to General Config to trim the leading number "0" shown on hour of day and date of month.
...
Affects UI dates on the Coming Episodes, Display Show, Manage > Backlog Overview, Home and History pages.
Widen the General Config tab widths and tweak, format and align some texts.
The many 'test date' variations in the General Config -> "Date and Time" drop down are useless during the month of May as both short and long styles are the same. Change the 'test date' to January 1 of the next year so short and long month styles are distinguishable.
2014-05-23 16:20:44 +01:00
echel0n
41ff17a2f0
Added in our favicons
2014-05-23 07:25:44 -07:00
echel0n
7391a6e454
App name change in code.
2014-05-23 05:37:22 -07:00
echel0n
1a1f9d3e77
Fixed issue for shows that don't return a runtime typically from TVRage indexer
2014-05-23 03:00:45 -07:00
echel0n
b499e4b6db
Fixed issues with per-provider torrent ratio settings, now can be left blank to default to client ratio setting.
2014-05-22 23:42:11 -07:00
echel0n
736cb7c738
Fixes issues with ABD shows searching for complete seasons and returning zero results.
2014-05-22 22:02:49 -07:00
echel0n
f5cb9ab84d
Fixes issue with version update not appearing at top of page
2014-05-22 20:17:24 -07:00
echel0n
abcde5ee89
Updated CSS style sheets to better suite our logo color scheme
2014-05-22 19:47:12 -07:00
echel0n
e3da060000
Fix for adding new shows and issue with indexer_timeout
2014-05-21 15:55:02 -07:00
echel0n
b31b054e0c
More logo changes
2014-05-21 15:15:09 -07:00
echel0n
43f66f63cf
Logo change
2014-05-21 14:49:31 -07:00
echel0n
dad2c1623c
Changed IRC channel details
2014-05-21 13:35:12 -07:00
echel0n
13462fbb67
Added user settable interval for autoPost-Processing to post-processing config section.
2014-05-21 13:26:24 -07:00
echel0n
63207ba93b
Added global indexer timeout for adding shows.
2014-05-21 11:17:52 -07:00
echel0n
83d7e9fb69
Removed global seed ratio's
2014-05-20 09:27:52 -07:00
echel0n
9e1402057a
Added in min seed and min leech options for torrent providers
2014-05-20 09:06:11 -07:00
echel0n
6a02edd7fc
Added search options to NZB providers
2014-05-19 19:29:51 -07:00
echel0n
5f328eba5f
Converted NZB providers to new dynamic config style format.
2014-05-19 19:14:06 -07:00
echel0n
a4c790eedc
Fixes issues with skip removed files option.
...
Fixes issues with saving usenet providers.
2014-05-19 16:43:01 -07:00
echel0n
f0bd8e5e4a
Fixes issues with processTV failed downloads and HDBits auth info
2014-05-19 13:06:32 -07:00
echel0n
854de69683
Fixed find propers.
...
Added ability to force a find propers search.
2014-05-19 10:40:25 -07:00
echel0n
2a5598ba0f
Fixes issues with settings and newznab providers.
2014-05-19 08:22:18 -07:00
echel0n
de20d13c61
Added per-provider option 'backlog only' which allows you to disclude any provider from the daily search but still use it for backlogs, currently working for torrents only and will add to nzb providers later on today.
...
Cleaned up details on search options for providers and made it look nicer
2014-05-18 09:39:30 -07:00
echel0n
c65573a8d7
Re-wrote daily searcher to search for unaired and wanted episodes going back as far as 1 week, also moved it so it queue's its items now.
...
Cleaned up description of new per-provider season search options.
2014-05-18 05:59:42 -07:00
Nils Vogels
0b985834ee
Changing filename in Show overview: Complete filename is on hover only, to save space
2014-05-18 00:35:49 +02:00
Nils Vogels
3a08af6661
Merge commit '8c449e2' into dev
2014-05-18 00:16:13 +02:00
Nils Vogels
8c449e27d2
Add option to skip detection of removed files
...
Adds config option in Config > Postprocessing
2014-05-18 00:14:31 +02:00
echel0n
0a1a2a7148
Fixed CPU Throttling details
2014-05-17 11:57:17 -07:00
echel0n
55f27c4f40
rss cache updates and daily search have been joined into one function.
...
fixed more issues of missing vars causing saving of config issues.
2014-05-17 11:14:48 -07:00
echel0n
0afdeb3c1f
Added ability to disable daily search at startup.
...
Fixed search frequencies.
Changed HDBits to use requests json parser.
2014-05-17 09:18:50 -07:00
echel0n
a3e06b965f
Added in CPU Throttling option under general config -> advanced.
...
Fixed issues with passwords and unicode chars.
Fixed issue with usenet_retention variable not being saved or set.
2014-05-17 04:40:26 -07:00
echel0n
58e0b58a0f
Added a timezone display option so that you can either display the date/time via your local timezone or the show's network timezone.
2014-05-17 00:30:21 -07:00
echel0n
5453c8c6df
Fix for TPB proxy issues.
...
Fix for save config issues.
2014-05-16 23:38:00 -07:00
echel0n
e96035ff4f
Added per-provider options search mode and search fallback.
...
Search mode allows you to choose season packs only or episodes only which controls how backlogs search for data.
Search fallback if selected will attempt a 2nd search this time using the alternative search mode to see if it can get results if the previous attempt failed.
Provider settings are now read and stored dynamically instead of always having to retrieve them by there static names, this will allow for dropping in new provider modules easier to intergrate with existing options already present.
Fixed search code to not perform dupe searches by mistake.
Cache stores a list of shows we have rejected so that next time around we don't have to process them to know we don't like em.
2014-05-16 22:29:44 -07:00
echel0n
b0f1f2c91e
Fixes date timezone issues
2014-05-15 21:15:49 -07:00
echel0n
1aff31eaec
Complete Backlog searches can now be forced from manage search menu.
2014-05-15 15:06:13 -07:00
Nils
a688273f6b
Merge pull request #570 from JackDandy/FixBacklogLabelSelectsRSSItem
...
Fix: Clicking on the label "Process backlog on startup" will no longer...
2014-05-15 23:45:07 +02:00
echel0n
8ac8150eb3
Fixed issues with search results not being snatched when searching shows with custom quality settings.
...
Added option to force a RSS update under Manage searches.
Added status of rss updates and daily searches to be displayed at bottom of pages.
2014-05-15 14:43:57 -07:00
Nils
ca913d965b
Merge pull request #567 from JackDandy/CheckPropersEvery
...
Add new feature, check propers interval.
2014-05-15 23:39:23 +02:00
JackDandy
ac90b84697
Fix: Clicking on the label "Process backlog on startup" will no longer toggle the check-box of "RSS Cache Updates on startup".
2014-05-15 14:02:07 +01:00
Senaxx
cded5db5a2
Fix for alterate scene names
2014-05-15 09:33:05 +02:00
echel0n
e20adcfab8
Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu.
...
Fixed issues with subliminal subtitle downloader.
2014-05-14 21:16:46 -07:00
echel0n
7c5144417e
Revert "Updated Subliminal to 0.80 and fixed issues with subtitle downloading."
...
This reverts commit f6a264bf5c
.
2014-05-14 18:41:08 -07:00
JackDandy
fe74efbf23
Add new feature, check propers interval.
...
Allow user to select an interval between searches for propers.
2014-05-14 23:23:59 +01:00
echel0n
f6a264bf5c
Updated Subliminal to 0.80 and fixed issues with subtitle downloading.
2014-05-14 14:52:05 -07:00
Nils
e0558ea4cd
Merge pull request #558 from Zwooosh/dev
...
Don't add portnumber when restarting with reverse proxy enabled
2014-05-14 17:08:00 +02:00
JackDandy
c33b92866d
Add new feature, set file date to episode aired date.
2014-05-14 13:33:36 +01:00
Zwooosh
5dae4c86c9
Merge remote-tracking branch 'upstream/dev' into dev
...
Conflicts:
SickBeard.py
2014-05-14 13:17:00 +02:00
Nils Vogels
da42e262ca
Adds descriptive text if CHECKVERSION is off
2014-05-14 12:18:48 +02:00
echel0n
2318e43e89
Fix for scene numbering manually when show has incomplete xem mapping.
...
Fix for displaying shows scene numbering when show does not exist on xem.
2014-05-13 03:03:11 -07:00
Zwooosh
4f43349dee
Don't add portnumber when restarting with reverse proxy enabled
2014-05-13 11:58:27 +02:00
echel0n
e353cd13c7
Added ability to turn RSS Cache updates on startup and let it start when its interval is reached and continue from there. This can be set from same place you set backlog startups.
2014-05-12 22:48:00 -07:00
echel0n
8f2663da55
Added in seperate interval settings for backlog and rss updates
2014-05-12 03:34:18 -07:00
echel0n
31297b9069
Added RSS Cache updater with user-settable interval from config section of web interface, updates the cache so that searches can be more instant when looking for snatches.
...
Updated backlog search code to re-set skipped or missed episodes to wanted.
2014-05-12 01:52:14 -07:00
echel0n
15815c41ab
Fix for imdbinfo key error year
2014-05-11 15:58:03 -07:00
echel0n
52efb6f43b
Added incomplete indexer <-> scene mapping check
2014-05-11 15:24:02 -07:00
Nils Vogels
4a2ae0e385
A little more communication about the BETA state of this software
2014-05-12 00:02:27 +02:00
echel0n
448a45cf40
Fix for complete season snatches.
...
Removed multi-threading option from general config
2014-05-11 07:40:24 -07:00
echel0n
f7ded2a4ed
Fix for managing searches
2014-05-11 07:25:46 -07:00
echel0n
e977750702
Merge branch 'origin/master'
...
Conflicts:
sickbeard/__init__.py
2014-05-11 05:55:12 -07:00
echel0n
1398c38275
Fix for manual and backlog download/search issues.
...
Removed multi-threading as it was more problems then usefull for now.
Added in match & snatch, any quality from initial quality settings gets downloaded first and does not continue searching, if archive qualities exist it'll stop once it hits max quality from said list.
2014-05-11 05:51:39 -07:00
tlex
d0105a2f6a
Fixed a couple of bugs related to deluge
2014-05-11 10:31:38 +03:00
sammy2142
57737feb5c
Adds Per Provider Seed Ratio
2014-05-10 12:50:07 +01:00
Peter Maciocia
77e9988980
Fix for #315 , backport xbmc always on option
...
fix deleted line
2014-05-08 17:44:11 +01:00
Nils
6dccea093d
Merge pull request #450 from rpluto/dev
...
Add Boxcar2 Notifications
2014-05-08 17:02:14 +02:00
echel0n
2a4f8780e2
Fixed issues with multi-threading.
...
Fixed issues with snatching air-by-date shows.
Fixed issues with naming patterns.
Fixed issues with invalid literals.
Fixed issues with country codes missing and causing web errors.
Fixed so many issues I can't write them all done ... :)
2014-05-08 07:04:01 -07:00
rpluto
8ec7e69fac
Add Boxcar2 Notifications
2014-05-07 15:23:06 +01:00
Nils Vogels
d76c9d1c3b
Implemention option to start/stop full backlog thread
2014-05-07 01:14:33 +02:00
echel0n
fb71c6139e
Added in optional multi-threading for all search queues, can be set from General->Advanced config section.
...
Fixed issue #417 and #335
2014-05-06 04:29:38 -07:00
Nils Vogels
b177c1ade2
Merging changes from Prinz23, PR#156
2014-05-06 00:48:28 +02:00
Nils
7ebecc0f24
Merge pull request #360 from nightexcessive/feature/reverse-proxy
...
Add proper handling for reverse proxies
2014-05-05 12:41:44 +02:00
echel0n
b38bf52c4d
Update Config info
2014-05-05 00:58:06 -07:00
echel0n
775730c3ad
Fix for mass add and existing shows adding
2014-05-04 23:19:39 -07:00
Nils Vogels
7c5d2b3170
Showing current commit on infopage
2014-05-05 00:49:40 +02:00
Michael Johnson
02382d2716
Add proper handling for reverse proxies
...
Basic configuration options and filter
Add configuration options to template
Woops, we can't use filters
Qualify the name 'Tool'
Remove leftover 'self' argument
2014-05-04 18:04:04 -04:00
Nils Vogels
84120ee00e
Option to prefer single episode releases over season releases:
...
- Added option "prefer_episode_releases" to config.ini. If a complete season of a show is added to the backlog this option will make sickbeard prefer single episode releases for that season over a comlete season release.
Backport of 1ec7c61023
into dev branch
2014-05-04 15:58:20 +02:00
echel0n
3ba3a74fd0
THis ones for you PieMan ;)
2014-05-03 21:07:49 -07:00
echel0n
88f7ef2c93
Had a few requests for this so here it is.
2014-05-03 15:48:04 -07:00
echel0n
afde3b4c28
Fixes issues #333 and problems with converting str to int via prettyName func
2014-05-03 15:29:00 -07:00
echel0n
cae11c0f06
Fixes for scene numbering in displayShows
2014-05-03 03:09:46 -07:00
delphiactual
3654ad7729
Pushbullet Changes
...
Remove "." from test button
Replace nickname into dropdown menu instead of model...
2014-05-02 00:27:29 -06:00
echel0n
deb355ef88
Fixed typo causing addexisting shows page to not function correctly
2014-05-01 18:50:08 -07:00
echel0n
3a60683327
Fixed issues with parsing release names and naming patterns including regex for sports is now more accurate then ever!
...
Added option under general settings to allow specifiying a default indexer to be used for adding newshows and existing shows (All, TVDB, TVRage)
2014-05-01 17:57:51 -07:00
echel0n
e6056c5745
Fix for adding existing shows.
2014-04-30 20:05:35 -07:00
echel0n
f354839efd
Merge pull request #106 from joshjowen/indexerfix
...
Create an INDEXER_DEFAULT config variable and fix traktWatchListChecker.py
2014-04-30 18:51:05 -07:00
echel0n
4337e674a9
Merge pull request #248 from WebSpider/dev-change_home
...
Changing IRC channel
2014-04-30 07:04:14 -07:00
Nils Vogels
215942f445
We're moving!
...
(changing IRC channel in config page)
2014-04-30 15:55:55 +02:00
echel0n
319ac2602f
Fixed scene_numbering issues for shows that use scene numbers instead of TVDB numbering.
...
Fixed issues with local SB cache.
Fixed issues with sports naming patterns, we no longer treat sports as a airdate show and have created custom regex's to aid in finding sports related shows.
2014-04-30 05:10:13 -07:00
sammy2142
9fd3414d3c
Fixed indent properly
...
Hidden tab space removed
2014-04-28 15:56:39 +01:00
sammy2142
c37e2911ea
Fixed indent
2014-04-28 15:44:59 +01:00
sammy2142
fea4ef43b7
Adds seed time and seed ratio to utorrent client
...
Adds support for setting the seed ratio and seed duration for the
utorrent client.
2014-04-28 15:34:27 +01:00
echel0n
160b4bc4cc
Fix for sports naming patterns
2014-04-28 06:35:49 -07:00
echel0n
5e38813a73
Added sports feature, acts just like air_by_date except allows us to control the date pattern to match events that air_by_date could not.
...
Custome sports naming patterns can be set now as well.
Fixed issues with FINDPROPERS.
Fixed issues with session connections.
Cleaned up code.
2014-04-28 02:15:29 -07:00
Nils Vogels
0c6b37431c
alpha -> TVRage
2014-04-28 00:59:47 +02:00
echel0n
35f70c7924
Fix for air-by-date and sports shows
2014-04-27 07:48:19 -07:00
echel0n
2f0fa9a4ce
Making frequency of version update checker (CHECKVERSION) configurable
...
Conflicts:
sickbeard/__init__.py
2014-04-27 04:32:02 -07:00
Nils Vogels
52306a4ad8
Changing release name from alpha to TVRage
2014-04-27 11:27:04 +02:00