View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 47 posts ] 
Go to page Previous  1, 2, 3, 4  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: UPDATE!
PostPosted: Thu Oct 12, 2006 10:09 pm 
Offline
Joined: Sat Jul 23, 2005 4:15 pm
Posts: 28
Location: Calgary, Canada
Ok so i have now encorperated a OSD that displays the song title, artist, album and chan number and name for 5 seconds at the start of each song.

I have updated the installer script so it should still be good to download as per the above link.

If you just want to update the xmonline.sh script here are the changes:
after:
[code]egrep "<artist>|<album>|<songtitle>|<channelnumber>|<channelname>" xmonlinesong.out | sed 's/<\/[a-z]*>//' | sed 's/^..<artist>/ Artist: /' | sed 's/^..<album>/ Album: /' | sed 's/^..<songtitle>/ Song Title: /' | sed 's/^..<channelnumber>/ Channel #: /' | sed 's/^..<channelname>/ Channel Name: /' >&2
[/code]
Add:
[code]
egrep "<artist>|<album>|<songtitle>|<channelnumber>|<channelname>" xmonlinesong.out | sed 's/<\/[a-z]*>//' | sed 's/^..<artist>/ Artist: /' | sed 's/^..<album>/ Album: /' | sed 's/^..<songtitle>/ Song Title: /' | sed 's/^..<channelnumber>/ Channel #: /' | sed 's/^..<channelname>/ Channel Name: /' > xmsongnow.out
Here=`cat /home/mythtv/.xmonline/xmsongnow.out`
sleep 10
Xdialog --rc-file /home/mythtv/.xmonline/bluebox.rc --left --title "XM Radio" --no-buttons --infobox "$Here" 800x200 5000
[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 13, 2006 8:10 am 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Rocky,

Hey that sounds great! Am away from home at the moment but will try it out as soon as I get back!

Sounds like a fantastic addition!

Thanks for your efforts!


Top
 Profile  
 
 Post subject: mythgame button
PostPosted: Sat Oct 14, 2006 3:29 pm 
Offline
Joined: Sun Sep 04, 2005 3:17 pm
Posts: 8
can someone help me out, it seems as if this replaced my games button, I have tried retrieving it, but to no avail, i'm still new at this so I may need specific instructions. I assume I just need to edit an xml file but i'm not sure which ones. Please & Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 14, 2006 4:02 pm 
Offline
Joined: Sat Jul 23, 2005 4:15 pm
Posts: 28
Location: Calgary, Canada
hey np....edit the /usr/share/mythtv/library.xml

add the following wherever you would like the games to show up on your list:
<button>
<type>GAME</type>
<text>Play Games</text>
<text lang="IT">Giochi</text>
<text lang="ES">Juegos</text>
<text lang="CA">Jocs</text>
<text lang="NL">Spelen</text>
<text lang="FR">Jeux</text>
<text lang="DE">Spielen</text>
<text lang="DK">Spil</text>
<text lang="IS">Spila leiki</text>
<text lang="PT">Jogar</text>
<text lang="SV">Spela spel</text>
<text lang="JA">ã^²ã^üã^à</text>
<text lang="FI">Pelit</text>
<text lang="ZH_TW">é^Á^Êæ^Ȳ</text>
<text lang="SI">Igranje iger</text>
<text lang="ET">Mängud</text>
<text lang="NB">Spill</text>
<action>PLUGIN mythgame</action>
<depends>mythgame</depends>
</button>

hope that helps


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 18, 2006 9:36 am 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Rocky,

Had to do a re-install to get it to work, and also had to make one change:

PLAYER="xine -Bphq -G 1920x1080 --no-splash

with the PLAYER="xine -Bphq -G 800x600 --no-splash it ran is a small window in the top left corner of the screen.

Works great!

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 18, 2006 10:01 am 
Offline
Joined: Sat Jul 23, 2005 4:15 pm
Posts: 28
Location: Calgary, Canada
Glad you like it. one of my friends is also using hd resolution and suggested that i add an option to the installer for picking resolution. I think i will.

I have been looking at options on how to display the song info on the menu screen before you launch the player to make for fast browsing but can;t quite figure it out. If anyone has any suggestions it would be appreciated.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 12:26 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
I just upgraded to version .20 of myth and of course the new install replaced all od the menus and the changes made by the XM install.

It is my understanding that myth .20 changed the way the menus are handled.

Will the current package also work on myth .20 without breaking anything?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 1:24 pm 
Offline
Joined: Sat Jul 23, 2005 4:15 pm
Posts: 28
Location: Calgary, Canada
Well i tried to upgrade to .20 myself and it broke the crap out of everything so i had to reinstall.

Since im too lazy to read through the 400 pasts on how to upgrade i was just waiting for another knoppmyth upgrade to get it but if you wanted to give me the low down on how to do it i will upgrade and make sure it is .20 compatable.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 1:29 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
From R5D1 I just follow cecil's write up and it worked like a charm for me.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 1:34 pm 
Offline
Joined: Sat Jul 23, 2005 4:15 pm
Posts: 28
Location: Calgary, Canada
I tried that and ended up with my frontend not matching my backend and all of my themes fonts were huge.
I did exactly this:
Code:
echo "deb ftp://knoppmyth.net/R5 ./"  >> /etc/apt/sources.list
apt-get update
dpkg -r libmyth-0.19 libmyth-0.19-dev mythtv mythtv-backend mythtv-common mythtv-database mythtv-debug mythtv-doc mythtv-frontend mythplugins mythburn-ui
rm -fr /usr/share/mythtv/mythweb
apt-get install mythtv mythplugins myththemes mythstream mythstreamtv
rm -fr /var/www/mythweb
ln -sf /usr/share/mythtv/mythweb /var/www


followed by a reboot and kaboom


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 2:35 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Are you running the front end and backend on different machines?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 2:45 pm 
Offline
Joined: Sat Jul 23, 2005 4:15 pm
Posts: 28
Location: Calgary, Canada
same machine


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 4:16 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
That is weird.

I did try just running the current script, but it did not work.

I had to do a restore to get things back to .20 so it looks like it will need some changes.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 4:19 pm 
Offline
Joined: Sat Jul 23, 2005 4:15 pm
Posts: 28
Location: Calgary, Canada
paste me the contents of the /usr/share/mythtv/library.xml so i can see the changes


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 4:36 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
I am not at my machine now, but will send as soon as I can.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 47 posts ] 
Go to page Previous  1, 2, 3, 4  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu