[Banshee-List] banshee db - correcting altered paths / filenames
- From: Christopher Friedt <cfriedt visible-assets com>
- To: banshee-list gnome org
- Subject: [Banshee-List] banshee db - correcting altered paths / filenames
- Date: Sat, 16 Aug 2008 12:29:51 -0400
Hi everyone -
I'm just wondering if anyone could help me fix my banshee DB:
I have a problem in that several of the songs are registered in the
banshee db as being in
/media/IcyBox/media/audio/mp3
but they are actually in
/home/cfriedt/Music
Is it as simple as applying a sed script in place to correct the problem?
i.e.
olddir="$(echo /media/IcyBox/media/audio/mp3 | sed -e 's/\//\\\//g')"
newdir="$(echo /home/cfriedt/Music | sed -e 's/\//\\\//g')"
sed -i -e s/${olddir}//g /home/cfriedt/.config/banshee/banshee.db ?
ps: sorry, I'm using a customized banshee-0.13 because I haven't yet
upgraded to the stable version :P
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]