Skip to content

Commit

Permalink
extra's for pvr.demo add-on
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 14 changed files with 188 additions and 156 deletions.
312 changes: 156 additions & 156 deletions addon/PVRDemoAddonSettings.xml
100644 → 100755

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions addon/README.md
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.
Binary file added addon/data/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addon/data/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions addon/genre-numbers.txt
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

0 comments on commit e2d6d6e

Please sign in to comment.