forked from kodi-pvr/pvr.demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds more dummy data to the PVR Demo add-on in order to make things a bit easier for skin developers without a PVR setup. It is based on this package by Jezz_X: http://forum.xbmc.org/showthread.php?tid=142639 I made the following changes to it: - Added dummy recordings - Corrected the paths to be compatible with current XBMC - Replaced the channel streams to a Big Buck Bunny stream. - Removed any reference to real tv + radio stations / programmes for legal concerns - added generic channel logos - Added more of the available genre colours in the EPG - Added genre colors documentation file - Some other minor things
- Loading branch information
Jeroen
committed
Jul 17, 2014
1 parent
1c1a6e2
commit e2d6d6e
Showing
14 changed files
with
188 additions
and
156 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pvr.demo.extras | ||
=============== | ||
Dummy data and files to be used with the PVR Demo Add-on. This is aimed at XBMC skin developers. | ||
|
||
This package was originally put together by Jezz_X. I just updated paths to keep it working in XBMC 13 and added the following: | ||
|
||
- dummy recordings | ||
- replaced the first tv channel (stream not working anymore) | ||
- added more of the available genre colors in the epg | ||
- added genre colors doc file | ||
|
||
### Usage | ||
Extract the contents of this file and copy it over into the pvr demo addons install directory (PVRDemoAddonSettings.xml needs to be overwritten). After that go into settings/livetv/general and select "Reset the PVR database" to get the new info. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Genre Numbers set internally by XBMC | ||
|
||
0 = other/unknown | ||
16 = moviedrama | ||
32 = news | ||
48 = show | ||
64 = sports | ||
80 = child | ||
96 = music | ||
112 = arts | ||
128 = social | ||
144 = science | ||
160 = hobby | ||
176 = special | ||
192 = other/unknown | ||
208 = other/unknown | ||
224 = other/unknown | ||
240 = other/unknown | ||
256 = use genre string from the backend |