Better pvr.demo addon data inside
#16
(2012-10-13, 17:39)`Black Wrote: http://www.dotnetdevelopers.net/XBMC/xbmcpvr.html

There's a build for windows. Sadly still no demo for OS X.

Look here http://forum.xbmc.org/showthread.php?tid...build+os+x

If you manage to update it with Jezz_x's improvements don't be shy to share Smile
My skins:

Amber
Quartz

Reply
#17
@Jezz_X

Maybe send your improvements as PR to PVR repo?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#18
(2012-10-13, 19:34)pecinko Wrote:
(2012-10-13, 17:39)`Black Wrote: http://www.dotnetdevelopers.net/XBMC/xbmcpvr.html

There's a build for windows. Sadly still no demo for OS X.

Look here http://forum.xbmc.org/showthread.php?tid...build+os+x

If you manage to update it with Jezz_x's improvements don't be shy to share Smile

Thanks, now it shows up but there is an error if I try to enable it.
Image
Reply
#19
(2012-10-13, 23:10)`Black Wrote:
(2012-10-13, 19:34)pecinko Wrote:
(2012-10-13, 17:39)`Black Wrote: http://www.dotnetdevelopers.net/XBMC/xbmcpvr.html

There's a build for windows. Sadly still no demo for OS X.

Look here http://forum.xbmc.org/showthread.php?tid...build+os+x

If you manage to update it with Jezz_x's improvements don't be shy to share Smile

Thanks, now it shows up but there is an error if I try to enable it.
No Problems with the newest Nightly

Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#20
yeah there have been changes in the addons recently that bumped the internal version depends which is why I only posted the extra because unless your on the last nightly other peoples addons probably wont work
Reply
#21
(2012-10-13, 23:47)djtoll Wrote: No Problems with the newest Nightly

So you got it working on OS X?
Image
Reply
#22
Can't seem to get this demo to work anymore. In fact can't get the demo without these updates to work either.
14 Okt nightly -> Confluence -> install demo from zip -> Enabled add-on- > Enable live tv -> Click Home Menu Live TV -> Error
No PVR Clients have been started yet.

Copied over Jezz_X extra stuff -> Reset -> Same error.

Wrong version?
-edit- solved

Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#23
For those interested ive been working on PVRDemoGen (now called XBMC PVR Sim) (Creates realistic UK EPG data for FreeView, FreeSat, Sky & Virgin Media) linked here...

http://forum.xbmc.org/showthread.php?tid=146527
Currently working on Ellipsis 1.3 Updates. Update Requests Here.
Ellipsis for XBMC 1.2.1 Click here to download & for SVN details.
Twitter.com/TeamBlackbolt | Facebook.com/TeamBlackbolt1 | TeamBlackbolt.co.uk
Reply
#24
The information is pretty scarse.. is there an addon for OSX that could be used for skinning the PVR section without actual working PVR hardware?
Reply
#25
(2013-01-10, 23:24)toiva Wrote: The information is pretty scarse.. is there an addon for OSX that could be used for skinning the PVR section without actual working PVR hardware?

Hi, if you install one of the latest RC's of XBMC you will find it is now shipped with the PVR Demo Client, preloaded with some dummy data. Should be as simple as starting XBMC and enabling the PVR Demo Client. Then the Live TV options should start to appear / work. The demo data provided is pretty simple but enough to get skinning done. This is where i created XBMC PVR Sim which creates better fake data for screenshot purposes for those of us like me and you who don't have any PVR Hardware.

Hope that helps.
Currently working on Ellipsis 1.3 Updates. Update Requests Here.
Ellipsis for XBMC 1.2.1 Click here to download & for SVN details.
Twitter.com/TeamBlackbolt | Facebook.com/TeamBlackbolt1 | TeamBlackbolt.co.uk
Reply
#26
For some reason the icons aren't showing up and when i click on the Channel the PAC-man video doesn't play.

Any pointers on how to get this going?

Code:
<channel>
      <name>4 ME</name>
      <radio>0</radio>
      <number>2</number>
      <encryption>0</encryption>
      <icon>special://home/addons/pvr.demo/data/4me.png</icon>
      <stream>special://home/addons/pvr.demo/data/demostream.mp4</stream>
    </channel>
Old newbie trying his hardest to get his head around skinning lol, expect loads of questions :-)

It may be hard but the challenge of learning something new is fun :-)
Reply
#27
(2013-09-19, 14:29)Icerat Wrote: For some reason the icons aren't showing up and when i click on the Channel the PAC-man video doesn't play.

