Hi All!
I have a
'Pink Floyd/x00/x00/x00/x00/x00/x00/x00/x00/x00/x00/x00/x00'
and I want a
'Pink Floyd'
How can I manage it?
This one isn't work.
author=f.read(3 0).replace('\0' ,' ').rstrip() #from mp3 tag
--
Egor [ru eo en]
I have a
'Pink Floyd/x00/x00/x00/x00/x00/x00/x00/x00/x00/x00/x00/x00'
and I want a
'Pink Floyd'
How can I manage it?
This one isn't work.
author=f.read(3 0).replace('\0' ,' ').rstrip() #from mp3 tag
--
Egor [ru eo en]
Comment