Re: [mythtv] Fwd: New MythMusic Theme - 4 bins

2005-10-08 Thread Vikas Rangarajan
> I have designed a new layout for MythMusic which uses> 4 bins on the screen. This design is orientated> towards people with large mp3 collections of complete> albums for ease of manipulation. My main man Mr. Vikas > Rangarajan has made 5 patches so far for the MythTv> and MythPlugins 0.18.1 so

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Eskil Heyn Olsen
On Fri, 2005-10-07 at 16:08 -0400, Isaac Richards wrote: > > libid3 - it's what kioslave's ipodslave uses... This email is going to > > end up with me changing it to use libid3tag instead right ? > Hehe, if it's not too much trouble, please. mythmusic already uses > libid3tag, > and libid3 has

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Isaac Richards
On Friday 07 October 2005 04:01 pm, Eskil Heyn Olsen wrote: > On Fri, 2005-10-07 at 15:17 -0400, Isaac Richards wrote: > > > I've already got the ipod db reader split out into a 6000 lines piece > > > of code libmythpod library (97kb) that just depends on libid3, libz and > > > libqt to build. > >

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Eskil Heyn Olsen
On Fri, 2005-10-07 at 15:17 -0400, Isaac Richards wrote: > > I've already got the ipod db reader split out into a 6000 lines piece of > > code libmythpod library (97kb) that just depends on libid3, libz and > > libqt to build. > That's fine, except -- libid3 or libid3tag? libid3 - it's what kiosl

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Isaac Richards
On Friday 07 October 2005 03:13 pm, Eskil Heyn Olsen wrote: > On Fri, 2005-10-07 at 14:23 -0400, Isaac Richards wrote: > > > Why not side-step the issue of dependencies altogether and use > > > *external* dependencies (i.e., external scripts/applications), like > > > mythvideo does for movie info?

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Eskil Heyn Olsen
On Fri, 2005-10-07 at 14:23 -0400, Isaac Richards wrote: > > Why not side-step the issue of dependencies altogether and use > > *external* dependencies (i.e., external scripts/applications), like > > mythvideo does for movie info? That way we'd have a generic > > infrastructure capable of support

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Eskil Heyn Olsen
On Fri, 2005-10-07 at 14:41 -0400, Isaac Richards wrote: > I'd just do it in mythmusic for now - the code is similar enough to port over > easily. Cool. > How are you handling the UI for streams? Playing a stream looks and feels just like playing an mp3, except it has now max time field. The

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Eskil Heyn Olsen
On Fri, 2005-10-07 at 13:32 -0400, Isaac Richards wrote: > > It has relatively light dependencies compared to a lot of them. The only > > required libraries are glib and gettext. > glib kills it from being used in myth. Yeah, glib is too much of an extra dependency, especially compared to the ipo

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Isaac Richards
On Friday 07 October 2005 02:37 pm, Eskil Heyn Olsen wrote: > On Fri, 2005-10-07 at 09:35 -0400, Joseph A. Caputo wrote: > > > On that note ; I've got a pretty complete shoutcast decoder going, and > > > started working on ipod support and then it struck me ; is doing all > > > this in mythmusic go

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Eskil Heyn Olsen
On Fri, 2005-10-07 at 10:49 -0400, Brian C. Huffman wrote: > FYI guys, check out the GTKPod project > ( http://www.gtkpod.org/about.html ). That's what I'm currently using > to do all my iPod sync / playlist stuff in linux and it works very well. > Also, it looks like they've recently broken out

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Eskil Heyn Olsen
On Fri, 2005-10-07 at 09:35 -0400, Joseph A. Caputo wrote: > > On that note ; I've got a pretty complete shoutcast decoder going, and > > started working on ipod support and then it struck me ; is doing all > > this in mythmusic going to be voided suddenly by mfd/mfe ? Should I > > focus on those

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Isaac Richards
On Friday 07 October 2005 02:21 pm, Joseph A. Caputo wrote: > On Friday 07 October 2005 14:01, Derek Atkins wrote: > > Quoting Isaac Richards <[EMAIL PROTECTED]>: > > >> Just for comparision, libglib.so is 500KB, libqt-mt.so is 7.1MB. > > >> I don't have libgpod installed so I dont know its size. >

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Joseph A. Caputo
On Friday 07 October 2005 14:01, Derek Atkins wrote: > Quoting Isaac Richards <[EMAIL PROTECTED]>: > > >> Just for comparision, libglib.so is 500KB, libqt-mt.so is 7.1MB. > >> I don't have libgpod installed so I dont know its size. > > > > glib duplicates functionality already present in c++ and q

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Derek Atkins
Quoting Isaac Richards <[EMAIL PROTECTED]>: Just for comparision, libglib.so is 500KB, libqt-mt.so is 7.1MB. I don't have libgpod installed so I dont know its size. glib duplicates functionality already present in c++ and qt. I see no need to depend on it. I don't even have it installed on

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Isaac Richards
On Friday 07 October 2005 01:46 pm, Derek Atkins wrote: > Quoting Isaac Richards <[EMAIL PROTECTED]>: > > On Friday 07 October 2005 12:56 pm, Derek Atkins wrote: > >> Quoting Isaac Richards <[EMAIL PROTECTED]>: > >> > glib kills it from being used in myth. > >> > >> Why? > > > > Because one small a

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Brian C. Huffman
I haven't looked...I wonder how many glib functions are actually in there. This project (the libgpod) is only about a month old. There might be flexibility in getting the developers to cut out more of the "non-ipod" related functionality and keep that in the gtkpod app. No idea...just a thought.

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Derek Atkins
Quoting Isaac Richards <[EMAIL PROTECTED]>: On Friday 07 October 2005 12:56 pm, Derek Atkins wrote: Quoting Isaac Richards <[EMAIL PROTECTED]>: > glib kills it from being used in myth. Why? Because one small additional dependency is acceptable - it may even be able to be included directly.

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Isaac Richards
On Friday 07 October 2005 12:56 pm, Derek Atkins wrote: > Quoting Isaac Richards <[EMAIL PROTECTED]>: > > glib kills it from being used in myth. > > Why? Because one small additional dependency is acceptable - it may even be able to be included directly. glib is not small, and it's not something

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Derek Atkins
Quoting Isaac Richards <[EMAIL PROTECTED]>: glib kills it from being used in myth. Why? Isaac -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Derek Atkins
Quoting "Joseph A. Caputo" <[EMAIL PROTECTED]>: I'd be curious to see what dependencies libgpod has... GNOME and KDE libraries are notorious for having all kinds of dependencies on the core desktop libraries... I doubt that would fly with Myth; I know I wouldn't want to have to install all the G

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Isaac Richards
On Friday 07 October 2005 12:53 pm, Carl Fongheiser wrote: > On 10/7/05, Joseph A. Caputo <[EMAIL PROTECTED]> wrote: > > I'd be curious to see what dependencies libgpod has... GNOME and KDE > > libraries are notorious for having all kinds of dependencies on the > > core desktop libraries... I doubt

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Carl Fongheiser
On 10/7/05, Joseph A. Caputo <[EMAIL PROTECTED]> wrote: I'd be curious to see what dependencies libgpod has... GNOME and KDElibraries are notorious for having all kinds of dependencies on the core desktop libraries... I doubt that would fly with Myth; I know Iwouldn't want to have to install all th

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Joseph A. Caputo
On Friday 07 October 2005 10:49, Brian C. Huffman wrote: > > FYI guys, check out the GTKPod project > ( http://www.gtkpod.org/about.html ). That's what I'm currently using > to do all my iPod sync / playlist stuff in linux and it works very > well. > Also, it looks like they've recently broken

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Derek Atkins
"Brian C. Huffman" <[EMAIL PROTECTED]> writes: > FYI guys, check out the GTKPod project yea, sorry, I should have mentioned GtkPod. It's what I've got, too. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB)

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Brian C. Huffman
On Fri, 2005-10-07 at 10:44 -0400, Derek Atkins wrote: > "Joseph A. Caputo" <[EMAIL PROTECTED]> writes: > > > How are you planning on doing iPod support? Does the iPod act like a > > regular sbp2/usb-storage device, or does it require special libraries? > > I've been thinking about this recent

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Derek Atkins
"Joseph A. Caputo" <[EMAIL PROTECTED]> writes: > How are you planning on doing iPod support? Does the iPod act like a > regular sbp2/usb-storage device, or does it require special libraries? > I've been thinking about this recently, because I know a lot of music > players just present themsel

Re: iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread John Pullan
On 07/10/05, Joseph A. Caputo <[EMAIL PROTECTED]> wrote: > I have an iRiver IFP player, which uses a special library to > manage its contents (I could flash it with a usb-storage firmware > update, but then I'd lose the ability to play OGG on it, which is why I > bought it in the first place). Tha

iPod and generic music player support (was: Re: [mythtv] Fwd: New MythMusic Theme - 4 bins)

2005-10-07 Thread Joseph A. Caputo
On Friday 07 October 2005 2:20, Eskil Heyn Olsen wrote: > On Wed, 2005-10-05 at 03:31 -0400, Isaac Richards wrote: > > > > > But, development for mythmusic is good. =) > > On that note ; I've got a pretty complete shoutcast decoder going, and > started working on ipod support and then it struck

Re: [mythtv] Fwd: New MythMusic Theme - 4 bins

2005-10-06 Thread Eskil Heyn Olsen
On Wed, 2005-10-05 at 03:31 -0400, Isaac Richards wrote: > > But, development for mythmusic is good. =) On that note ; I've got a pretty complete shoutcast decoder going, and started working on ipod support and then it struck me ; is doing all this in mythmusic going to be voided suddenly by mfd

