2014-08-06, 00:21
::Update::
I'm dropping the planned "MTV" like overlay in favor of music artist fanart...
I'm dropping the planned "MTV" like overlay in favor of music artist fanart...
(2014-07-25, 23:17)bry- Wrote: This is written for use with PseudoTV Live, not to be confused with the original fork of PseudoTV on a windows machine.
Please read this post start to finish before proceeding with the guide to make sure you understand all information.
I am not responsible if you bork up your settings2.xml - please make a backup before moving forward.
Part 1 - Generating the STRM files.
- Download and install the latest version of HDHomerun Software from the SiliconDust website.
- Install latest XBMC version on the computer. http://xbmc.org/download/
- Install the following two add-ons:
- TV Guide
- PseudoTV Live - Stable Release Latest Features - Manually install by unzipping and moving folder or install through XBMC.
- HOW-TO:Install an Add-on from a zip file
- Open them in xbmc to create the files for the next steps, they will not show up unless you open the two add-ons previously mentioned.
- C:\Users\%username%\AppData\Roaming\XBMC\userdata\addon_data\script.tvguide\source.db
- C:\Users\%username%\AppData\Roaming\XBMC\userdata\addon_data\script.pseudotvlive\settings2.xml
- Download and extract to desktop Windows - HDHomerun Stream Builder (strm) by @angrycamel
- Once downloaded and installed - open "HDHomerun Stream Builder.exe" go to settings and browse to the required files like seen in this image below.
- Within hdhomerun stream builder go to tools--> scan channels and let the scan complete.
- Once complete you will get a window with a list of channels that you can check/uncheck. check the ones that you would like to export strm files for and hit control+s to save. go to file --> export --> strm
- Add STRM file folder to xbmc as a sources and confirm that they are working before moving forward. The higher channels ended up being off by 1 so please make sure to confirm, you may also want to create a uniform naming convention for the strm files, I did this manually.
Part 2 - Acquiring Metadata for EPG
In this example I will be using data from http://www.schedulesdirect.org which requires a paid membership. Alternative xmltv sources are WebGrabPlus, and mc2xml.
- Configure channel listings in schedules direct like below. Only selecting the channels you will be viewing within xbmc.
- Download and setup mc2xml for use with your brand new schedulesdirect account.
- Run "mc2xml", it has a simple graphical user interface
- Input postal code and country code and press OK
- Select lineup number from the returned list and an xmltv.xml file will be produced in the same folder as the mc2xml.exe file.
Part 3 - Setup in PseudoTV Live by @Lunatixz .
For this part I have relocated the strm files to c:\strm\tuner0\
- Download and install notepad++
- Open xmltv.xml with notepad++ and look for the <channel></channel> tag that look similar to the ones below for channel 702.
- <channel id="I702.16689.tmsdatadirect.com">
<display-name>702 WCBSDT</display-name>
<display-name>702</display-name>
<display-name>33 WCBSDT fcc</display-name>
<display-name>WCBSDT</display-name>
<display-name>WCBSDT (WCBS-DT)</display-name>
<display-name>CBS Affiliate</display-name>
</channel>
- Here is your baseline configuration for a channel to copy into Settings2.xml for PseudoTV Live. The only information that you will be changing is color coded and in bold. Once you get this part down you can copy/paste and do a few quick edits to be up and running in no time.
- The Color coding is as follows:
- BLUE - the channel code for metadata from your provider.
- RED - the channel number that PseudoTV will use for the episode guide.
- GREEN - the absolute path to the STRM file that you generated in Part 1.
- PURPLE - the display name of the channel if you do not have a proper channel logo.png with the same exact file name. IE: CBS NY.PNG will display the below image in the EPG. The PNG must be located in the C:\Users\%username%\AppData\Roaming\XBMC\userdata\addon_data\script.pseudotv.live\logos folder.
- <setting id="Channel_702_type" value="8" />
<setting id="Channel_702_1" value="I702.16689.tmsdatadirect.com" />
<setting id="Channel_702_2" value="C:\strm\tuner1\702 - CBS HD.strm" />
<setting id="Channel_702_3" value="xmltv" />
<setting id="Channel_702_rulecount" value="1" />
<setting id="Channel_702_changed" value="False" />
<setting id="Channel_702_time" value="44968" />
<setting id="Channel_702_rule_1_id" value="1" />
<setting id="Channel_702_rule_1_opt_1" value="CBS NY" />
- Once you have properly sorted through all of your channels and added them to the Settings2.xml file this is your reward.
Please make sure not to forget to donate to xbmc foundation for this fantastic program that we all enjoy so much.
Also if you enjoy your new found functionality in PseudoTV Live send a donation towards Lunatixz here - this will unlock some additional features that you can read about in the PseudoTV Live thread.
Creative criticism welcome. I will amend the post as necessary.
(2014-08-02, 05:21)Lunatixz Wrote:(2014-08-02, 04:25)RockDawg Wrote:(2014-08-02, 04:12)Lunatixz Wrote: Old versions are always available for download at my git repository... Logs = Fix!
I did post a log. See the link in my reply to bry-. I don't mean to be dense, but how do I download an older version on GIT?
I reviewed that log, and only see that you are using channel sharing incorrectly read post 2 for info... to download old builds, you need to click commit look through changes click the build you want then click download.
(2014-08-07, 00:44)RockDawg Wrote:(2014-08-02, 03:37)bry- Wrote: Rockdawg I just started looking into the same issue earlier today actually. Will post logs when I have time.
Have you had a chance to look into this further bry? Are you experiencing the same problem?