Bug 121065

Summary: rhythmbox doesn't save changes to playlists when closed
Product: [Fedora] Fedora Reporter: Nils Philippsen <nphilipp>
Component: rhythmboxAssignee: Colin Walters <walters>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-20 20:23:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nils Philippsen 2004-04-16 17:31:58 UTC
Description of problem:

Rhythmbox doesn't save the changed playlist when closed (or while
running which would even be better):

nils@gibraltar:~> strace -Ff -e open -o /tmp/r-b.out rhythmbox
[...]
nils@gibraltar:~/.gnome2/rhythmbox> grep playlists.xml /tmp/r-b.out
24185 open("/home/nils/.gnome2/rhythmbox/playlists.xml", O_RDONLY) = 18
nils@gibraltar:~/.gnome2/rhythmbox>

Version-Release number of selected component (if applicable):

rhythmbox-0.7.2-1

How reproducible:

Always

Steps to Reproduce:
1. Load your library with some albums
2. Create a new playlist
3. Load songs into the new playlist
4. Exit Rhythmbox
5. Start Rhythmbox
  
Actual results:

New playlist is empty

Expected results:

New playlist containes new songs

Comment 1 Colin Walters 2004-04-16 19:08:01 UTC
This should be fixed in the next release, please reopen if you can
still reproduce.

Comment 2 Nils Philippsen 2004-04-19 13:24:52 UTC
Can reproduce :-(. Strace for illustration:

nils@gibraltar:~> strace -Ff -e open rhythmbox 2>&1 | fgrep playlist
open("/usr/share/rhythmbox/art/rhythmbox-playlist.png",
O_RDONLY|O_LARGEFILE) = 18
open("/usr/share/rhythmbox/art/rhythmbox-playlist-menu.png",
O_RDONLY|O_LARGEFILE) = 18
open("/usr/share/rhythmbox/art/rhythmbox-automatic-playlist.png",
O_RDONLY|O_LARGEFILE) = 18
[pid 16239] open("/home/nils/.gnome2/rhythmbox/playlists.xml",
O_RDONLY) = 18
nils@gibraltar:~> rpm -q rhythmbox
rhythmbox-0.8.0-1

Comment 3 Colin Walters 2004-04-20 20:23:32 UTC
Should really be fixed now in 0.8.1 just uploaded into rawhide :)