Results 1 to 1 of 1

Thread: HOWTO: Stop RhythmBox frrom hanging when you try to load songs

  1. #1
    Join Date
    Oct 2004
    Beans
    2

    Post HOWTO: Stop RhythmBox frrom hanging when you try to load songs

    If RhythmBox (after you install whatever decoder you may need to play your audio files) hangs on Loading Songs, check to see that there are no other files other than audio in the source directory. The files that were bugging me were JPG and INI files from Windows and Windows Media Player, but I assume any other kind of file could cause it as well.

    This is a bit of a less elegant method I used to solve it, and you should make sure that none of the JPG (or any other file types you will plug in) files you want, or if you do to back them up.

    find -name "*.jpg" -type f -print0 | xargs -0 rm

    Alternatively, move the MP3 (or JPG/other files for that matter) to another directory where it won't hamper/be hampered:


    find -name "*.jpg" -type f -print0 | xargs -0 mv --target-directory=/directorygoeshere/

    Thanks to Keybul for helping me out with the last one, and a helpful guy in #ubuntu who had his name cleared from my X-Chat buffer since I logged off.
    Last edited by .altan; October 27th, 2004 at 09:52 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •