home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
HTPC Projects
Software
Tools and other software
EPG-Buddy a new EPG Tool with easy usage.
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mbb" data-source="post: 1270475" data-attributes="member: 10503"><p>Hi @<strong>[USER=109222]Lehmden[/USER]</strong></p><p></p><p>First of all, epg-buddy is really usefull and very well done.</p><p>I use "XMLTV reWriter" for years. But is really tricky to set it</p><p></p><p>Unfortunatelly, I need some new feature to be able to switch to your programm.</p><p>1) I'm using ArgusTV but with a SQL Server Database.</p><p> Could it be possible to add this database TV setup ?</p><p>2) I use xmltv files provided by the rytec network</p><p> Could it be possible to add at least a "run task before grabbing"</p><p></p><p> The best would be to add rytec as an EPG source like you dis perfectly with WebGrab+plus</p><p></p><p>here a Powershell script I use to collect my files :</p><p>[CODE=bash]#source liste</p><p>#http://epg.vuplus-community.net/rytec.VUplus.sources.xml</p><p></p><p>$work_directory="c:\temp\"</p><p>$Destination_directory="c:\xmltv\"</p><p></p><p>$7zipPath = "$env:ProgramFiles\7-Zip\7z.exe"</p><p></p><p>$url_guide="rytecTNT_Basic.xz"</p><p>$url_sites= "epgspot.com/rytec_epg/",</p><p> "http://www.xmltvepg.nl/",</p><p> "http://rytecepg.ipservers.eu/",</p><p> "http://rytecepg.wanwizard.eu/",</p><p> "http://www.vuplus-community.net/rytec/"</p><p></p><p>foreach ($url_site in $url_sites)</p><p>{</p><p> $url=($url_site+$url_guide)</p><p> $pathfile=($work_directory+$url_guide)</p><p> #PowerShell wget equivalent</p><p> try{(new-object System.Net.WebClient).DownloadFile($url, $pathfile);Write-Host "found " $url;break}</p><p> catch{Write-Host "dont find $url"}</p><p>}</p><p>$7zipParam = "e -y $pathfile -o$Destination_directory"</p><p>Start-Process $7zipPath -ArgumentList $7zipParam -wait[/CODE]</p><p></p><p>You will find the name of the guide for your country in the <a href="http://epg.vuplus-community.net/rytec.VUplus.sources.xml" target="_blank">http://epg.vuplus-community.net/rytec.VUplus.sources.xml</a> page</p><p>Just replace the name in the variable and you will have the file downloaded and unzipped in the $Destination_directory</p></blockquote><p></p>
[QUOTE="mbb, post: 1270475, member: 10503"] Hi @[B][USER=109222]Lehmden[/USER][/B] First of all, epg-buddy is really usefull and very well done. I use "XMLTV reWriter" for years. But is really tricky to set it Unfortunatelly, I need some new feature to be able to switch to your programm. 1) I'm using ArgusTV but with a SQL Server Database. Could it be possible to add this database TV setup ? 2) I use xmltv files provided by the rytec network Could it be possible to add at least a "run task before grabbing" The best would be to add rytec as an EPG source like you dis perfectly with WebGrab+plus here a Powershell script I use to collect my files : [CODE=bash]#source liste #http://epg.vuplus-community.net/rytec.VUplus.sources.xml $work_directory="c:\temp\" $Destination_directory="c:\xmltv\" $7zipPath = "$env:ProgramFiles\7-Zip\7z.exe" $url_guide="rytecTNT_Basic.xz" $url_sites= "epgspot.com/rytec_epg/", "http://www.xmltvepg.nl/", "http://rytecepg.ipservers.eu/", "http://rytecepg.wanwizard.eu/", "http://www.vuplus-community.net/rytec/" foreach ($url_site in $url_sites) { $url=($url_site+$url_guide) $pathfile=($work_directory+$url_guide) #PowerShell wget equivalent try{(new-object System.Net.WebClient).DownloadFile($url, $pathfile);Write-Host "found " $url;break} catch{Write-Host "dont find $url"} } $7zipParam = "e -y $pathfile -o$Destination_directory" Start-Process $7zipPath -ArgumentList $7zipParam -wait[/CODE] You will find the name of the guide for your country in the [URL]http://epg.vuplus-community.net/rytec.VUplus.sources.xml[/URL] page Just replace the name in the variable and you will have the file downloaded and unzipped in the $Destination_directory [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Software
Tools and other software
EPG-Buddy a new EPG Tool with easy usage.
Contact us
RSS
Top
Bottom