Menu

#3 Problems with songs deletion

closed-fixed
nobody
None
5
2005-12-21
2005-12-20
vlaaad
No

Gmusibrowser seems not to delete the songs properly.
When I remove a song from disk, I then go in the
settings dialog and check for deleted songs. All goes
fine on the current session but on the next session of
gmusicbrowser, songs are still there. This also happens
when I directly use the option "remove from disk",
songs don't want to go !
I noticed that when removing hundreds of files... The
only way I found at the moment is to check at startup
but this take quite a lot of time. Using sed "/MATCH/d"
on the tags file is also an efficient way but I think
you don't want that. ;-)

Discussion

  • squentin

    squentin - 2005-12-21
    • labels: 768437 -->
    • status: open --> closed-fixed
     
  • squentin

    squentin - 2005-12-21

    Logged In: YES
    user_id=1338544

    fixed in v0.9461
    (http://squentin.free.fr/gmusicbrowser/devel.html)

    v0.945 was really a bad release :(
    I should do more testing.

    btw, doing sed "/MATCH/d" will change the ID number and make
    the static lists and recently played songs wrong.
    sed "s/^.*MATCH.*$/ /" should work, I'll probably add the
    old ID number to the line to be more robust
    I'll probably change the save file format to some xml-like
    format anyway (while keeping the one song - one line) to be
    more extensible and robust.

     

Log in to post a comment.