Re: [mythtv] Fwd: New MythMusic Theme - 4 bins

2005-10-05 Thread Isaac Richards
On Wednesday 05 October 2005 03:31 am, Isaac Richards wrote: > On Monday 03 October 2005 09:04 am, Nick Parkinson wrote: > > I have designed a new layout for MythMusic which uses > > 4 bins on the screen. This design is orientated > > towards people with large mp3 collections of complete > > albums

Re: [mythtv] Fwd: New MythMusic Theme - 4 bins

2005-10-05 Thread Isaac Richards
On Monday 03 October 2005 09:04 am, Nick Parkinson wrote: > I have designed a new layout for MythMusic which uses > 4 bins on the screen. This design is orientated > towards people with large mp3 collections of complete > albums for ease of manipulation. My main man Mr. Vikas > Rangarajan has made

Re: [mythtv] Fwd: New MythMusic Theme - 4 bins

2005-10-03 Thread Keith C
On Oct 3, 2005, at 8:04 AM, Nick Parkinson wrote: Anyway, a picture speaks a thousand words https://sourceforge.net/project/screenshots.php? group_id=121754&ssid=19260 Any attention to MythMusic at all is much appreciated. Combine this with a playlist editor (in MythWeb or somethin

[mythtv] Fwd: New MythMusic Theme - 4 bins

2005-10-03 Thread Nick Parkinson
I have designed a new layout for MythMusic which uses 4 bins on the screen. This design is orientated towards people with large mp3 collections of complete albums for ease of manipulation. My main man Mr. Vikas Rangarajan has made 5 patches so far for the MythTv and MythPlugins 0.18.1 source code.