Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_run (Read 596332 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_run 0.3.7

Reply #100
[deleted]

foo_run 0.3.7

Reply #101
But do it with hotkeys be more easy ... Imagine ... You are playing game and at same time listening music with foobar and you can put songs to nero with hotkey without tab'ing out from game ...

foo_run 0.3.7

Reply #102
hello, I was wondering if anyone can help me making a string for this situation:
having a playlist with a single mp3 opened via cuesheet, I need to get the filename of mp3 file... I managed to get the cuesheet filename (using %_path%) but I don't know how to get the mp3 filename.
I'm trying to get this 'cause I'd like to make a foo_run script that muxes an mp3 file + cuesheet into mp4 container (via mp4box), since embedded cuesheets are still unsupported by mp3... thank you for your kind help


foo_run 0.3.7

Reply #104
I want manage play, pause, stop and so on with foo_run for my player, but i can't find any way to do that. - May be i'm stupid!  I already tried few days now, without solution. Don't ask for reasons, i have some ideas and i will explain to you, when it works. And YES, i know there are buttons for that! 

Question: Can anybody an example give to me, for commandline i have to use for it? - Just one is enough! - Thanks.

((((( Strictly4me )))))

foo_run 0.3.7

Reply #105
If your player will accept playback control from a command line then it should not be a problem.  Do you know what options your player needs in order to play, paus, stop, and so on? Have you tested those commands from a command prompt to make sure they work?

You should be able to set the runservice path box to something like:
x:\path\to\player.exe /play

Remember that if you are going to link a button to this service, set the item group to "Current playlist selection" when you set up the button.

foo_run 0.3.7

Reply #106
You should be able to set the runservice path box to something like: x:\path\to\player.exe /play

It was for old version of foobar! I dont think, this is correct command for our new one, because if i press stop and no song is playing ... i get a crash! Even i press pause. I think something is different agains version 0.8.x, but i'm not shure about. Thats why i ask.

((((( Strictly4me )))))

foo_run 0.3.7

Reply #107
I would like to use www.lastfm.com to find artist images for my artist art panel and to do this from foobar using foo_run. the lastfm url containing the images is always

"http://www.last.fm/music/%artist%/+images"

but in cases where the artist field is more than one word this would come out, using bright eyes as an example, as

"http://www.last.fm/music/Bright Eyes/+images"

when I need to have it turn out as

"http://www.last.fm/music/Bright+Eyes/+images" this being the true url for images on lastfm

Would someone know the correct script to convert the spaces found in the tagged "artist" field to a "+" symbol when i run this from foo_run?
My Name is Sean and I'm here to leech off your genius.

foo_run 0.3.7

Reply #108
Code: [Select]
http:$char(47)$char(47)www.last.fm$char(47)music$char(47)$replace(%album artist%%, ,$char(43))$char(47)$char(43)images

 

foo_run 0.3.7

Reply #109
Perfect, thank you
My Name is Sean and I'm here to leech off your genius.

foo_run 0.3.7

Reply #110
Would someone know the correct script to convert the spaces found in the tagged "artist" field to a "+" symbol when i run this from foo_run?

I just completed a script that automatically downloads artist thumbnails from last.fm and stores them locally for display in an album art panel. 1700 thumbnail images in 6 hours - I could get the originals but that's mean to their bandwidth.
Are you doing it manually? Saving the image from the browser?

foo_run 0.3.7

Reply #111
Yep I am, it only takes a few seconds to do and is better suited to the way i store my artist photos
My Name is Sean and I'm here to leech off your genius.

foo_run 0.3.7

Reply #112
I just completed a script that automatically downloads artist thumbnails from last.fm and stores them locally for display in an album art panel. 1700 thumbnail images in 6 hours - I could get the originals but that's mean to their bandwidth.
Are you doing it manually? Saving the image from the browser?

You mind sharing it? I'd love you forever

foo_run 0.3.7

Reply #113
I just completed a script that automatically downloads artist thumbnails from last.fm and stores them locally for display in an album art panel. 1700 thumbnail images in 6 hours - I could get the originals but that's mean to their bandwidth.
Are you doing it manually? Saving the image from the browser?



You mind sharing it? I'd love you forever
I second this request, I would love to get a hold of this script.

foo_run 0.3.7

Reply #114
I might release the script when multiple artist image sources are available / I have given it a GUI, etc. Atm it's just nasty to let everyone leech from last.fm. So sorry for now?

foo_run 0.3.7

Reply #115
no prob.
I spent a bit of time today and figured it out for myself(with some major help from the other thread on this topic).

foo_run 0.3.7

Reply #116
[a href="http://img156.imageshack.us/my.php?image=shot00015yj5.jpg" target="_blank"]

foo_run 0.3.7

Reply #117
No, but you can use ResizeEnable, it lets you turn usually non-resizeable windows into resizeable windows.
Not the best solution i know, but a solution. 

((((( Strictly4me )))))

foo_run 0.3.7

Reply #118
SWEET ...!!
(and now I can see the damm "Modify"-Button from "foo_run" ...  )

ii THNX A LOT !!

That means that I now can begin to get it setted up ...
--> So, can anybody tell me, please, how to send the chosen File to an application (like "MP3DirectCut" ) instead to just simply open the app ...??

foo_run 0.3.7

Reply #119
Quote
and now I can see the damm "Modify"-Button from "foo_run" ...



For mp3tag i use: C:\Programme\Mp3tag\Mp3tag.exe "%_path%"
Maybe this help you for "MP3DirectCut"?

((((( Strictly4me )))))

foo_run 0.3.7

Reply #120
Another vote here for adding a method to organize the services and adding ability to include seperators.

foo_run 0.3.7

Reply #121
Since there's no way to rearrange services I thought I'd export to xml > rearrange services in xml file > import from xml. Before I did that I just wanted to see how the import function worked so I exported my services, then imported the xml file I just exported (without any modification). This crashes foobar every time.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 01274C57h
Access violation, operation: read, address: 00000024h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (01274C57h):
01274C17h:  28 01 50 E8 51 E4 FF FF 85 C0 59 59 75 14 8B 46
01274C27h:  18 39 58 24 74 05 8B 40 20 EB 02 8B C7 8B 4D F0
01274C37h:  EB 30 39 5D D4 8B 45 C8 77 02 8B C7 68 C8 D1 28
01274C47h:  01 50 E8 22 E4 FF FF 85 C0 59 59 75 1D 8B 46 18
01274C57h:  39 58 24 74 05 8B 40 20 EB 02 8B C7 8B 4D F0 83
01274C67h:  C1 14 8B 11 6A FF 50 FF 52 08 8B CE E8 68 2A 00
01274C77h:  00 83 4D FC FF 53 53 8D 4D C8 8B F0 E8 D8 C7 FF
01274C87h:  FF 3B F3 0F 85 5E FF FF FF E8 48 66 00 00 C2 04
Stack (0012F538h):
0012F518h:  00F0DE20 7C9C93C0 77F643DD 7C9C93C0
0012F528h:  00000004 00000000 00F0D32C 00000000
0012F538h:  20616D66 0129471C 012B6B70 00000000
0012F548h:  0128FBB4 012B40F0 00000015 00000015
0012F558h:  00000004 0128FBB4 00000000 00000000
0012F568h:  00000000 00000008 00000001 012B22D8
0012F578h:  0012F5F4 0128B620 00000002 0012F600
0012F588h:  01275761 012B6B70 20616EE2 0012F778
0012F598h:  01276ADC 00000000 0128DAB8 00000000
0012F5A8h:  00000000 00000000 00000000 00000000
0012F5B8h:  012B6290 012B6360 012B5720 00000030
0012F5C8h:  0000002F 00000000 00000000 00000000
0012F5D8h:  00000000 012B6280 00000001 00000000
0012F5E8h:  00000004 00000000 00000000 0012F6A4
0012F5F8h:  0128B979 00000003 0128FBB4 012B42C8
0012F608h:  00000018 00000018 00000007 207A4990
0012F618h:  20616EDA 0012F6B0 01276BAE 01DD0480
0012F628h:  00000000 00000000 012B22D0 012B22D8
0012F638h:  0012F6B0 01276BC7 0012F6F4 20616E52
0012F648h:  0012F778 01276ADC 00000000 00000002
Registers:
EAX: 00000000, EBX: 00000000, ECX: 0128D1C8, EDX: 012B40BF
ESI: 012B6D98, EDI: 0128FBA9, EBP: 0012F584, ESP: 0012F538
Crash location: "foo_run", loaded at 01270000h - 0129B000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F4000h
COMCTL32                        loaded at 773D0000h - 774D2000h
msvcrt                          loaded at 77C10000h - 77C68000h
ADVAPI32                        loaded at 77DD0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D40000h - 77DD0000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D5000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
foo_albumlist                    loaded at 003C0000h - 00400000h
foo_audioscrobbler              loaded at 00A50000h - 00A87000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
foo_autoplaylist                loaded at 00AF0000h - 00B22000h
foo_cdda                        loaded at 00B50000h - 00B86000h
foo_common                      loaded at 00BB0000h - 00BEA000h
foo_converter                    loaded at 00C10000h - 00C79000h
foo_cwb_hooks                    loaded at 00CA0000h - 00CCA000h
foo_dbsearch                    loaded at 00CF0000h - 00D5C000h
foo_dsp_continuator              loaded at 00D80000h - 00DB2000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_dsp_crossfeed                loaded at 00DE0000h - 00E04000h
foo_dsp_skip_silence            loaded at 00E30000h - 00E3A000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_dsp_std                      loaded at 00E60000h - 00EA1000h
foo_input_std                    loaded at 00ED0000h - 00FE2000h
foo_lnk                          loaded at 01010000h - 01029000h
foo_masstag                      loaded at 01050000h - 010A0000h
foo_playcount                    loaded at 010C0000h - 010E8000h
foo_playlist_tree                loaded at 01110000h - 0117B000h
foo_random                      loaded at 011A0000h - 011DF000h
foo_rgscan                      loaded at 01200000h - 01248000h
foo_run                          loaded at 01270000h - 0129B000h
foo_uie_albumart                loaded at 012C0000h - 012F2000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_uie_albumlist                loaded at 01330000h - 0136F000h
foo_uie_explorer                loaded at 01390000h - 013CC000h
foo_uie_lyrics                  loaded at 013F0000h - 0144E000h
WININET                          loaded at 771B0000h - 77259000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
WINMM                            loaded at 76B40000h - 76B6D000h
foo_uie_quicksearch              loaded at 01520000h - 01568000h
foo_uie_tabs                    loaded at 01570000h - 01596000h
foo_uie_trackinfo_mod            loaded at 015C0000h - 0160A000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
foo_ui_columns                  loaded at 01620000h - 016BB000h
foo_ui_std                      loaded at 016E0000h - 01737000h
foo_utils                        loaded at 01760000h - 01799000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                          loaded at 77050000h - 77118000h
VERSION                          loaded at 77C00000h - 77C08000h
SETUPAPI                        loaded at 77920000h - 77A79000h
appHelp                          loaded at 77B40000h - 77B62000h
cscui                            loaded at 04510000h - 045C1000h
CSCDLL                          loaded at 76600000h - 7661D000h
USERENV                          loaded at 769C0000h - 76A73000h
dciman32                        loaded at 73BC0000h - 73BC6000h
mswsock                          loaded at 71A50000h - 71A8F000h
DNSAPI                          loaded at 76F20000h - 76F47000h
iphlpapi                        loaded at 76D60000h - 76D79000h
tskh                            loaded at 04860000h - 04872000h
imon                            loaded at 20B00000h - 20B45000h
WSOCK32                          loaded at 71AD0000h - 71AD9000h
NTMARTA                          loaded at 77690000h - 776B1000h
WLDAP32                          loaded at 76F60000h - 76F8C000h
SAMLIB                          loaded at 71BF0000h - 71C03000h
hnetcfg                          loaded at 662B0000h - 66308000h
wshtcpip                        loaded at 71A90000h - 71A98000h
rasadhlp                        loaded at 76FC0000h - 76FC6000h
browseui                        loaded at 75F80000h - 7607D000h
ntshrui                          loaded at 76990000h - 769B5000h
ATL                              loaded at 76B20000h - 76B31000h
NETAPI32                        loaded at 5B860000h - 5B8B4000h
shdocvw                          loaded at 77760000h - 778D0000h
CRYPTUI                          loaded at 754D0000h - 7555D000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 0129471Ch, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 0128FBB4h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 0128FBB4h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 0128B620h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 01275761h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 01276ADCh, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 0128DAB8h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 0128B979h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 0128FBB4h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 01276BAEh, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 01276BC7h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 01276ADCh, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 5AD7153Dh, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Address: 5AD72299h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "GetThemeAppProperties" (+0000007Eh)
Address: 5AD722ADh, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "GetThemeAppProperties" (+00000092h)
Address: 0128BE21h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 773F83A7h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000C57Dh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910570h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 773F83D8h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000C5AEh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 0128FBB4h, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 01276ADCh, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 01276ADCh, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 01276ADCh, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 01276ADCh, location: "foo_run", loaded at 01270000h - 0129B000h
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D484FCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D485A4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D54204h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4882Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000163h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B89Bh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetParent" (+0000016Ch)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B903h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773F6FF6h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000B1CCh)
Address: 773F70D8h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000B2AEh)
Address: 773F93DDh, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000D5B3h)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 77D4882Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000163h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D489CDh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 77D4EC03h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+00000100h)
Address: 77D61B4Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "AppendMenuA" (+0000006Eh)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D489F0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 77D48A10h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 77D5E097h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsDialogMessageW" (+000000DBh)
Address: 0042FD15h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00C203C2h, location: "foo_converter", loaded at 00C10000h - 00C79000h
Address: 77D4DAEAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+00000000h)
Address: 004BEB94h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0042FD87h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0520h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00D4DAEAh, location: "foo_dbsearch", loaded at 00CF0000h - 00D5C000h
Address: 004308E6h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC454h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C76A4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C76A4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C7688h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C911414h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000985h)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 004E41C0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 1000C391h, location: "shared", loaded at 10000000h - 10029000h
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 00493A0Dh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4240h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0044E382h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00447BDBh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00498E4Dh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496B50h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0530h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0530h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF144h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0530h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430AEDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E09B0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496854h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00491D4Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00491D46h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49F0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B3920h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4238h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496B50h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF538h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00495FB4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F0D1FCh, location: "foo_input_std", loaded at 00ED0000h - 00FE2000h
Address: 00F0D1FCh, location: "foo_input_std", loaded at 00ED0000h - 00FE2000h
Address: 00496B50h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 00F0D1FCh, location: "foo_input_std", loaded at 00ED0000h - 00FE2000h
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 0049601Dh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 003D006Eh, location: "foo_albumlist", loaded at 003C0000h - 00400000h
Address: 003D0065h, location: "foo_albumlist", loaded at 003C0000h - 00400000h
Address: 003D006Eh, location: "foo_albumlist", loaded at 003C0000h - 00400000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 003D0065h, location: "foo_albumlist", loaded at 003C0000h - 00400000h

Version info:
foobar2000 v0.9.4 beta 1
UNICODE

Additional info:
Album List 3.2.0  (foo_albumlist)
Explorer Tree 1.04.6b  (foo_uie_explorer)
Continuator 0.4.0  (foo_dsp_continuator)
Audioscrobbler 1.3.4  (foo_audioscrobbler)
Columns UI 0.1.3 beta 1v5  (foo_ui_columns)
Default User Interface 0.9acc  (foo_ui_std)
Quick Search Toolbar 2.8g  (foo_uie_quicksearch)
Lyric Show Panels 0.3.0.0  (foo_uie_lyrics)
foobar2000 core v0.9.4 beta 1  (Core)
Standard DSP array 1.0  (foo_dsp_std)
Database search 1.4 beta 3  (foo_dbsearch)
Album Art Panel 0.2.1  (foo_uie_albumart)
cwbowron's title format hooks 1.0.7 [Sep  1 2006 - 08:49:29]  (foo_cwb_hooks)
Tabbed panel modifyed 0.2.1  (foo_uie_tabs)
Playlist Tree Panel 2.2.beta2 [Jun 26 2006 - 11:41:51]  (foo_playlist_tree)
Common services 0.1  (foo_common)
Masstagger 1.6  (foo_masstag)
Playback Statistics 1.3.1  (foo_playcount)
Track info panel mod 0.5 beta [Aug 30 2006 - 16:35:44]  (foo_uie_trackinfo_mod)
Shell link resolver 1.1  (foo_lnk)
Randomized playlist entry 1.2.3  (foo_random)
CD Audio Decoder 2.1.1  (foo_cdda)
Album list panel 0.2.1 beta 4  (foo_uie_albumlist)
Playlist tools 0.5.7  (foo_utils)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Skip silence 0.1  (foo_dsp_skip_silence)
Standard Input Array 1.0  (foo_input_std)
FLAC decoder 1.1.0  (foo_input_std)
Run services 0.3.2  (foo_run)
Converter 1.0.1  (foo_converter)
Crossfeed 0.70  (foo_dsp_crossfeed)

And here is the XML file foo_run exports which I then try to import

Code: [Select]
<?xml version="1.0" standalone="no" ?>
<root>
    <service minimized="false" num_exec="1">
        <label>Find: Album Art</label>
        <path>[url=http://www.slothradio.com/covers/?adv=&artist=$replace%28%artist%]http://www.slothradio.com/covers/?adv=&...eplace(%artist%[/url], ,+,&amp;,,)&amp;album=$replace(%album%, ,+,&amp;,,)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Find: Lyrics</label>
        <path>[url=http://www.google.com/search?q=lyrics+$replace%28%title%]http://www.google.com/search?q=lyrics+$replace(%title%[/url], ,+)+$replace(%artist%, ,+)&amp;ie=utf-8</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>------------------------</label>
        <path> </path>
    </service>
    <service minimized="false" num_exec="1">
        <label>AMG: Artist</label>
        <path>[url=http://www.allmusic.com/cg/amg.dll?P=amg&OPT1=1&SQL=$replace%28%artist%]http://www.allmusic.com/cg/amg.dll?P=amg&a...eplace(%artist%[/url], ,+)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>AMG: Album</label>
        <path>[url=http://www.allmusic.com/cg/amg.dll?P=amg&OPT1=2&SQL=$replace%28%album%]http://www.allmusic.com/cg/amg.dll?P=amg&a...replace(%album%[/url], ,+)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>AMG: Song</label>
        <path>[url=http://www.allmusic.com/cg/amg.dll?P=amg&OPT1=3&SQL=$replace%28%title%]http://www.allmusic.com/cg/amg.dll?P=amg&a...replace(%title%[/url], ,+)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>------------------------</label>
        <path> </path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Google: Album Art</label>
        <path>[url=http://images.google.com/images?q=$replace%28%artist%]http://images.google.com/images?q=$replace(%artist%[/url], ,+,&amp;,,)+$replace(%album%, ,+,&amp;,,)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Google: Artist</label>
        <path>[url=http://www.google.com/search?q=&apos;%22&apos;$replace%28%artist%]http://www.google.com/search?q=&apos;%...eplace(%artist%[/url], ,+)&apos;%22&apos;&amp;ie=utf-8</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>------------------------</label>
        <path> </path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Rateyourmusic</label>
        <path>[url=http://rateyourmusic.com/search?searchterm=$replace%28%artist%]http://rateyourmusic.com/search?searchterm...eplace(%artist%[/url], ,+)&amp;type=a </path>
    </service>
    <service minimized="false" num_exec="1">
        <label>Wikipedia</label>
        <path>[url=http://en.wikipedia.org/wiki/Special:Search?search=$replace%28%artist%]http://en.wikipedia.org/wiki/Special:Searc...eplace(%artist%[/url], ,+,&amp;,,)</path>
    </service>
    <service minimized="false" num_exec="1">
        <label>YouTube</label>
        <path>[url=http://youtube.com/results?search_query=$replace%28%artist%]http://youtube.com/results?search_query=&a...eplace(%artist%[/url], ,+)+$replace(%title%, ,+)&amp;search=Search</path>
    </service>
</root>

foo_run 0.3.7

Reply #122
Hello!

I'm using foo_run and with that service i can open "mp3tag"!
The commandline i use is: C:\Programme\Mp3tag\Mp3tag.exe "%_path%"

In contextmenu from my playlist i can find an entry with "Run/mp3tag". Now i need for this entry the commandline!
Till now i tried:

"C:\Programme\foobar2000 0.9\foobar2000.exe" /playing_command:Run/mp3tag
"C:\Programme\foobar2000 0.9\foobar2000.exe" /playing_command:"Run service/mp3tag"
"C:\Programme\foobar2000 0.9\foobar2000.exe" /playing_command:"Run services/mp3tag"

"C:\Programme\foobar2000 0.9\foobar2000.exe" /playlist_command:Run/mp3tag
"C:\Programme\foobar2000 0.9\foobar2000.exe" /playlist_command:"Run service/mp3tag"
"C:\Programme\foobar2000 0.9\foobar2000.exe" /playlist_command:"Run services/mp3tag"

"C:\Programme\foobar2000 0.9\foobar2000.exe" /command:Run/mp3tag
"C:\Programme\foobar2000 0.9\foobar2000.exe" /command:"Run service/mp3tag"
"C:\Programme\foobar2000 0.9\foobar2000.exe" /command:"Run services/mp3tag"


but nothing seems to work for me!
Maybe someone has an idea for me? Thanks in advance,

((((( Strictly4me )))))

foo_run 0.3.7

Reply #123
I have tried to download the current version of foo_run, but the ZIP file seems to be corrupt.  At least that is what my computer keeps telling me.  Is there an alternate download link?
Nevermind....I ran the link through IE, and it worked.  Must be a setting in Firefox that is giving problems.

foo_run 0.3.7

Reply #124
Quick one here:

C:\Program Files\foobar2000\foobar2000.exe /Play or Pause

Correct version?
There's a storm on the loose, there's sirens in my head...