[Bug 815129] Re: Rhythmbox Doesn't escape some Special Charcters in file URI

2011-07-29 Thread Liron Tal
Filed a bug in bugzilla:
https://bugzilla.gnome.org/show_bug.cgi?id=68

** Bug watch added: GNOME Bug Tracker #68
   https://bugzilla.gnome.org/show_bug.cgi?id=68

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/815129

Title:
  Rhythmbox Doesn't escape some Special Charcters in file URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/815129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 815129] Re: Rhythmbox Doesn't escape some Special Charcters in file URI

2011-07-29 Thread Liron Tal
I solved this issue with a python script that stripped and replaced all the bad 
characters in my files  folders.. 
Really annoying and took something like 4 hours but it's a good workaround

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/815129

Title:
  Rhythmbox Doesn't escape some Special Charcters in file URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/815129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 815129] Re: Rhythmbox Doesn't escape some Special Charcters in file URI

2011-07-29 Thread Liron Tal
I solved this issue with a python script that stripped and replaced all the bad 
characters in my files  folders.. 
Really annoying and took something like 4 hours but it's a good workaround

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/815129

Title:
  Rhythmbox Doesn't escape some Special Charcters in file URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/815129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 815129] [NEW] Rhythmbox Doesn't escape some Special Charcters in file URI

2011-07-23 Thread Liron Tal
Public bug reported:

Using the Dbus API,  when I try to get a song property with the method
getSongProperties() and the track's URI contains one of these
characters- I get an error.

the error is: 
MYCODE.getSongProperties('myURI')
  File /usr/lib/pymodules/python2.7/dbus/proxies.py, line 140, in __call__
**keywords)
  File /usr/lib/pymodules/python2.7/dbus/connection.py, line 630, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: 
org.freedesktop.DBus.GLib.UnmappedError.RbShellError.Code0: Unknown song URI: 
file:///#MY Bad FileName

this issue is somewhat documented in this comment:
https://bugs.launchpad.net/rhythmbox-playlist-
sync/+bug/380151/comments/9

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/815129

Title:
  Rhythmbox Doesn't escape some Special Charcters in file URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/815129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 815129] Re: Rhythmbox Doesn't escape some Special Charcters in file URI

2011-07-23 Thread Liron Tal
I Also found out that if the character '(' appears in the beginning of the 
string like in:
   Captain Beefheart/ (1967) Safe As Milk 
everything's ok.
but if that character is not in the beginning like in:
   Kraut/Friedhof/Friedhof (German Heavy Instrumental Jam Progressive)
it's faulty. 

didn't check any other characters with this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/815129

Title:
  Rhythmbox Doesn't escape some Special Charcters in file URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/815129/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs