View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 8 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Nov 12, 2007 1:11 pm 
Offline
Joined: Sun Dec 04, 2005 1:44 pm
Posts: 403
Location: Central NJ
A new theme was released yesterday entitled "Glass-wide" by the same author who created the ProjectGrayhem theme. It is a very sleek looking transparent theme that sits over a customizable background image. It's visually stunning and the ability to easily change the background image is a first for MythTV themes.

Check it out here:

http://www.mythtvthemes.co.uk/projectgrayhem-wide.shtml

_________________
Currently running: R5.5, HD5000 x 2, PVR150, Athlon 64 3000+, Chaintech VNF4, 1GB RAM, 2 x 250GB in LVM, MSI NX6200TC -> AA 9A60 -> HDTV


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 12, 2007 1:21 pm 
Offline
Joined: Thu Sep 30, 2004 12:26 pm
Posts: 468
Location: Canada
I saw that on the mailing list. I'm going to install it when I get home tonight, and then find a nice background for it.

_________________
"The amount of time needed to solve a problem is inversely proportionate to the complexity of the solution" -- Me

KM: R5.5
CPU: Athlon 3800+
Vid: nvidia 7300GT
Snd: Chaintech av-710
Tuner: PVR150
HD: 1000gb sata + 750gb sata + 500gb usb


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 12, 2007 1:54 pm 
Offline
Joined: Fri Nov 18, 2005 9:22 am
Posts: 777
Location: spencerport, ny (USA)
The Greyhem guy has talent, for sure. I bet he'd be a good candidate for Cecil's R6 KM theme.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 12, 2007 2:02 pm 
Offline
Joined: Thu Sep 30, 2004 12:26 pm
Posts: 468
Location: Canada
Heck, just put a nice KM inspired background behind this glass one, and it would be perfect :)

_________________
"The amount of time needed to solve a problem is inversely proportionate to the complexity of the solution" -- Me

KM: R5.5
CPU: Athlon 3800+
Vid: nvidia 7300GT
Snd: Chaintech av-710
Tuner: PVR150
HD: 1000gb sata + 750gb sata + 500gb usb


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 12, 2007 2:20 pm 
Offline
Joined: Tue Sep 13, 2005 10:48 am
Posts: 852
Location: London, UK
The "Glass-wide" theme is sure sweet. As soon as I've reconnected my Mythbox to the network, I think I'll be using that.

_________________
Version:R8
Intel C2D 7400, Nvidia 5600 via HDMI to Samsung B37B650TW (PAL), Asus P5QL-E mobo, 4Gb PC6400 DDR2 ram, Samsung Spinpoint 500 Gb & 1Tb drive, Nova-HD-S2 (x2)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 12, 2007 3:01 pm 
Offline
Joined: Thu Sep 27, 2007 5:44 pm
Posts: 580
What about those of us who don't have widescreen TVs? :P


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 12, 2007 7:36 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
This is another great theme by Justin Hornsby

knappster wrote:
What about those of us who don't have widescreen TVs? :P


Download it modify it to make it 4:3 and send it back to Justin.

http://stealthboy.dyndns.org/~msherman/ ... howto.html


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 14, 2007 4:17 pm 
Offline
Joined: Thu Sep 30, 2004 12:26 pm
Posts: 468
Location: Canada
Someone suggested in the mythtv-users mailing list that a script be written to select random backgrounds.

I haven't test this yet (not at my box), but I whipped up this that can be set in cron to replace the background.png nightly (I set mine to 4am since I shouldn't be watching anything at that time :p)

Code:
#!/bin/bash

# File locations
BgPath=/usr/share/mythtv/themes/glass-wide/backgrounds
BgFile=/usr/share/mythtv/themes/glass-wide/background.png
TempLog=/tmp/random.log

# Create a temporary logfile of all matches
find $BgPath -iregex ".*.png" > $TempLog

# Choose a random line number (any number from 1 to the length of the file)
LowerBound=1
RandomMax=32767
UpperBound=$(cat $TempLog | wc -l)
RandomLine=$(( $LowerBound + ($UpperBound * $RANDOM) / ($RandomMax + 1) ))

# Use sed to grab the random line
Command=$(sed -n "$RandomLine{p;q;}" "$TempLog")

# Link the file
ln -s --force $Command $BgFile

# Restart X
pkill xinit


The last line should probably changed to whatever restarts the mythfrontend, but I can't recall what that would be off the top of my head.

Edit: In fact, I'm not even sure if that's needed? Or if the background.png is reloaded on each screen change anyhow?

_________________
"The amount of time needed to solve a problem is inversely proportionate to the complexity of the solution" -- Me

KM: R5.5
CPU: Athlon 3800+
Vid: nvidia 7300GT
Snd: Chaintech av-710
Tuner: PVR150
HD: 1000gb sata + 750gb sata + 500gb usb


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 18 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