Slashdot Mirror


Rhythmbox Gets iPod Support

Bhondai writes "The latest release of the popular GNOME based iTunes clone, Rhythmbox has, amongst new features, initial support for the iPod. Things are still a little unpolished at this moment (requiring manual mounting of the iPod to /mnt/ipod), but this does look promising. A list of changes and new features in Rhythmbox 0.7.1 is available at Footnotes."

62 of 249 comments (clear)

  1. does it play ogg ? by mirko · · Score: 4, Interesting

    Well I guess it does but despite the trollish title, I wonder if it on-the-fly convert OGG to MP3 when it transfer tunes to the ipod ?

    --
    Trolling using another account since 2005.
    1. Re:does it play ogg ? by mirko · · Score: 3, Interesting

      Habeo Mac ergo I do, it's just the trick that would be technically interesting : if you can convert while syncing, then this might open some interesting opportunities ; a level/quality adjust for selections foirst comes to my mind.

      --
      Trolling using another account since 2005.
    2. Re:does it play ogg ? by Moofie · · Score: 5, Insightful

      Uh huh. And re-ripping 40gb of music on the fly would take...how much processor?

      Hell, if you want it to be that slow, why don't you just get one of the players that only supports the slow flavor of USB. (As opposed to the slightly-less-slow USB2)

      --
      Why yes, I AM a rocket scientist!
    3. Re:does it play ogg ? by perly-king-69 · · Score: 4, Insightful

      You really don't want to do that. Encoding from one lossy format to another will really degrade the quality.

      --

      --
      This sig is inoffensive.

    4. Re:does it play ogg ? by dalutong · · Score: 2, Insightful

      same reason you might use gnu/linux even if it isn't, or certainly wasn't, a standard.

      ogg really is better, however. the same sound quality and the files are considerable (i'd say 20+%) smaller. When you have a lot of audio or very little space to put it it matters.

      --

      What comes first, finding a teacher or becoming a student?
    5. Re:does it play ogg ? by GauteL · · Score: 3, Interesting

      While this is certainly true, I can think of myself and lots of other people willing to take that loss in quality in order to not have to reencode their entire music collection.

      Since Rhythmbox as an app don't really show the user the difference between an MP3 and an OGG you would assume that you could drag and drop ANY music file onto the iPod. While a small notice saying that this will lead to loss in quality might be reasonable, it certainly SHOULD do what the user asks it to do.

      While I might want to reencode my entire music collection at some point, simple conversion from OGG->mp3 might be what I want if I just want to listen to a certain album on the road.

    6. Re:does it play ogg ? by Slack3r78 · · Score: 2, Insightful

      Are you overlooking the fact that you'd be converting from one lossy format to another lossy format? Both use different algorithms for determining what's discardable, and you're likely going to end up with a file the sounds pretty bad in the end.

      What you're suggesting, however, wouldn't be too hard if your player supported Vorbis. It's my understanding that Vorbis is designed in a manner where you can 'strip' it down to a lower bitrate without totally reencoding - I may have misunderstood, however. Anyone know for sure?

    7. Re:does it play ogg ? by NightWhistler · · Score: 2, Informative

      The number of devices is low, but getting better. iRiver started adding ogg support to all new players, and is releasing firmware updates for the models they can cram ogg support into...
      I've been listening to ogg on my IMP-550 for a while now, and all my new encodings will be ogg.

      (Disclaimer: I know the codec's called Vorbis, I just like the sound of ogg, OK?)

      --
      PageTurner Reader: open-source e-reader for Android with cloudsync. http://pageturner-reader.org
    8. Re:does it play ogg ? by 47Ronin · · Score: 2, Insightful

      Tunes and the iPod will likely never support anything but AAC, since apple wants to lock you to their music store, software and hardware. Any CD Ripper will encode to ogg these days, and the Rio karma (which plays ogg and flac natively) beats the iPod in every single category except advertising budget.

      Wong. The iPod supports AAC (protected and unprotected), AIFF, and MP3.

      --
      Those who laugh at you for you having a Mac.. are the people who constantly call you to fix their PC.
  2. They changed their mind? by OmniVector · · Score: 4, Insightful

    I remember speaking to one of the developers in the IRC channel specifically about this. Their response was "write a gnome-vfs module for it."

    Granted they had a point, but that isn't as seamless as a solution if you ask me. It's about time gnome had a good ipod solution.

    --
    - tristan
    1. Re:They changed their mind? by robbyjo · · Score: 4, Insightful

      I remember speaking to one of the developers in the IRC channel specifically about this. Their response was "write a gnome-vfs module for it."

      Well, that's typical OSS developers... :) I'll bet that the iPod support is because someone actually came to the IRC channel and flame "Rhythmbox sux because it doesn't support iPod". ;)

      --

      --
      Error 500: Internal sig error
    2. Re:They changed their mind? by adamwright · · Score: 5, Insightful

      Far more likely that one of the developers bought/was given an iPod. Nothing like experiencing the problem first hand to motive a programmer to provide a (decent) solution :)

    3. Re:They changed their mind? by mydigitalself · · Score: 2, Interesting

      It's about time gnome had a good ipod solution.
      gtkpod

      does the job for me just perfectly.

    4. Re:They changed their mind? by FooBarWidget · · Score: 2, Insightful

      So why do you expect volunteers to do everything for you? They do it for free. If you want a feature and they don't want or can't implement it, then you can either wait until they can/will or do it yourself.

      Remember, they aren't getting paid. If they *are* paid then that's another story.

  3. May this project actually get finished... by iamacat · · Score: 5, Insightful

    As in automatic mounting and unmounting, syncing with multiple devices and so on, rather than remain unpolished like so many Linux projects. I remember trying to sync a USB Clie with Linux and, although programs like kpilot were out for a while, they still required manual commands in a terminal window to work.

    1. Re:May this project actually get finished... by pldms · · Score: 3, Informative

      Thankfully people are working on this, or at least part of the problem.

      AIUI in response to this article by Havoc Pennington a project called HAL was started. This will hopefully form the userspace part of stack for convenient automounting behaviour. It's worth looking at the current (0.2) spec for the detail, but essentially you should be able to plug in an iPod and have RhythmBox detect that (via HAL, communicating using dbus).

      --
      Slashdot looked deep within my soul and assigned
      me a number based on the order in which I joined
    2. Re:May this project actually get finished... by multipartmixed · · Score: 2, Informative

      This sounds like a problem which could be solved by automountd. Maybe the RhythmBox guys could sort that out instead of re-inventing the wheel.

      --

      Do daemons dream of electric sleep()?
  4. I don't see... by pdbaby · · Score: 3, Interesting

    what's so impressive about this? If you have to manually mount the ipod, then the only new feature is a front-end for "cp" and "ls". Anyone care to enlighten me?

    --
    Global symbol "$deity" requires explicit package name at line 2. - If only $scripture started "use strict;"
    1. Re:I don't see... by ernstp · · Score: 4, Informative

      No, that's not enough. For the songs to become visible on the iPod you have to edit the iPod's database, add ID3 tags etc.

    2. Re:I don't see... by sprouty76 · · Score: 4, Informative

      There's a lot more to syncing an iPod than just copying the mp3s onto it. There's a big database on there that needs to be modified every time you add a track, so that the iPod can find it while browsing by artist, genre etc.

      --

      No, I don't want a free iPod

  5. Well supported? by forcery · · Score: 2, Interesting

    Have anybody tried this yet and know how well supported it is?

    Does it work just like a usual mp3 player (have to copy manually) or can you sync your entire library to it (like you do with iTunes)? What about syncing playlists?

    And I couldn't find the README.iPod file in the 0.7.1 source.. anyone know where I can find it?

    1. Re:Well supported? by Anonymous Coward · · Score: 2, Informative

      Anyway, gtkpod exists... and does all that very well ... => http://gtkpod.sourceforge.net/

      I don't understand why developers a doing again and again the same software....

    2. Re:Well supported? by mydigitalself · · Score: 3, Informative

      gtkpod does sync entire library and playlists.

  6. iTunes XML by Animaniac · · Score: 5, Interesting

    This was the one of two things holding me back from moving to Linux, as I use my iPod and iTunes a great deal on Windows. The second thing is the ability to import iTunes library data (which is conveniently stored in a nice XML file) into Rhythmbox. That way I can migrate from iTunes to Rythmbox with little trouble. That last feature would make the deal for me. I'd like to move my x86 machines to Linux and save up to get a nice Mac too. =)

  7. What Rhythmbox still does not have by Anonymous Coward · · Score: 5, Interesting
    VVC4 XML metadata support, common for years in WinAmp, Windows Media Player and other mainstream media software, still cannot be found in Rhythmbox. It is used by most or all DRM (Digital Rights Management) technologies commonly used by internet content resellers. Without this users just cannot pay for content online and all Linux users will be classified as pirates.

    Before we get this important feature Linux cannot make serious inroads in the corporate desktop market. It's not even a complex feature, just requires linking to libxml and some 500 lines of code. I made a patch for this myself but the RhythmBox developers rejected it claiming they don't want any more dependencies (libxml), but I believe the real reason is that they don't want to touch DRM. But the fact is musicians can't work for free and at some point we need to start paying or the whole industry will die.

    1. Re:What Rhythmbox still does not have by sn0wman3030 · · Score: 4, Insightful

      There is seriously no reason to buy music online IMHO. Just buy the CD at the store, and rip it onto your hard drive. You get a disk with all the music, uncompressed. Plus, you get the case and all the artwork/essays that the artists include with each album. The artists still get paid, and everyone wins.

      Rhythmbox integrates the wonderful Sound Juicer as a ripper. It is the most simple, straight-forward ripper available for the linux desktop. Rhythmbox may not be itunes yet, but it's making improvements constantly.

      --
      Life is offtopic.
    2. Re:What Rhythmbox still does not have by Trurl's+Machine · · Score: 2, Insightful

      There is seriously no reason to buy music online IMHO. Just buy the CD at the store, and rip it onto your hard drive. You get a disk with all the music, uncompressed. Plus, you get the case and all the artwork/essays that the artists include with each album. The artists still get paid, and everyone wins.

      Yeah, especially the oil companies. For many of us, "just buy the CD at the store" translates to "just drive to the store", while "just buy the song online" translates to "just double-click on that icon while slashdotting at leisure".

    3. Re:What Rhythmbox still does not have by Anonymous Coward · · Score: 2, Informative

      "You get a disk with all the music, uncompressed"

      You're aware that the iTunes Music Store encodes their files from the original master, right? Meaning AAC files from the iTMS are potentially closer in fidelity to the original than the compact disc equivalents.

    4. Re:What Rhythmbox still does not have by deconvolution · · Score: 2, Interesting
      As a music management software, it really needs to incorporate the tag editing functions like cantus

      and also looking forward the regular expression search function.

    5. Re:What Rhythmbox still does not have by FrostedWheat · · Score: 2, Funny

      There's this great new website called Amazon.com, and they actually send you real CD's. Even books!

      Amazing what they can do this day and age.

    6. Re:What Rhythmbox still does not have by Anonymous Coward · · Score: 2, Interesting
      There is seriously no reason to buy music online IMHO.


      Oh yes there is.

      a. Many new CDs are deliberately broken (or "copy protected" as some prefer to say) and for example my laptop's CD drive isn't very good at handling those. Equals "no ripping".

      b. The music stores around here SUCK. Seriously.

      c. I dislike the idea of buying unnecessary shit (CDs in this case) that I have really no use for per se.

      I would have no problems paying for music, but there are no potential online stores with anything I'm interested in in my area (yes, I'm not from the US).
    7. Re:What Rhythmbox still does not have by Powercntrl · · Score: 2, Insightful

      There is seriously no reason to buy music online IMHO.

      Well, IMHO there is a reason:

      Singles.

      While I agree with you that if you want an album, purchasing it in its physical form and getting the uncompressed audio is the best way to go.
      However, if you don't want an entire album of filler to get one or two good songs, buying individual tracks online is really the only option. I've purhased over 130 songs from iTunes so far and absolutely 0 complete albums.

      Of course, you could have meant piracy is a good substitute for online music stores... While I don't really give a rat's ass if the RIAA doesn't get my $0.99 per track, the quality of singles on P2P networks is really questionable as of late. I'd rather pay $0.99 for a song I know is a good quality encoding that will download quickly, than download several copies of the same song (usually with incorrect/misspelled or nonexistant ID3 metadata) to later listen to each copy and determine which isn't fucked up in some way.

      --

      ---
      DRM is like antifreeze, to the MPAA/RIAA it's sweet, to the consumers it's poison.
    8. Re:What Rhythmbox still does not have by Jeff+DeMaagd · · Score: 2, Interesting

      A lossy format is never going to be more accurate than a CD.

      From what I understand, iTune's AAC is often encoded from higher sampling frequency and bit depth masters than what ends up on the CD. If the resulting file is encoded to play back with a higher sampling rate and bit depth then it is possible that the lossy format to be better than the CD.

  8. Syncing - Read only for now by Anonymous Coward · · Score: 5, Informative

    I've been using this from CVS for about a month, and it only reads from the ipod. Write support is planned for the future.

    In response to the comment about cp/ls - the iPod uses a proprietary database (iTunesDB) to store meta-information, so cp *mp3 /mnt/ipod/ will do nothing but store it on the iPod hd. You won't be able to play it

    1. Re:Syncing - Read only for now by Jim+Hall · · Score: 2, Informative

      I've been using this from CVS for about a month, and it only reads from the ipod. Write support is planned for the future.

      In the meantime, you may consider GTKPod, a very nice GNOME interface to read/write songs to your iPod. It even supports AAC formats. I have 20GB iPod, and I've been very happy with GTKPod.

      Web site: http://gtkpod.sourceforge.net/

      Example: http://www.freedos.org/jhall/ipod/

  9. Meh. Innovation, please? by Anonymous Coward · · Score: 5, Interesting

    This is not innovation. Instead of looking at proprietary software and saying "let's do that!", developers with free time for GUI software should innovate. You heard me. Apple has developer mindshare not because of iTunes, but because it comes up with things like iTunes before anyone else does.

    For all the talk of GPL != theft, there sure are a lot of clones of non-free software out there. Sometimes that's convenient for interoperability, but it's always a bad idea as a strategy -- it's just playing catchup. If Gnome, say, had said "let's make a really really good music player, with integration for everything useful and a nice interface" in 1999, it would be a lot more credible on the desktop. But no, the open-source world as a community waited and then imitated.

    There are only a few GPL GUI apps that took a reasonably original idea (or reasonably original selection of ideas, to be fair, because most "original" software is made up of well-documented ideas) and did it well. In fact, I said "a few" to cover my ass -- I can't think of any at all.

    Sigh. This is sounding more like a troll than I wanted. I guess it is one. I'm just disappointed. One reason I switched to Linux way back when is that it seemed fresh -- it might suck a bit, but it was justifiable and tolerable suck. It would get better fact, I assumed, and it would get better in strange, unheard-of ways. It sort of did. Mostly it didn't. Now it's just trying to look more like Microsoft and Apple's stuff.

    How many Aqua GTK themes, now? And they *all* missed the point. It's not about pinstripes. Even Apple started backtracking on the pinstripes a bit. Pinstripes are the chrome, guys. Sticking them on GTK just gives you a ricecar*. What RealPlayer is to marketing, the Linux desktop today is to nerdery. In both cases, atypical users are making bizarre assumptions about what more ordinary users might like. RealPlayer had the advantage of early adoption. Linux has no advantage. It's judged on its merits, and its desktop merits for non-developers are slim to nil. Huge friendly transparent PNG icons don't matter. You gotta make it feel friendly yet solid. Solid yet friendly. Meditate on that for a while.

    You don't get that pleasant-yet-stable feeling from clones. You just don't. It's like translated poetry, or the book of a movie. It misses the important parts and makes a big deal out of the boring stuff.

    The GIMP is a clone (and if you don't believe it, compare things like the order of the layer transparency menu to Photoshop's). Sodipodi is suck. The only good video editing software isn't GPL. Blender couples the simplicity of emacs with the interface of vim. XMMS is a clone. OGG Vorbis is a conceptual clone -- it may not share any code with MP3, but you can't tell me it isn't essentially an "oh, yeah, we can do it too" situation, even if it's for all the best reasons. OpenOffice is complete garbage: it's ugly and unstable compared to the ten-year-old wopro my Mac Classic runs.

    Okay, so there's Nautilus. That's the only thing that's really pushing any part of the envelope as a desktop app. And maybe Kudzu. Other than that, it's just a little chrome on Xerox PARC, Microsoft, and Apple.

    This saddens me. I don't like it. Sometimes I try to do something about it, but ... meh. I run OS X on my desktop these days. I'd rather use the original iTunes. I can't recompile it, but I don't need to. I'm not saying OS X is the pinnacle of anything, just that in the end the GPL isn't as important to me as the feeling of a coherent, not-totally-derivative interface. (And yes, I know Apple's interface is derivative. It just isn't *as* derivative.)

    Come on, guys. Let's see some GUI innovation already. Or is it already there and I'm just not noticing? Name some software that's:

    0. GPL.
    1. Useful.
    2. Pleasant to use.
    3. Not an instantly recognizable clone of something non-GPL.
    4. Stable.

    * Spelling intentional. Google it. In short, a lousy car decked out to look fast. Equivalent to "polished turd".

    1. Re:Meh. Innovation, please? by gantrep · · Score: 2, Insightful

      Firefox and its extensions?

    2. Re:Meh. Innovation, please? by ickoonite · · Score: 5, Insightful
      I have had a similar experience, I suppose, starting out on DOS/Win 3.11, moving through Windows 9x and then finding Linux as a hope-inspiring alternative back in, oooh, about 1998. And hell, it did suck then - when I first started using it, KDE1 was in alpha/beta, but hey, it was different, so that was enough.

      But like you say, there is always the lingering hope that it will get better. One is content with what one has when one is running Linux because, well, it's not Microsoft and some stuff (e.g. GNOME 2.6) is really rather beautiful. But, as I have pointed out before and as you rightly say here, there's very little innovation - GNOME 2.6's much-needed replacement for the file dialogue boxes are straight from Apple and the spatial file browser is another old Apple trick. And of course the Start button (you can write whatever you like on it; it's always gonna be a Start button) is hardly an open source original.

      I suppose the root of the problem is that most open source development is done by nerds, whose C or asm prowess is indubitable but whose understanding of the average user is minimal to non-existent. I am not wishing to berate these types, because the work they do is often superb, but I think we can easily conclude that:
      • Nerds cannot think like users and expect that every user should either work hard to understand the system or quite simply fuck off and not use their software;
      • Users' expectations are far too high from a bunch of tech-types who have no understanding of users' needs.
      We keep talking about Linux on the desktop. GNOME is now ready for the desktop, but what does that actually mean? OK, so now Linux is as usable as Windows, but somebody whit here the other day, Windows is not exactly good enough for most users. Why else would it need such a big tech support team in every organisation?

      Aside from the feuding and pettiness that detracts from the quality of some projects (I cite xMule vs. aMule and mplayer as current or past examples), there is some great work being done. Why do we keep settling for good enough?

      iqu :?
    3. Re:Meh. Innovation, please? by kfg · · Score: 3, Insightful

      Fashion is something barbarous, for it produces innovation without reason and imitation without benefit.

      --George Santayana

      Sophmoric: The itch to be original

      --Pete Seeger

      The thing that hath been, it is that which shall be; and that which is done is that which shall be done: and there is no new thing under the sun.

      - Ecclesiastes 1:9

      I shall, I suppose, counter the orginal posters "troll" with one of my own. I too like software that just works. There are really only so many good ways to go about implementing most software tasks, and once those ways are discovered one is most apt to apply one's energies into refinement, not innovation.

      While there is some real, solid work going on in software these days, most of it is fashion and barbarous. Most of the solid work really is going on in OSS, but a bit under the radar of the fashion concious, but OSS is not exempt from fashion.

      Indeed, I'd say, contrary to the opinion of most involved in it, OSS is currently the bastion of fashion driven software, because it is written by "the people" who have little really deep understanding of what they are doing. They learned Java from the web. They never bothered to learn mathmatics or theory, indeed tend to deride mathmatics and theory.

      While they may expend a good deal of mental energy on their code, they do not expend much mental energy at all on what they are doing.

      Like, why they are even doing it in the first place, other than their itch. . .to be original.

      Which they accomplish by following the trends. Go figure.

      Like the Bible, Knuth is revered in passing, but largely unread. Codd is nearly vilified in some corners, or simply dismissed with a wave of the hand as "just theory". . .unread and un-understood, and unimplemented so that no one can even claim they have made a valid comparison with a working product. There's a good OSS project for someone. A project that can go where no man has gone before. A deeply useful project.

      Who, in the internet "trained" generation, is even capable of it?

      For that matter, who, in the modern trade school that even the universities have become, is capable of it?

      The majority of coders are so busy "innovating" that they haven't even bothered to finish building the foundations. Software that just works. On known best principles. Even though it's just an evolutionary extension of someone else's work and not something that will get you a Slashdot headline.

      That's what OSS is really all about. Otherwise we really are just better off spending our time making money to buy commercial "products."

      KFG

    4. Re:Meh. Innovation, please? by slux · · Score: 5, Informative

      Apple has developer mindshare not because of iTunes, but because it comes up with things like iTunes before anyone else does.

      Apple didn't come up with the idea behind iTunes any more than the Rhythmbox developers, this Wikipedia article explains how it is based on SoundJam MP from another company and Apple just hired the people and bought the app. I would not be terribly surprised if there was something comparable even before that.

      For all the talk of GPL != theft, there sure are a lot of clones of non-free software out there.

      The "GPL != theft" part makes you sound a lot like a troll. Where did you get the idea that writing a similar app to an existing one is anything even remotely comparable to theft? It happens all the time even in the non-free software industry. More on that a little later.

      How many Aqua GTK themes, now? And they *all* missed the point. It's not about pinstripes. Even Apple started backtracking on the pinstripes a bit. Pinstripes are the chrome, guys

      People made Aqua GTK themes because they wanted them. It hasn't much to do with what direction GNOME, KDE or the free software desktop is taking. Why not rant about Windows XP which also has this Aqua theming craze and how Microsoft just doesn't get it?

      The GIMP is a clone (and if you don't believe it, compare things like the order of the layer transparency menu to Photoshop's).

      Again, even Adobe didn't originally come up with Photoshop. Just like Apple, they bought it after they saw what it was. (Wikipedia link. Drawing/image editing programs certainly have a long history before it as well. GIMP isn't the only clone either, there's other proprietary software such as Paint Shop Pro that is even closer to Photoshop as far as the look and feel go.

      Blender couples the simplicity of emacs with the interface of vim.

      Well, that's something original, isn't it? Some people think Blender's UI's just great.

      XMMS is a clone. OGG Vorbis is a conceptual clone -- it may not share any code with MP3, but you can't tell me it isn't essentially an "oh, yeah, we can do it too" situation, even if it's for all the best reasons. OpenOffice is complete garbage: it's ugly and unstable compared to the ten-year-old wopro my Mac Classic runs.

      And for every app you've mentioned there's also a lot of non-free clones and in many cases the dominant ones aren't the original appearances of the application type. Ogg Vorbis? It actually tries to improve (succesfully?) on the idea, providing better audio quality and/or smaller file size. There's AAC, mp3pro, WMA and a bunch of others too, you know. Why not whine about them too? What you said about Ooo.org pretty much applies to any modern Office suite.

      Okay, so there's Nautilus. That's the only thing that's really pushing any part of the envelope as a desktop app. And maybe Kudzu. Other than that, it's just a little chrome on Xerox PARC, Microsoft, and Apple.

      The desktop metaphor is still going strong after around 30 years (so's UNIX, by the way). The problem with lack of innovation in UI design is not just a GNOME or a KDE problem if you want to view it as one. If you want to see UI innovation you really shouldn't bee looking at the desktop environments that as their very goal are trying to provide the dominant user experience based on the 30-year-old metaphor. How about checking out something like Ion, Fluxbox and others from the plethora of available window managers? You could still also look at some of the more original stuff brewing for the big traditional environments, such as the kicker replacement called Slicker. In my opinion, GNOME has managed to stand u

    5. Re:Meh. Innovation, please? by damian · · Score: 3, Interesting

      I agree with you too, I had to think a while until I came up with a program that fits your requirements.

      - gaim (ok, it does what other IMs do, but its different enough)
      - grip
      - sane (instead of n*m TWAIN crap)
      - gphoto (instead of n*m crap camera tools)
      - spamassassin (maybe not quite as pleasent to use)

    6. Re:Meh. Innovation, please? by ickoonite · · Score: 3, Interesting

      Your first paragraph entirely misses the point of my post. And at no point did I suggest that Microsoft didn't copy their whole UI from, well, whoever (anyway, it is irrelevant). And in response to...

      "As a competative company you should be looking at what your rivals are doing and then providing them for your customers."

      ...I would first offer...

      "Aside from the feuding and pettiness that detracts from the quality of some projects ... there is some great work being done. Why do we keep settling for good enough?"

      A truly competitive company innovates - the only reason Apple are still extant in these days of Microsoft hegemony is because they innovate like fuck. If OSS was similarly innovative, it would enjoy wider usage already. What is the point of moving to a lookalike that cannot run your applications? (Linux, of course, has other real, geniune strengths, but the UI side is not one of them).

      And nor was I arguing with the actual content of the Slashdot story - more hardware support for Linux is great - but rather seconding the parent thread, which in my view correctly opines the frustrating state of current OSS software development - neatly summed up as copy rather than create.

      iqu :s

    7. Re:Meh. Innovation, please? by am+2k · · Score: 4, Insightful

      I used to use SoundJam before iTunes was available, that app was just an mp3 engine with a playlist (and plugin support for visuals, etc). Comparable to mpg123, I'd say.
      That's not really what iTunes is about, iTunes is a music management app, which happens to be able to play them, too.

    8. Re:Meh. Innovation, please? by horza · · Score: 2, Interesting

      Using Linux I've been able to:
      * literally use my home desktop at work using VNC
      * log into a choice of window managers depending on my whim (kde, gnome, xfce)
      * customise the behaviour of my window manager in a couple of clicks (eg I like to have the close window icon on the left so I won't accidentally close when I want to minimise)
      * switch between multiple virtual desktops (and that Powertools copy M$ provide is not an equivalent, it's so slow its unusable)
      * use the Filer I want to (currently ROX) and still be able to consistently drag and drop between applications

      There are plenty more innovations but those are the first of the top of my head. Just because they aren't high-profile doesn't mean they aren't there. For example I'm thinking of doing some Home Automation and am looking at owfs. With it I can type "cat */temperature" and it will make all the temperatures sensors on a 1-wire twisted pair connected to a serial port measure and print their data. Since these devices look to the OS like normal files, I can use them easily from any language from bash to C to Python.

      If a group of people want to make available some of their favourite software that exists on other platforms then I think that's also innovative and an interesting intellectual challenge. It's not "Linux trying to play catchup", it's "I'd like to be able to do this so why don't we create it".

      Phillip.

  10. Nervousness about RythmBox by Anonymous Coward · · Score: 2, Insightful

    The idea of an iTunes clone makes me sort of nervous. If Apple made such a blatant clone of a flagship OSS project, and made it closed-source, wouldn't they be torn to shreds by angry Slashdotters? I thought were were supposed to be innovating here, not copying. And yes, I'm aware that in a sense Apple has done exactly that with BSD, but that's allowed under the license, and they've been goo about giving back (so far). (Same with KHTML.) Just imagine that RhythmBox came -first-, and -then- Steve Jobs announced iTunes. I bet there would be some fuss.

    1. Re:Nervousness about RythmBox by colinleroy · · Score: 3, Insightful

      The difference is, would it have been the other way, people could wonder whether Apple has copied code from Rhythmbox. But Rhythmbox came after, and we're quite sure they didn't get some code from iTunes.
      Also, clones are very common in the software world, not only from open-source developers. Every good idea has been copied over and over.

      --
      blah
    2. Re:Nervousness about RythmBox by pldms · · Score: 3, Informative

      Hell the visualisation in iTunes isn't just a clone of G-Force, it practically is G-Force.

      More accurately it was G-Force. iTunes was based on SoundJam and G-Force (was G-Force part of SoundJam?), so G-Force was essentially forked when iTunes was created. Or something along those lines, at least...

      --
      Slashdot looked deep within my soul and assigned
      me a number based on the order in which I joined
    3. Re:Nervousness about RythmBox by pldms · · Score: 4, Informative

      Silly me - if you open 'About iTunes' you'll find that:

      'G-Force visualisation engine licenced from WhiteCap Technologies, inc'

      --
      Slashdot looked deep within my soul and assigned
      me a number based on the order in which I joined
  11. Can't wait by ike6116 · · Score: 2, Interesting

    For Apple Legal to smack this project down. Apple Legal doesn't seem to striking fear into the hearts of many like it used to. Personally I think Apple could benefit from porting iTunes to Linux (Does it work under WINE?) Also what's the chance of this project implementing FairPlay?

    --

    Are you secure enough in your masculinity to run 'man touch'?
  12. GNOME Logo by Anonymous Coward · · Score: 4, Insightful

    Please, please, please can you change the slashdot GNOME logo? The one currently being used on Slashdot was phased out years ago.

  13. Problems with RhythmBox -- Still using GTKPod by TD_3G · · Score: 2, Informative

    I've had some minor issues with RhythmBox over time. For starters, I'm pushing a general gnome question across here... does every app automatically work with ESD? It seems like there should be a direct OSS or Alsa option, particularly for those of us with good cards and hardware mixing. RhythmBox I find to be slow at startup when playing mp3s, that is, every time I start to play an mp3 it not only slows and pauses for a second, but slows my entire system. I'm not sure what the issue with this is, but it's noticeable in every single release I've tried (stable and development). Lastly, I'd just like to say that I think GTKPod is an excellent solution for iPod users on Linux, it's what I've been using all along and seems to work great with a lot of features. I'd really like to start using RhythmBox, but until I can get decent audio playback out of it and it's features can match GTKPod I guess I'm sticking with Beep Media Player and GTKPod.

    --
    ...
    1. Re:Problems with RhythmBox -- Still using GTKPod by pldms · · Score: 3, Informative

      RhythmBox uses the GStreamer media framework, so I suspect your problems lie there. You can use OSS, ALSA, ESD and ArTs (IIRC) with GStreamer.

      I wish this were clearer in RhythmBox - it isn't very obvious how to configure sound output in it (gstreamer-properties, btw). However once I realised what was going on I prefered the central configuration.

      --
      Slashdot looked deep within my soul and assigned
      me a number based on the order in which I joined
  14. Re:Ryhtembox by thomasvs · · Score: 3, Funny

    With your spelling capacity, it probably was because you typed "rm hte box *.mp3" Anyways, your statement is crap, RhythmBox doesn't write to mp3 files, so it can't hose them.

  15. More Linux Applications for MP3 Players by wehe · · Score: 2, Informative

    There are much more Linux applications for portable MP3 players, not only for the Apple iPod but for the Creative Nomad Jukebox, Diamond Rio 500 and more.

  16. Re:Can you imagine... by perly-king-69 · · Score: 4, Funny

    Yeah, yeah - and in Soviet Russia iPods mount you...

    --

    --
    This sig is inoffensive.

  17. Stability by trans_err · · Score: 3, Insightful
    What rhythmbox really needs is a standard set of features (ID3 editting comes to mind) and stability. Rhythmbox has always been plagued with lock ups, freezes, and every other horrid use of the word. Ryhthmbox simply can not handle a large library of MP3s (10,000+). Most often rhythmbox simply will not even load that large a number of songs and simply die before it finishes.

    Rhythmbox has a lot of promise, but they need to slow down for a second and fix the bugs which are preventing people to use what could be a really killer app.

    1. Re:Stability by jimmy_dean · · Score: 3, Informative

      Actually, most stability problem that you see in Rhythmbox are due to the GStreamer media backend. GStreamer is still very much a new technology that at times is a little rough around the edges. It's sorta how Mozilla was for so long - very experimental before 1.0 and very unpredictable. I would expect to see GStreamer and Rhythmbox both stabalize rapidly in the near future.

      --
      -> Sometimes, you just gotta break free from the shackles of proprietary code.
  18. Re:Innovation is by hachete · · Score: 2, Insightful

    ...creating perl, python and ruby. This is, IMO, where the real OSS innovation lies - Linux itself is a clone.

    But this could all be a stage in development. There will be cutting edge stuff in the future I'm sure. But remember, while you're innovating your socks off, to *steal* from the best.

    h

    --
    Patriotism is a virtue of the vicious
  19. Ironic Homepage Banner by cyranoVR · · Score: 4, Funny

    It's kind of ironic that their homepage banner shows rhythmbox playing "Bring Me to Life" by Evanesence.

    Seeing as their server is on its way to being Slashdotted, maybe a better choice of Evanesence song would have been "Going Under?"

  20. I could be wrong by sjb2016 · · Score: 2, Insightful

    My understanding of the speed difference is that FireWire is a smarter technology that has more processing power built in. As such, it can maintain a higher transfer rate more consistently. Whereas USB is dumb and needs to talk with the processor to work, as such, if there are other processes running while transferring, USB will slow down. Of course, I just read that on /., so it's probably wrong ;-)

  21. Project Utopia by bartc · · Score: 2, Insightful

    Robert Love frequently blogs about his progress on Project Utopia - which aims to bring all these udev, HAL, dbus and gnome-volume-manager components together in one integrated, device-plugin-happy whole.

    See his various weblog entries on Project Utopia from januari for a sneak preview.

  22. Hastings's Law by steveha · · Score: 2, Insightful

    Don't forget Hastings's Law:

    Before you can advance the state of the art, you have to reach the state of the art.

    Rhythmbox is shaping up nicely, but don't forget that it really hasn't been aroud all that long. The Rhythmbox developers might do amazing, crazy things with it, but that will have to wait until they lay the foundation by adding the features people need, first. iPod owners need iPod support.

    Consider the GNOME desktop itself. At the time it was started, KDE was already working and useful, and Windows already had years of evolution. GNOME has been playing catch-up for years!

    I'd say the GNOME desktop is now in many ways state-of-the-art, the major exception being the File Open and File Save dialogs. I personally also think it is essential to have some kind of "device manager" that lets you browse your hardware (see what IRQs are in use, see whether the system thinks you have USB 1.1 ports or 2.0, etc.); that's coming very soon (HAL plus DBUS plus an application and boom, you have it). So GNOME is a few short steps away from the state of the art, and will soon be able to push it forward. GNOME Storage looks interesting, for example.

    Despite the efforts of Microsoft and Apple, the desktop really isn't a swiftly moving target. Most innovations (e.g. ActiveDesktop) weren't useful or popular, and have been dropped; the ones that were kept are all easy to do. Within a short time, both GNOME and KDE will be caught up to the state of the art. And that is when advances become possible.

    Note, however, that sometimes the state of the art is adequate, and there is no reason to push beyond it. Cars still have a steering wheel, a gas pedal, and a brake pedal, after how many years? Why not a gamepad interface with little thumb joysticks? Answer: people are used to what we have; people like what we have; it ain't broken, so don't fix it. The current desktop model, multiple overlapping windows with some sort of panel where you can see what you have running, is well-established and popular.

    Still, if you want to do something completely different, it's easier than ever now. You don't have to build a whole desktop, you can focus on just changing the behavior of one piece of an already-built desktop. You want something shockingly new? Build it and see if anyone likes it. If it really is cool, people will help you. Even if you aren't a coder, mock up some screenshots and show them around.

    I won't be helping you though, sorry. I'm pretty pleased with GNOME and the way it's going already.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely