This (attached) version should fix the import error and is yet another
attempt with the auto-installation fix.
To copy to the ipod you should go to a music folder containing mp3 and
hit the actions button ( 'ex' ). You should see an "Transfer to iPod"
action.

On Wed, 2006-01-04 at 09:29 -0500, Justin Wetherell wrote:
> I still don't have the ability to copt to/from the ipod.
> 
> On 1/4/06, Justin Wetherell <[EMAIL PROTECTED] > wrote:
>         I think I pasted the wrong thig:
>         
>         failed to load plugin audio.ipod.browse
>         start 'freevo plugins -l' to get a list of plugins
>         Traceback (most recent call last):
>           File "/usr/local/src/freevo-1.5.4/src/plugin.py", line 570,
>         in __load_plugin__ 
>             exec('import %s' % module)
>           File "<string>", line 1, in ?
>           File
>         "/usr/local/src/freevo-1.5.4/src/audio/plugins/ipod/browse.py", line 
> 14, in ?
>             from freevo.playlist import Playlist 
>         ImportError: No module named freevo.playlist
>         
>         On 1/4/06, Justin Wetherell <[EMAIL PROTECTED]> wrote:
>                 Still cannot auto-install and you missed one playlist
>                 call.
>                 
>                 failed to load plugin audio.ipod.browse
>                 start 'freevo plugins -l' to get a list of plugins
>                 Traceback (most recent call last):
>                   File "/usr/local/src/freevo- 1.5.4/src/plugin.py",
>                 line 570, in __load_plugin__
>                     exec('import %s' % module)
>                   File "<string>", line 1, in ?
>                   File
>                 "/usr/local/src/freevo-1.5.4/src/audio/plugins/main.py
>                 (476): redraw 14, in ? 
>                     from freevo.playlist import
>                 Playlist                                  
>                 ImportError: No module named freevo.playlist
>                 
>                 
>                 On 1/4/06, Bruno <[EMAIL PROTECTED]> wrote:
>                         Hi,
>                         
>                         I tried to correct all the problems you
>                         reported include (hopefully) the 
>                         auto-instalation.
>                         I've attached a bug fix release.Can you try it
>                         and see if it works for
>                         you?
>                         Thanks
>                         
>                         On Tue, 2006-01-03 at 23:02 -0500, Justin
>                         Wetherell wrote:
>                         > Also, when using eject I have pass in the -s
>                         parameter since it's a 
>                         > SCSI device.
>                         >
>                         > "eject -s /mnt/ipod"
>                         >
>                         > On 1/3/06, Justin Wetherell
>                         <[EMAIL PROTECTED]> wrote:
>                         >         I am able to play and see all the
>                         information on the Ipod but 
>                         >         I cannot delete or copy to the ipod.
>                         Dbus seems to be working
>                         >         but I did have a problem with the
>                         dbus python bindings that I
>                         >         had to resolve first.
>                         >
>                         >
>                         >         On 1/3/06, Bruno <
>                         [EMAIL PROTECTED]> wrote:
>                         >                 I there,
>                         >
>                         >                 I'm the ipod-plugin
>                         developer. Well, i think the last 
>                         >                 version was 
>                         >                 tainted with my developing
>                         environment.
>                         >                 After solving those
>                         questions have you been able to
>                         >                 use the plugin?
>                         >                 And also, what is your
>                         freevo version? 
>                         >
>                         >                 Thanks.
>                         >                 Bruno Tavares
>                         >
>                         >                 On Mon, 2006-01-02 at 21:57
>                         -0500, Justin Wetherell
>                         >                 wrote:
>                         >                 > Also the documentation is
>                         incorrect. 
>                         >                 >
>                         >                 > The website sayes:
>                         >                 >
>                         plugin.activate('audio.ipod')
>                         >                 > IPODS = [ ('mount
>                         point','name') ]
>                         >                 > 
>                         >                 > When it should be:
>                         >                 >
>                         plugin.activate('audio.ipod')
>                         >                 > IPODS = [ ('Name','mount
>                         point') ]
>                         >                 >
>                         >                 > Also, if you have never
>                         used gnupod tools (like I 
>                         >                 have only used
>                         >                 > GTKpod and iTunes), you
>                         have to do this first.
>                         >                 > "gnupod_INIT.pl
>                         -m /mnt/ipod" if /mnt/ipod is your
>                         >                 mount point. 
>                         >                 >
>                         >                 > On 1/2/06, Justin
>                         Wetherell <[EMAIL PROTECTED]>
>                         >                 wrote:
>                         >                 >         I am getting many
>                         problems, first is with 
>                         >                 the "auto
>                         >                 >         installation";
>                         which I fixed by installing
>                         >                 manuelly
>                         >                 >
>                         >
>                         [EMAIL PROTECTED] :/usr/local/src/freevo-1.5.4# 
> ./freevo
>                         >                 install
>                         >                 >         ipod.tgz
>                         >                 >         Traceback (most
>                         recent call last):
>                         >                 >           File 
>                         >
>                         "/usr/local/src/freevo-1.5.4/src/helpers/install.py",
>                         >                 >         line 101, in ?
>                         >                 >
>                         os.path.walk('tmp',
>                         >                 >
>                         util.fileops.match_files_recursively_helper,
>                         >                 all_files)
>                         >                 >           File
>                         >
>                         "/usr/local/lib/python2.4/posixpath.py", line
>                         290, in
>                         >                 >         walk 
>                         >                 >             func(arg, top,
>                         names)
>                         >                 >           File
>                         >
>                         "/usr/local/src/freevo-1.5.4/src/util/fileops.py",
>                         >                 line 
>                         >                 >         252, in
>                         match_files_recursively_helper
>                         >                 >             if
>                         dirname[dirname.rfind('/'):][1] ==
>                         >                 '.':
>                         >                 >
>                         >                 >         The second deals
>                         with the Playlist import: 
>                         >                 >         failed to load
>                         plugin audio.ipod
>                         >                 >         start 'freevo
>                         plugins -l' to get a list of
>                         >                 plugins
>                         >                 >         Traceback (most
>                         recent call last): 
>                         >                 >           File
>                         >
>                         "/usr/local/src/freevo-1.5.4/src/plugin.py",
>                         line 570,
>                         >                 >         in __load_plugin__
>                         >                 >             exec('import %
>                         s' % module) 
>                         >                 >           File "<string>",
>                         line 1, in ?
>                         >                 >           File
>                         >                 >
>                         >
>                         
> "/usr/local/src/freevo-1.5.4/src/audio/plugins/ipod/__init__.py", line 20, in 
> ? 
>                         >                 >             from
>                         freevo.playlist import Playlist
>                         >                 >         ImportError: No
>                         module named playlist
>                         >                 >
>                         >                 >         failed to load
>                         plugin audio.ipod.browse
>                         >                 >         start 'freevo
>                         plugins -l' to get a list of
>                         >                 plugins
>                         >                 >         Traceback (most
>                         recent call last):
>                         >                 >           File 
>                         >
>                         "/usr/local/src/freevo-1.5.4 /src/plugin.py",
>                         line
>                         >                 570,
>                         >                 >         in __load_plugin__
>                         >                 >             exec('import %
>                         s' % module) 
>                         >                 >           File "<string>",
>                         line 1, in ?
>                         >                 >           File
>                         >                 >
>                         >
>                         
> "/usr/local/src/freevo-1.5.4/src/audio/plugins/ipod/browse.py", line 14, in ? 
>                         >                 >             from
>                         freevo.playlist import Playlist
>                         >                 >         ImportError: No
>                         module named playlist
>                         >                 >
>                         >                 >         I had to change
>                         every reference of 
>                         >                 "freevo.playlist" to just
>                         >                 >         "playlist"
>                         >                 >
>                         >
>                         >
>                         >
>                         >
>                         
> ------------------------------------------------------- 
>                         >                 This SF.net email is
>                         sponsored by: Splunk Inc. Do you
>                         >                 grep through log files
>                         >                 for
>                         problems?  Stop!  Download the new AJAX search
>                         >                 engine that makes 
>                         >                 searching your log files as
>                         easy as surfing
>                         >                 the  web.  DOWNLOAD SPLUNK!
>                         >
>                         
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>                         >
>                         _______________________________________________
>                         >                 Freevo-devel mailing list
>                         >
>                         [email protected]
>                         >
>                         
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
>                         >
>                         >
>                         >
>                         
>                         
>                 
>                 
>         
>         
> 

Attachment: ipodbrowse-0.4.2.tar.gz
Description: application/compressed-tar

Reply via email to