%s1, %s2, %s3 etc..., More custom string formats |
%s1, %s2, %s3 etc..., More custom string formats |
Cutter |
Feb 15 2008, 08:21 PM
Post
#1
|
Newbie Group: Members Posts: 8 Joined: 1-May 06 Member No.: 44 |
Hello!
I'm using foobar2000 with the AMIP plugin and it's great, but I need more custom %s strings. On every song change a curl script updates my signature on various forums. I would like to upload a slightly different signature depending on the forum. Please can you provide more custom strings formats (like %1, %2 etc...) in the foobar2000 plugin? Thanks. PS: it would be nice if the text area in the "Callbacks/Web Integration" section of the Java configurator took all the available space (height). Thanks. |
Serge |
Feb 15 2008, 08:34 PM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
You can construct your strings from the individual tags, refer to AMIP documentation for help.
I'll see what can I do with the window resize. |
Cutter |
Feb 15 2008, 09:42 PM
Post
#3
|
Newbie Group: Members Posts: 8 Joined: 1-May 06 Member No.: 44 |
The problem with this method is that AMIP doesn't support as much tag formats as foobar. SPC, PSF, GBS, for example, are not read by AMIP.
foobar supports so much audio formats that it would be a waste not to make use of its tag reading capabilities, don't you think? |
Serge |
Feb 15 2008, 10:07 PM
Post
#4
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
A solution for this problem may appear in AMIP 3.0 where you'll be able to map foobar variables to AMIP variables in foobar settings.
|
Cutter |
Feb 15 2008, 10:09 PM
Post
#5
|
Newbie Group: Members Posts: 8 Joined: 1-May 06 Member No.: 44 |
OK, it sounds nice. Thanks.
|
Cutter |
Feb 16 2008, 01:41 PM
Post
#6
|
Newbie Group: Members Posts: 8 Joined: 1-May 06 Member No.: 44 |
Another problem is that some special characters have different encodings depending on the forum. For example on one forum, this character ♪ has to be encoded as %26%239834%3B, and on another forum as %E2%99%AA. Mapping foobar variables to AMIP won't solve this. I think that having a few custom strings would be much more flexible.
By the way $uc() doesn't work with ♪ and capitalizes all other ones such as �, �, �, etc... |