Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 37

Thread: MP3 Tag Writing Problems - Permissions?

  1. #21
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: MP3 Tag Writing Problems - Permissions?

    I'd still like to get to the bottom of this problem in Rhythmbox - any ideas?

  2. #22
    Join Date
    Apr 2008
    Location
    Ohio
    Beans
    391
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MP3 Tag Writing Problems - Permissions?

    SomeGayDude was very close to the actual problem. It's not a permissions thing, it's a tags thing. Rhythmbox reads APE tags first, then ID3 tags. When you try to change the tags from within Rhythmbox, it only changes the ID3 kind, so what is displayed reverts back to the APE tag a few seconds later.

    You need to download an app called EasyTAG (in the repos) and remove all APE tags from your files. They should then work as expected.
    Last edited by aheckler; December 16th, 2008 at 06:33 PM. Reason: Clarification

  3. #23
    Join Date
    Apr 2008
    Location
    Ohio
    Beans
    391
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MP3 Tag Writing Problems - Permissions?

    Actually, a simpler way to remove APE tags can be found here: http://ubuntuforums.org/showthread.php?t=292111

  4. #24
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: MP3 Tag Writing Problems - Permissions?

    Quote Originally Posted by aheckler View Post
    Actually, a simpler way to remove APE tags can be found here: http://ubuntuforums.org/showthread.php?t=292111
    apetag won't work on 64-bit.

    I don't see any options to edit/remove APE tags within EasyTAG.

  5. #25
    Join Date
    Apr 2008
    Location
    Ohio
    Beans
    391
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MP3 Tag Writing Problems - Permissions?

    Go here: http://rarewares.org/debian/packages/unstable/

    Download this: apetag_1.7-0.1_i386.deb

    You will need the package "libstdc++5" installed first, so:

    Code:
    sudo apt-get install libstdc++5
    (There may be other dependencies, but libstdc++5 was the only one I needed.)

    Then, in the directory with the apetag .deb file:

    Code:
    sudo dpkg --force-architecture -i apetag_1.7-0.1_i386.deb
    Apetage will now be installed and functional. I just tested this on my 64-bit system, so you should be good to go.

  6. #26
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: MP3 Tag Writing Problems - Permissions?

    OK cool. Forcing it allowed it to install without any problems.

    However...
    Code:
    $ apetag -i Ep 10 - Goldfrapp - Ooh La La.mp3 -m overwrite
    E: could not open file
    Also, I couldn't open my external harddrive files via apetag. I had to drag this file onto the Desktop to try and open it with apetag.

  7. #27
    Join Date
    Apr 2008
    Location
    Ohio
    Beans
    391
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MP3 Tag Writing Problems - Permissions?

    If you have spaces in a filename, you have to enclose it in quotes, like this:

    Code:
    apetag -i "Ep 10 - Goldfrapp - Ooh La La.mp3" -m overwrite
    That should work. I'm not sure about you external drive problem, that seems odd. Try either putting the path in as part of the filename, like so:

    Code:
    apetag -i "/path/to/drive/music/foler/Ep 10 - Goldfrapp - Ooh La La.mp3" -m overwrite
    Or try changing directories to your external and running apetag from there.

    Code:
    cd /path/to/external/drive/music/folder
    apetag -i "Ep 10 - Goldfrapp - Ooh La La.mp3" -m overwrite
    Or maybe you already tried doing it those ways?

  8. #28
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: MP3 Tag Writing Problems - Permissions?

    Hmm, still getting that error - even after putting it in quotes.

  9. #29
    Join Date
    Apr 2008
    Location
    Ohio
    Beans
    391
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: MP3 Tag Writing Problems - Permissions?

    Try using sudo:

    Code:
    sudo apetag -i "Ep 10 - Goldfrapp - Ooh La La.mp3" -m overwrite

  10. #30
    Join Date
    Jun 2008
    Location
    Seattle
    Beans
    348
    Distro
    Ubuntu 14.10 Utopic Unicorn

    Re: MP3 Tag Writing Problems - Permissions?

    Quote Originally Posted by aheckler View Post
    Try using sudo:

    Code:
    sudo apetag -i "Ep 10 - Goldfrapp - Ooh La La.mp3" -m overwrite
    Same error message. Weird.

    I gave up on it. I am back to Songbird - problem free. The problem only exists in Rythmbox, which sucks, because that is the media player I wanted to use. Oh well.

Page 3 of 4 FirstFirst 1234 LastLast

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
  •