forked from xbmc-danish-addons/plugin.video.drnu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
117 lines (93 loc) · 4.36 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[B]Version 2.1.7 - 2012-08-01[/B]
- Updated date parsing rules to match changes in DR NU API
[B]Version 2.1.6 - 2012-07-27[/B]
- Changed DR NU API timeout to thirty seconds to avoid errors
when DR NU API is slow to respond
[B]Version 2.1.5 - 2012-06-22[/B]
- Changed search results limit to 100 items
- Added Premiere videos
[B]Version 2.1.4 - 2012-06-03[/B]
- Split up Programs A-Z menu into individual letters
- Handle errors when local filesystem is readonly or out of disk space
- Added option to define custom icons from program series
[B]Version 2.1.3 - 2012-02-15[/B]
- Fixed problem with the 'børn' area due to the Danish character
[B]Version 2.1.2 - 2012-02-05[/B]
- Fixed problem with removing favorites twice
- Better handle time-outs and other error scenarios from DR NU
- Introduced usage of script.module.buggalo
[B]Version 2.1.1 - 2012-01-04[/B]
- Fixed a couple of bugs reported by user using the improved error handling
- Fixed error handling on Windows
- Fixed broken icons
- Avoid extra API calls to speed up loading on slower CPUs
[B]Version 2.1.0 - 2011-12-30[/B]
- Improved error handling with option for the user to submit exceptions/bugs
- Added option to navigate chapters (can be enabled in settings)
This is useful for some shows, such as [I]På skinner[/I], but breaks date sorting.
- Added [I]Highlights[I] and indicator for HD videos
- There is a problem with loading some icons, I have opened an issue:
http://trac.xbmc.org/ticket/12316
- Fixed a number of minor issue, such as search for multiple words
[B]Version 2.0.2 - 2011-09-21[/B]
- Fix script error on 32 bit OS when expire date of a clip is Jan, 1st 3000
[B]Version 2.0.1 - 2011-09-19[/B]
- Changed search to use new search API call
- Added 'Last Chance' videos that will expire soon
- Sort favorites
[B]Version 2.0.0[/B]
- Added support for XBMC Eden
- Depend on xbmc.python version 2.0
- Otherwise same as Version 1.4.0
[B]Version 1.4.0[/B]
- Refactored API
- New graphics
- Added Programs by area
- Changed recently watched so it contains videos instead of programs
[B]Version 1.3.1[/B] - 2011-05-28
- Fixed creation of cache folder
- Updated fanart and icon
- Icon from http://www.dr.dk/drdesign/2010/05/29/dr-nu/
- Fanart from http://www.dr.dk/DRPresse/20091104120300.htm?page=13&q=studie&dateFrom=&dateTo=
[B]Version 1.3.0[/B] - 2011-05-16
- Removed dependency on script.module.danishaddons
- Fixed errors while display some program series
[B]Version 1.2.1[/B] - 2011-02-01
- Fixed problem with favorites and recently watched when lists were empty
- Fixed problem with remove favorite
[B]Version 1.2.0[/B] - 2011-02-01
- Added main menu with favorites and recently watched program series
[B]Version 1.1.3[/B] - 2010-12-21
- Updated to danishaddons module 1.1.0
[B]Version 1.1.2[/B] - 2010-11-30
- Extracted strings into strings.xml
- Should also fix some encodig errors in drnu.py experience by some users due to international characters
[B]Version 1.1.1[/B] - 2010-11-29
- Changes to addon.xml
- Display error in case videoclip is no longer available
[B]Version 1.1.0[/B] - 2010-11-18
- Fix problems caused by changes on dr.dk
- General cleanup
- Added Newest, Spotlight and Search functionality
- Updated graphics
[B]Version 1.0.4[/B]
- Stripped invalid videolinks.
[B]Version 1.0.3[/B]
- Changed the sorting order in the "show" folder. Now the shows are sorted by infoLabel, date.
[B]Version 1.0.2[/B]
- DR changed the layout of the videoManifestUrl, so the plugin failed. This is now fixed.
- Cleaned up some code.
[B]Version 1.0.1[/B]
- Added an extra /cms to the rtmp url. All videos should now be working.
- Credits goes to twinther.
- This script uses script.module.danishaddons. The easiest way to get this is
- by adding the Danish XBMC Addons Repo. After doing that install the DR.dk Bonanza Video Add-on.
- You'll find the Danish XBMC Addons Repo here:
- http://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/repository.danish.addons.zip
- Install this Add-on by using System -> Add-ons- > Install from zip file.
- This script also uses script.module.simplejson. You can download this module from varios places.
- Use this URL to find a download site. http://www.google.dk/search?q=script.module.simplejson-2.0.10.zip
- Install this Add-on by using System -> Add-ons- > Install from zip file.
- Updated script to use some constants from script.modules.danishaddons.
[B]Version 1.0.0[/B]
- Initial release.