Hi, >> >> I was wondering if you had any advice on where to start. >> Mainly, what tool do you use for Python development?
Just a plain editor ;-) Which development >> environment is the best/easiest to use ? How do you install Freevo in a >> different path (eg under my home) ? Etc. > > Freevo-1 doesn't like being installed in any place other than the > default location. :( That is not right, I do not have freevo1 installed in the system, but start it from its own directory, just get the source from SVN and change to the new freevo directory and run freevo from there. (I hope this is still true with the latest SVN...) The only thing that must be installed in the system is kaa! > > The best way to write plug-ins is to look at existing ones and see how > they work. > > Quite often I just type "freevo prompt" and then type in the python > commands to see how they work in the freevo environment. > Or you can write whole scripts and then start them with "freevo execute script.py" >> FYI, I need to write a plugin for 'WAF' issues. Searching for mp3's in a >> large database is quite painfull and I'd like to write a plugin that would >> allow to search for music. You would need to add this to the freevo/src/audio/plugins directory. Have a look at other plugins to get a feeling, how things work. Unfortunately there is not much of documentation... >> Using either a keyboard or some sms/phone like >> interface (I believe the mail plugin does that but I couldn't have it >> working yet). >> There is also such an interface in the manual record plugin... Greetings Tanja ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