Any pointers on how to get this going?

Code:
<channel>
      <name>4 ME</name>
      <radio>0</radio>
      <number>2</number>
      <encryption>0</encryption>
      <icon>special://home/addons/pvr.demo/data/4me.png</icon>
      <stream>special://home/addons/pvr.demo/data/demostream.mp4</stream>
    </channel>

Now that the pvr.demo addon has been directly included with the xbmc installation, the pvr,demo folder is installed directly under the addons folder in the xbmc root directory, for this reason one needs to change the paths in the PVRDemoAddonSettings.xml file form special://home to special://xbmc, after doing that the display of the icons and the pacman video will work
Reply
#28
Is there a way to add dummy timers to PVRDemoAddonSettings.xml like you can for recordings? I tried out using guesses but with no luck. Are they even stored in this xml?

The timers section is one of the few remaining PVR things I can't test using the demo add-on.
Reply
#29
I added this code for the contents and changed the labels to their corresponding ListItem.Property() type for testing, and then removed it afterwards.

PHP Code:
<content>
    <
item>
        <
onclick>-</onclick>
        <
label>Bargain Hunt</label>
        <
thumb>special://home/addons/pvr.demo/data/bargain.jpg</thumb>
        
<property name="ChannelName">BBC1</property>
        <
property name="Date">07/05/2014</property>
        <
property name="StartDate">07/05/2014</property>
        <
property name="StartTime">21:30</property>
        <
property name="EndTime">22:15</property>
        <
property name="Comment">Comment</property>
    </
item>
    <
item>
        <
onclick>-</onclick>
        <
label>BBC News at One</label>
        <
thumb>special://home/addons/pvr.demo/data/news.jpg</thumb>
        
<property name="ChannelName">BBC1</property>
        <
property name="Date">07/05/2014</property>
        <
property name="Date">07/05/2014</property>
        <
property name="StartDate">07/05/2014</property>
        <
property name="StartTime">21:30</property>
        <
property name="EndTime">22:15</property>
        <
property name="Comment">Comment</property>
    </
item>
    <
item>
        <
onclick>-</onclick>
        <
label>BBC London News</label>
        <
thumb>special://home/addons/pvr.demo/data/london.jpg</thumb>
        
<property name="ChannelName">BBC1</property>
        <
property name="Date">07/05/2014</property>
        <
property name="Date">07/05/2014</property>
        <
property name="StartDate">07/05/2014</property>
        <
property name="StartTime">21:30</property>
        <
property name="EndTime">22:15</property>
        <
property name="Comment">Comment</property>
    </
item>
    <
item>
        <
onclick>-</onclick>
        <
label>Doctors</label>
        <
thumb>special://home/addons/pvr.demo/data/doctors.jpg</thumb>
        
<property name="ChannelName">BBC1</property>
        <
property name="Date">07/05/2014</property>
        <
property name="Date">07/05/2014</property>
        <
property name="StartDate">07/05/2014</property>
        <
property name="StartTime">21:30</property>
        <
property name="EndTime">22:15</property>
        <
property name="Comment">Comment</property>
    </
item>
    <
item>
        <
onclick>-</onclick>
        <
label>The Link</label>
        <
thumb>special://home/addons/pvr.demo/data/link.jpg</thumb>
        
<property name="ChannelName">BBC1</property>
        <
property name="Date">07/05/2014</property>
        <
property name="Date">07/05/2014</property>
        <
property name="StartDate">07/05/2014</property>
        <
property name="StartTime">21:30</property>
        <
property name="EndTime">22:15</property>
        <
property name="Comment">Comment</property>
    </
item>
    <
item>
        <
onclick>-</onclick>
        <
label>Escape to the Country</label>
        <
thumb>special://home/addons/pvr.demo/data/escape.jpg</thumb>
        
<property name="ChannelName">BBC1</property>
        <
property name="Date">07/05/2014</property>
        <
property name="Date">07/05/2014</property>
        <
property name="StartDate">07/05/2014</property>
        <
property name="StartTime">21:30</property>
        <
property name="EndTime">22:15</property>
        <
property name="Comment">Comment</property>
    </
item>
</
content
Reply
#30
Thanks Smile Still, would be nice if we had a way to do this from within the add-on.
Reply

Logout Mark Read Team Forum Stats Members Help
Better pvr.demo addon data inside0