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
echel0n
8bec8751fb
Merge pull request #697 from cptjhmiller/dev
...
Trakt method, error checking, remove series
2014-08-08 17:35:16 -07:00
echel0n
89944ed82b
Merge pull request #696 from monkiibiz/dev
...
Added Danish Public Service channels
2014-08-08 17:34:48 -07:00
Jamie
18da621016
Trakt method, error checking, remove series
2014-08-09 00:07:17 +01:00
monkiibiz
60129f57cc
Added Danish Public Service channels
...
DR1, DR2, TV2
2014-08-08 10:07:38 -05: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
1f7f13e8eb
Merge pull request #669 from adam111316/add_logos
...
Add network logo
2014-07-28 09:09:44 -07:00
tlex
789f87090a
Completed migration to v2 Pushbullet API. Added extra debug logging.
2014-07-28 07:30:13 +02:00
echel0n
1908f76eaf
Fixed ajax calls to update function.
2014-07-27 17:45:05 -07:00
echel0n
0f2941435f
Testing checkout feature
2014-07-27 17:21:55 -07:00
Adam
feb683b9a8
Add network logo
2014-07-28 08:14:43 +08:00
echel0n
27c4b66bf6
Changed js code for checkout button to perform a windows.location.href to redirect on click event.
2014-07-27 16:29:01 -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
c0db0e3c81
Merge pull request #665 from 3flex/fix-episode-filtering
...
fix episode filtering
2014-07-27 04:59:26 -07:00
Matthew Haughton
32d0552f03
fix episode filtering
...
Checking the filtering checkboxes on episode listings did
nothing on the first checkbox change, then did the opposite
of what it was supposed (i.e. checking the checkbox would
hide the episodes and vice versa).
Commit 95d7d728e0
eliminated
'return' statement in function - better to remove the code
that 'return' was skipping over anyway. This fixes the issue.
2014-07-24 20:25:58 -04: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
echel0n
b63dffa3a0
Fix saving rootDirs (refresh before save)
2014-07-21 23:14:10 -07:00
Supremicus
cf1a3aa5d8
Updated network logo's to their current logo & made BBC logo's display nicer.
2014-07-22 10:55:48 +10:00
Supremicus
950d77e29b
Added network logo's for Space, Teletoon & Yahoo! Screen
2014-07-22 10:54:41 +10: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
marseneault
662353e936
Add support for Bitsoup
2014-07-20 12:12:22 +08:00
Justin Nielsen
ad17b81560
Added TVTorrents.ro Provider
...
Missed some files
Removed seeders==0 as per request
2014-07-20 11:09:26 +08: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
b7ab95996c
Merge pull request #638 from adam111316/add_animezb_provider
...
Add animezb provider
2014-07-11 19:40:51 -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
adam
923a58b2ab
Add animezb provider
2014-07-12 01:21:56 +08:00
echel0n
aa74dfb68d
Merge pull request #637 from marseneault/torrentbytes
...
Add TorrentBytes provider
2014-07-11 10:18:08 -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
root
6304c5ed17
Add TorrentBytes provider
2014-07-10 10:15:44 -04: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
echel0n
3141ebaff0
Merge pull request #634 from adam111316/add_network_logos
...
Adds network logos for bs11 and niconico
2014-07-08 09:44:17 -07:00
adam
4d3bcf6b52
Adds network logos for bs11 and niconico
2014-07-09 00:35:27 +08: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
1fc909299d
Fixed start/restart/shutdown issues including any issues with daemonizing.
2014-07-01 06:08:10 -07: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
96fa0953e3
Fixed issues with popup notifications.
2014-06-29 20:58:34 -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
0c57676aed
Updated tornado source code.
...
Created custom class for rss feed parser.
2014-06-29 03:05:33 -07: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
echel0n
4baff1a96f
Improved restart template and js code to act like it used to but still function properly with Tornado.
2014-06-25 18:40:36 -07:00
Anthirian
8135a97d62
Fixed broken layout for anime black and whitelist
2014-06-24 22:54:51 +02:00
echel0n
386355e130
Updates/Restarts now use the same process instead of spawning a new one so the PID remains the same.
...
Fixed issue for restarts/updates on windows.
2014-06-23 08:18:01 -07: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
Nils
1ba2b36c93
Merge pull request #594 from JackDandy/NetworkLogos
...
Network logo changes
2014-06-17 13:40:26 +02:00
Nils
f446b9ce8e
Merge pull request #601 from adam111316/network_image_renaming
...
Renaming network logos files to lowercase as SR requires lowercase
2014-06-17 13:39:18 +02:00
echel0n
500f387bad
Fixed anime button in settings
2014-06-15 22:49:33 -07:00
echel0n
d8358882de
Fixed issues with restarts and updates.
2014-06-15 22:45:52 -07:00
Adam
fc31cd9328
Renaming network logos files to lowercase as SR requires lowercase
2014-06-16 12:33:20 +08: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
JackDandy
e99d779f7d
Fix, update and add some network specific logos as seen on the home page in "poster" view mode.
2014-06-11 23:09:57 +01:00
Peter Tutervai
0658f161ee
Hid the browse button on the Synology DS configuration page as the entered path has to be a relative path from a shared directory
2014-06-09 01:03:28 +02: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