Category: "C++"

Pages: 1 2

2007/09/30

  02:11:13 am, by   , 277 words  
Categories: MythTV, QT 3, C++, Eclipse

Eclipse, QT3 / QT4 and MythTV integration

I've been using Eclipse more and more, and its been coming together nicely. So, I've been researching how to use Eclipse to assist in programming MythTV plugins. I came across this in my most recent search:

http://labs.trolltech.com/blogs/2007/07/11/develop-qt-applications-in-eclipse/

which lead to these details installation instructions:

http://trolltech.com/developer/downloads/qt/qteclipse-installmanual

and this download link:

http://trolltech.com/developer/downloads/qt/eclipse-integration-download

Look interesting, but I note warily that it only works for qt4, and MythTV is using qt3 - ugh, well maybe this will still work.

Read more »

2007/08/17

  09:59:50 pm, by   , 43 words  
Categories: C++

ragetvgrab command line

mythtv mythmusic # /usr/local/bin/ragetvgrab-0.5.pl -a -v -nr -import -t -d
num rows 1,0, /mnt/store/, ,
num rows 1,0, 192.168.100.63, ,
num rows 1,0, 6543, ,
(V1) Verbose Level 1
(DD) Debugging On
(TT) Test Mode On
(V1) Input filename:
(V1) Working with Videos Database rather than Recordings Database

  09:59:38 pm, by   , 52 words  
Categories: C++

SRC="$1"
DST="$2"
for F in "$SRC"/.* "$SRC"/*
do # for every entry in the source directory
if [ $(basename "$F") != .svn ]
then # for everything that isn't an SVN directory
if [ -d "$F" ]
then # recursively copy subdirectories
mkdir "$DST"/$(basename "$F")
"$0" "$F" "$DST"
else # simple copy for files
cp -a "$F" "$DST"
fi
fi
done

2007/08/01

  03:12:21 pm, by   , 152 words  
Categories: MythTV, MythTV, QT 3, C++

MythAlarm

I found a couple of links - this one from April 2003 - "MythAlarm Requirements":

http://www.gossamer-threads.com/lists/mythtv/users/24235

Guess a list of requirements was all the person was able to do. Ahh well some good ideas in there anyway.

Also an entry in the mythtv.org trac about adding a clock to any menu: http://svn.mythtv.org/trac/changeset/13574

Now thats not quite what I was looking to build but an interesting idea anyway.

My first attempt at putting the binClock code in didn't have any effect - not surprising from the quick code mashup I performed.

Read more »

1 2

April 2024
Mon Tue Wed Thu Fri Sat Sun
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
 << <   > >>
Programming

Search

  XML Feeds

blogging software