[mythtv] Re: MythMusic Improvements

Nick Parkinson nickparkinson at yahoo.com
Thu Dec 30 23:55:03 UTC 2004


> Hi,
> 
> Just wondered if anyone was working on improvements
> for MythMusic; here's a list of things that spring
> to
> mind:
> 
> 1. IPOD support, and for other portable devices
> (USB)
> 2. Bluetooth compatibility to use mobiles as remote
> controls (Freevo has a plugin for this)
> 3. ability to capture audio via line in (from
> Minidisc
> for example)
> 4. CD/DVD burning - i.e. burn MP3 albums straight to
> Audio CD, burn MP3 CD's, backups music/pic library
> to
> DVDR   --(freevo has a plugin for this)
> 5. Better screen designs so that you can easily
> manage
> large mp3 collections, with a variety of methods to
> suit different tastes
> 
> let me know your plans and thoughts
> 
> nickparkinson at yahoo.com
> 
> regards
> Nick
> 
> 
> 
>  --- mythtv-dev-request at mythtv.org wrote: 
> > Send mythtv-dev mailing list submissions to
> > 	mythtv-dev at mythtv.org
> > 
> > To subscribe or unsubscribe via the World Wide
> Web,
> > visit
> > 
> >
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
> > or, via email, send a message with subject or body
> > 'help' to
> > 	mythtv-dev-request at mythtv.org
> > 
> > You can reach the person managing the list at
> > 	mythtv-dev-owner at mythtv.org
> > 
> > When replying, please edit your Subject line so it
> > is more specific
> > than "Re: Contents of mythtv-dev digest..."
> > 
> > 
> > Today's Topics:
> > 
> >    1. jsmenuevent.h missing (Doug Zobel)
> >    2. Re: jsmenuevent.h missing (Isaac Richards)
> >    3. Re: Bug in 0.16 scheduler? (Thomas Börkel)
> >    4. Re: Bug in 0.16 scheduler? (Thomas Börkel)
> >    5. DVB LiveTV Tuning Blocking / Bug with
> > transform.c (Taylor Jacob)
> >    6. RE: Re: compiling mythtv frontend for cygwin
> > (Buechler, Mark R)
> >    7. Re: Bug in 0.16 scheduler? (David Shay)
> >    8. Re: Re: compiling mythtv frontend for cygwin
> > (Mario L)
> >    9. Re: Re: compiling mythtv frontend for cygwin
> > (Mario L)
> >   10. Re: DVB LiveTV Tuning Blocking / Bug with
> > transform.c
> >       (Jesper Sörensen)
> >   11. Re: DVB LiveTV Tuning Blocking / Bug with
> > transform.c
> >       (Taylor Jacob)
> >   12. RE: Re: compiling mythtv frontend for cygwin
> > (Buechler, Mark R)
> > 
> > 
> >
>
----------------------------------------------------------------------
> > 
> > Message: 1
> > Date: Thu, 14 Oct 2004 11:44:00 -0500 (CDT)
> > From: "Doug Zobel" <lists at h4.dougzobel.com>
> > Subject: [mythtv] jsmenuevent.h missing
> > To: mythtv-dev at mythtv.org
> > Message-ID:
> > 
> >
>
<31871.129.188.33.222.1097772240.squirrel at webmail.dougzobel.com>
> > Content-Type: text/plain;charset=iso-8859-1
> > 
> > The new joystick menu support seems to be missing
> > jsmenuevent.h:
> > 
> > make[2]: Entering directory
> > `/home/zobel/myth/mythtv/libs/libmyth'
> > g++ -c -pipe -Wall -W -O3 -march=pentiumpro
> > -fomit-frame-pointer
> > -D_REENTRANT -fPIC  -D_GNU_SOURCE
> > -D_FILE_OFFSET_BITS=64
> > -DPREFIX=\"/usr/local\" -DMMX -DCONFIG_VIDEO4LINUX
> > -DUSING_IVTV
> > -DUSING_OSS -DUSING_XVMC -DUSING_XVMC_VLD
> > -DUSE_JOYSTICK_MENU
> > -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
> > -I/usr/lib/qt3/mkspecs/default -I.
> > -I/usr/local/include
> > -I/usr/lib/qt3//include -o util.o util.cpp
> > util.cpp:28:25: jsmenuevent.h: No such file or
> > directory
> > util.cpp: In function `int myth_system(const
> > QString&, int)':
> > util.cpp:651: error: `JoystickMenuEventLock'
> > undeclared (first use this
> > function)
> > util.cpp:651: error: (Each undeclared identifier
> is
> > reported only once for
> > each function it appears in.)
> > util.cpp:651: error: syntax error before `(' token
> > util.cpp:645: warning: unused parameter `int
> flags'
> > make[2]: *** [util.o] Error 1
> > make[2]: Leaving directory
> > `/home/zobel/myth/mythtv/libs/libmyth'
> > make[1]: *** [sub-libmyth] Error 2
> > make[1]: Leaving directory
> > `/home/zobel/myth/mythtv/libs'
> > make: *** [sub-libs] Error 2
> > 
> > 
> > ---------------------------- Original Message
> > ----------------------------
> > Subject: [mythtv-commits] mythtv commits
> > From:    mythtv at cvs.mythtv.org
> > Date:    Wed, October 13, 2004 11:35 pm
> > To:      mythtv-commits at mythtv.org
> >
>
--------------------------------------------------------------------------
> > 
> >
>
----------------------------------------------------------------------------
> > Changes committed by ijr on Thu Oct 14 00:30:59
> 2004
> > 
> > Modified Files:
> >    in mythtv:
> >         settings.pro
> >    in mythtv/libs/libmyth:
> >         libmyth.pro mythdialogs.cpp util.cpp
> util.h
> > Log Message:
> > Patch from Jeremy White to add support for control
> > by a joystick.
> > 
> > 
> > 
> > ------------------------------
> > 
> > Message: 2
> > Date: Thu, 14 Oct 2004 13:04:12 -0400
> > From: Isaac Richards <ijr at po.cwru.edu>
> > Subject: Re: [mythtv] jsmenuevent.h missing
> > To: Development of mythtv <mythtv-dev at mythtv.org>
> > Message-ID: <200410141304.12179.ijr at po.cwru.edu>
> > Content-Type: text/plain;  charset="iso-8859-1"
> > 
> > On Thursday 14 October 2004 12:44 pm, Doug Zobel
> > wrote:
> > > The new joystick menu support seems to be
> missing
> > jsmenuevent.h:
> > 
> > Thanks for reminding me.  My connection was cut
> off
> > last night for 'Emergency 
> > Network Maintenance' right in the middle of
> applying
> > patches. =(  Everything 
> > should be in CVS now, though.
> > 
> > Isaac
> > 
> > 
> > ------------------------------
> > 
> > Message: 3
> > Date: Thu, 14 Oct 2004 19:34:25 +0200
> > From: Thomas Börkel <thomas at boerkel.de>
> > Subject: Re: [mythtv] Bug in 0.16 scheduler?
> > To: Development of mythtv <mythtv-dev at mythtv.org>
> > Message-ID: <416EB8A1.5030707 at boerkel.de>
> > Content-Type: text/plain; charset=ISO-8859-1;
> > format=flowed
> > 
> > HI!
> > 
> > Joseph A. Caputo wrote:
> > 
> > >>Why should I even look
> 
=== message truncated === 


	
	
		
___________________________________________________________ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com


More information about the mythtv-dev mailing list