Printable Version of Topic

Click here to view this topic in its original format

AMIP Community _ News _ foobar2000 v0.9 support

Posted by: Serge Mar 20 2006, 04:50 AM

AMIP compatible with the foobar2000 v0.9 (released yesterday) is available from
http://amip.tools-for.net/wiki/amipdev/downloads page.

I had no time to test everything, if you find any bugs, please report.

Posted by: Diedazz Mar 20 2006, 04:02 PM

works good here smile.gif

both win xp / win 2K

Posted by: Rubberduck Mar 20 2006, 07:33 PM

Most excellent!
Works perfectly here - Windows XP Pro SP2, foobar 0.9, mIRC 6.17 smile.gif

Posted by: Guest Mar 20 2006, 10:53 PM

%name not working, when file is tagged with foobar2000 0.9.

I saw some chat about similiar problems with other programs, they were talking about some id3v2.4 and that some programs cannot read tags made with foobar2000 0.9. mellow.gif

Posted by: Guest Mar 20 2006, 11:00 PM

QUOTE(Guest @ Mar 20 2006, 10:53 PM) *

%name not working, when file is tagged with foobar2000 0.9.

just realized none of the tags is working, when there's only id3v2 present and tagged with the fb2k 0.9 sad.gif

Posted by: Serge Mar 20 2006, 11:19 PM

Yes, it may be caused by a bug in the id3lib and UNICODE id3v2 tags support. I'm going to change my tag reading library in the next AMIP version.

Workaround: configure the string format you like in AMIP foobar %s format field (Tools | AMIP Wrapper in foobar Preferences), in AMIP use %s instead of %name to insert title formatted by foobar.

Posted by: cacko Mar 21 2006, 10:18 AM

QUOTE(Serge @ Mar 21 2006, 01:19 AM) *

Workaround: configure the string format you like in AMIP foobar %s format field (Tools | AMIP Wrapper in foobar Preferences), in AMIP use %s instead of %name to insert title formatted by foobar.

Thanks for the workaround. It works like a charm wub.gif

Posted by: Jed Meyers Mar 21 2006, 01:04 PM

How do I make a line break when I write a multi line .txt file?
\n does not work.

For example:

--
xxxxxxxxxx
yyyyyyyyyy
np: %name


Posted by: Serge Mar 21 2006, 01:16 PM

In AMIP Configurator the edit area for file integration is multiline, just put your code on multiple lines.

If you are using old options dialog or /fileonce command via callback, then you can use \n as a lines separator.

Another option is to use /template command that can parse a text template file and replace AMIP functions and variables in it. Refer to AMIP docs for details.

Posted by: Lei,J Apr 15 2006, 12:19 PM

After I install the beta version for 0.9,
I can't exit foobar correctly,
the window just freezed,
is there anything i can do to fix it up?

Posted by: Serge Apr 15 2006, 12:52 PM

Open plugin.ini in the components folder and try to change the following values to 0:

CODE
CFG_RMIENABLED=1
CFG_RMICLIENT=1


Report if it helps. Also new beta will be released soon that should fix this potential problem.

Posted by: Lei,J Apr 15 2006, 01:05 PM

Before seeing your feedback,
I tried reboot my computer,
and then everything is going just fine now,without change anything in the ini files.
and the value of CFG_RMICLIENT seems already be "0" by the way.

anyway,thanks a lot for your reply,and of course,your fantastic plugin:)

Posted by: devh Apr 20 2006, 10:21 AM

SOrry but i am noob and i cant make it work it.

I have foobar 0.9 and msn 7.5.

Even I dont know how the program works. I have it installed and configured with the config app. The only thing i saw it works is when i press ctrl + alt + z it copy the title to the clipboard. And then what?? what i have to do next so msn will change my nick with the played song each time??

Sorry but i think im so noob :S could u help me???


Thanks.

Posted by: Serge Apr 20 2006, 10:40 AM

These integrations are not related. MSN integration works automatically if everything is http://amip.tools-for.net/wiki/manual/configurator#msn_messenger correctly.

Posted by: spookshow Jun 10 2006, 01:16 PM

completely cannot get amip for foobar 0.9 and miranda to work together, the file pastes in (song name and artist only, no extra info) but it will not send. looked for the option for specific commands, cannot find it in the configurator, any help would be lovely

Posted by: gandalf Jul 21 2006, 02:54 PM

Hello Serge,

I have written a nice HTML output and now I want to put the folder.jpg into the same directory as the html.
But this does not work:
/exec:(copy) %fpath\folder.jpg X:\
1) put this in "Callbacks/Web - Timer" -> nothing happens
2) put this in "IRC - Presets" -> nothing happens.

I use the configurator 0.2.1 and foo_amipwrapper 0.9.0

Can anyone help?

Posted by: Serge Jul 21 2006, 05:14 PM

There is no such command as "copy", it can only work in command line shell (cmd.exe). So the correct way would be:

/exec:(cmd.exe) /C copy %fpath\folder.jpg X:\

Posted by: gandalf Jul 24 2006, 12:51 PM

QUOTE(Serge @ Jul 21 2006, 07:14 PM) *

There is no such command as "copy", it can only work in command line shell (cmd.exe). So the correct way would be:

/exec:(cmd.exe) /C copy %fpath\folder.jpg X:\

Thank you! I set the path in double quotes because of windows spaces in foldernames and now it works great!

/exec:(cmd.exe) /C copy "%fpath\folder.jpg" X:\

Powered by Invision Power Board
© Invision Power Services