[Freevo-users] Re: cdbackup.py and ID3_V2 insertion

2004-04-20 Thread Dirk Meyer
Robert Winder wrote:
 Monday, April 12, 2004, 7:58:25 AM, Dirk wrote:

 Robert Winder wrote:
 Hi,

 While using cdbackup with the mp3 option it fails after ripping the
 first track and inserting a ID3_V2 tag. (using freevo/mmpython snapshot dd 21 
 march)

 Exception in thread Thread-5:
 Traceback (most recent call last):
   File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
 self.run()
   File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 320, in run
 self.cd_backup_threaded(self.device, rip_format='mp3')
   File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 440, in 
 cd_backup_threaded
 tracktotal=len(song_names))
   File /usr/local/freevocvs/src/util/misc.py, line 367, in tagmp3
 tag.update()
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 508, in update
 self.__saveV2Tag(version);
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 963, in __saveV2Tag
 if tmpTag.link(self.linkedFile.name, ID3_V2):
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 440, in link
 raise TagException(Invalid type passed to Tag.link:  +
 TagException: Invalid type passed to Tag.link: type 'unicode'

 Fixed (I hope)

 nope, got the same exception after inserting Revision 1.36 misc.py


Strange. Try again, I just added another String() call

 Or was there a update in mmpython i missed ?

No.


Dischi

-- 
To know recursion, you must first know recursion


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: cdbackup.py and ID3_V2 insertion

2004-04-20 Thread Robert Winder
Dischi,

works fine now, thanks :-)

 /Robert 

Tuesday, April 20, 2004, 7:14:06 PM, Dirk wrote:

 Robert Winder wrote:
 Monday, April 12, 2004, 7:58:25 AM, Dirk wrote:

 Robert Winder wrote:
 Hi,

 While using cdbackup with the mp3 option it fails after ripping the
 first track and inserting a ID3_V2 tag. (using
 freevo/mmpython snapshot dd 21 march)

 Exception in thread Thread-5:
 Traceback (most recent call last):
   File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
 self.run()
   File
 /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 320,
 in run
 self.cd_backup_threaded(self.device, rip_format='mp3')
   File
 /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 440,
 in cd_backup_threaded
 tracktotal=len(song_names))
   File /usr/local/freevocvs/src/util/misc.py, line 367, in tagmp3
 tag.update()
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 508, in update
 self.__saveV2Tag(version);
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 963, in __saveV2Tag
 if tmpTag.link(self.linkedFile.name, ID3_V2):
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 440, in link
 raise TagException(Invalid type passed to Tag.link:  +
 TagException: Invalid type passed to Tag.link: type 'unicode'

 Fixed (I hope)

 nope, got the same exception after inserting Revision 1.36 misc.py


 Strange. Try again, I just added another String() call

 Or was there a update in mmpython i missed ?

 No.


 Dischi





  
 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: cdbackup.py and ID3_V2 insertion

2004-04-12 Thread Robert Winder

Monday, April 12, 2004, 7:58:25 AM, Dirk wrote:

 Robert Winder wrote:
 Hi,

 While using cdbackup with the mp3 option it fails after ripping the
 first track and inserting a ID3_V2 tag. (using freevo/mmpython snapshot dd 21 march)

 Exception in thread Thread-5:
 Traceback (most recent call last):
   File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
 self.run()
   File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 320, in run
 self.cd_backup_threaded(self.device, rip_format='mp3')
   File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 440, in 
 cd_backup_threaded
 tracktotal=len(song_names))
   File /usr/local/freevocvs/src/util/misc.py, line 367, in tagmp3
 tag.update()
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 508, in update
 self.__saveV2Tag(version);
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 963, in __saveV2Tag
 if tmpTag.link(self.linkedFile.name, ID3_V2):
   File
 /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py,
 line 440, in link
 raise TagException(Invalid type passed to Tag.link:  +
 TagException: Invalid type passed to Tag.link: type 'unicode'

 Fixed (I hope)

nope, got the same exception after inserting Revision 1.36 misc.py

Exception in thread Thread-25:
Traceback (most recent call last):
  File /usr/lib/python2.3/threading.py, line 436, in __bootstrap
self.run()
  File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 320, in run
self.cd_backup_threaded(self.device, rip_format='mp3')
  File /usr/local/freevocvs/src/audio/plugins/cdbackup.py, line 440, in 
cd_backup_threaded
tracktotal=len(song_names))
  File /usr/local/freevocvs/src/util/misc.py, line 367, in tagmp3
tag.header.setVersion(eyeD3.ID3_V2_3)
  File /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py, line 508, in 
update
self.__saveV2Tag(version);
  File /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py, line 963, in 
__saveV2Tag
if tmpTag.link(self.linkedFile.name, ID3_V2):
  File /usr/lib/python2.3/site-packages/mmpython/audio/eyeD3/tag.py, line 440, in 
link
raise TagException(Invalid type passed to Tag.link:  +
TagException: Invalid type passed to Tag.link: type 'unicode'


Or was there a update in mmpython i missed ?

/Robert




  
 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users