GNOME Bugzilla – Bug 537600
Banshee command line requires absolute path
Last modified: 2008-09-08 11:56:21 UTC
The following works: banshee-1 /home/monrea/Media/wav/et.wav also: banshee-1 ~/Media/wav/et.wav But the following does not work: cd ~ banshee-1 Media/wav/et.wav => Banshee should also handle relative file paths on command line.
Created attachment 112505 [details] [review] Get the full path of files coming form the command line The bug only happens when the command line starts the first instance of banshee. When a banshee instance is already running, Halie retrieves the full path.
Bertrand, does your patch if you pass feed://feeds.feedburner.com/TedtalksHD as the file?
Created attachment 112925 [details] [review] Get the full path of files, but not if it's a URI Sorry, I missed the e-mail notification about your comment. I used the code from Halie to detect if the path is a URI. This leads to some code duplication, but eliminating it would mean more changes to FileSystemQueueSource.cs, and we don't want abock to stab his eye balls. ;)
Looks fine.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.