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 602792 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_run 0.3.7

Reply #200
to Capleton
try ResizeEnable or change your visual style 

foo_run 0.3.7

Reply #201
Wow, thanks Kabuki! This is a great tool!

foo_run 0.3.7

Reply #202
Does anyone know how to use the Firefox "Quicksearch" function?
Basically I want to search a site that doesn't support adding search parameters in the address bar. Firefox is able to add the search in the search box.

I'm looking for something like
Code: [Select]
c:\program files\mozilla\firefox\firefox.exe cover %album%


Any idea?

JD


foo_run 0.3.7

Reply #204
here's an alternative way to search allmusic for albums (sometimes allmusic's search is just too clunky):

Code: [Select]
'http://www.google.com/search?hl=en&q=intitle%3A%22'$replace(%album%, ,'+')'%22+%2Bintitle%3A%22overview%22+%2Bsite%3Aallmusic.com&btnG=Google+Search'

 

foo_run 0.3.7

Reply #205
I've run into a problem. I'm not sure if it is foo_runs fault, or a bug in foobar itself, but I can't seem to run any of my custom run services from buttons (not track display buttons, but the kind that are like the ones that default with foobar).

Has anyone else experienced this? I have foobar 0.9.4.3 and foo_run 3.2.

Any help would be great!
Song List: keikoniumboards.ke.funpic.org/files/songlist.html

foo_run 0.3.7

Reply #206
Anyone able to create a function for this search?

wwwDOTcover-paradiesDOTto/?Module=ExtendedSearch


JD

@Mod: Hope it's not illegal. > modified link, just to be save.

foo_run 0.3.7

Reply #207
Anyone able to create a function for this search?
wwwDOTcover-paradiesDOTto/?Module=ExtendedSearch

Something like that ?
Code: [Select]
http://cover-paradies.to/?Module=ExtendedSearch&SearchString=$replace(%artist%+%album%, ,'+')


foo_run 0.3.7

Reply #208
that was quite quick...

how did you find out/know what kind of string to use?


JD

foo_run 0.3.7

Reply #209
that was quite quick...
how did you find out/know what kind of string to use?
JD

Well, it was very simple for me 
I use firefox, and I have Cover.Paradise in my "quick search" bar (the one on the right of adress bar).
Then, i've made a search with any "artist album" and it give me "&SearchString=artist+album" that was missing you at the end of your link some post above. I've tested it with a run service before posting it here.
I'm glad I could helped you. 
Cheers.

EDIT: nvm

foo_run 0.3.7

Reply #210
Thanks a lot.

JD

foo_run 0.3.7

Reply #211
Thanks a lot.
JD
You're welcome !
do you know "Album Art Downloader" ? it has a script to retrieve for Cover.Paradise, and can save the images it found, automatically in an appropriate folder...

foo_run 0.3.7

Reply #212
No, don't know it.
I use Foobar and each album gets it's covers.
I created a floating bar just for tagging and organizing using foo_run and foo_dockable_panels:



JD

foo_run 0.3.7

Reply #213
@ John Doe
Talking about Album Art Downloader
No, don't know it.

If you have 10 minutes to kill try it.
Got to this topic, download last version and install it wherever you want (I've made an "ExternalApps" folder in foobar2000 installation folder)
Then, make a run service with this :
Code: [Select]
Label:
Covers
Path:
C:\Program Files\foobar2000\ExternalApps\AlbumArtDownloader\albumart.exe -ar "$if2(%album artist%,%artist%)" -al "%album%" -p "$replace(%_path%,%_filename_ext%,)Folder.jpg"

Replace "C:\Program Files\foobar2000\ExternalApps\AlbumArtDownloader\albumart.exe" by the path of your Album Art Downloader program folder's intallation.
And instead of 'Folder.jpg' you can also put 'Front.jpg' or 'Back.jpg' whatever you want...
I've made for myself 5 run service scripts with appropriate labels:
Code: [Select]
[...]-p "$replace(%_path%,%_filename_ext%,)Folder.jpg"
[...]-p "$replace(%_path%,%_filename_ext%,)Cover\Front.jpg"
[...]-p "$replace(%_path%,%_filename_ext%,)Cover\Back.jpg"
[...]-p "$replace(%_path%,%_filename_ext%,)Cover\Inlay.jpg"
[...]-p "$replace(%_path%,%_filename_ext%,)Cover\CD.jpg"

Then, you can use this script with a button in your floating 'tag bar'
Try first code, maybe it will save you some time, when you search all album art.
And Album Art Downloader comes with some usefull script to find more Art (CoverIsland, Google, Discogs, Cover.Paradise, Freecover... etc...)

This is the foo_run topic and my explanation about Album Art Downloader is gonna be somehow off topic ; I prefer not to pollute it too much more so don't hesitate to PM me for more details, you're welcome, and i can share my run service scripts if you need more.

Edit:

foo_run 0.3.7

Reply #214
I am having trouble getting this program to run.

c:\windows\system32\shutdown.exe -s -t 0


I wanted to create a button to turn off the machine from inside Foobar.


FOUND SOLUTION:

I found out that the "Item group" setting for Run service buttons has to be set to "Now Playing Item" or Current Playlist Selection".

foo_run 0.3.7

Reply #215
hi. maybe someone can help me cause I really have no idea how to do this, and if it's possible

I have crated a button inside a track info mod panel to open minilyrics, creating an instance for foo run with this path: C:\Program files\Minilyrics\MLStart.exe

minilyrics is running in the background, and when I click it shows up. but then I have to right click and then select "download lyrics" (or type "D"), for the download lyrics windows to show. What I want is to bring up this download window without having the main minilyrics window open first..

Is this possible? I'm thinking that I need some kind of parameter after the path, but I have no clue..

Inside the minilyrics installation folder there is only this .exe file I can point to..

I'll really appreciate any help with this. thanks

sune

foo_run 0.3.7

Reply #216
Is there any way to run a service automatically whenever there is a track change?


foo_run 0.3.7

Reply #218
this plugin rocks!
thank you!

try this, if you like:

Gracenote: Search CDDB Artist
Code: [Select]
http://www.gracenote.com/music/search.html?f=artist&q=$replace(%artist%, ,+)

Gracenote: Search CDDB Song
Code: [Select]
http://www.gracenote.com/music/search.html?f=track&q=$replace(%title%, ,+)

Gracenote: Search CDDB Album
Code: [Select]
http://www.gracenote.com/music/search.html?f=disc&q=$replace(%album%, ,+)

Gracenote: Search CDDB Artist+Song+Album
Code: [Select]
http://www.gracenote.com/music/search.html?f=artist&f=disc&f=track&q=$replace(%title%, ,+)+$replace(%album%, ,+)+$replace(%artist%, ,+)



anyway:
anyone knows how to copy the requested information (i.e. album name) to the clipboard? to paste it in other programs?

foo_run 0.3.7

Reply #219
Is it possible to access webradio stream artist/title information?
Using %title% or %artist% only gives me the standard information (no artist, title= the name of the station, which is also displayed in the playlist when not connected to the stream

foo_run 0.3.7

Reply #220
Is it possible to access webradio stream artist/title information?
Using %title% or %artist% only gives me the standard information (no artist, title= the name of the station, which is also displayed in the playlist when not connected to the stream


no. foo_run as most of the other components don't access dynamic titles for some reason. i was asking for the same thing to be implemented but without answer from any developer  here is foosions explanation that pinpoints the nature of the problem. so...

foo_run 0.3.7

Reply #221
It looks like the side of my foo_run config window is cropped?  I'm using the latest version but


Does anybody know what i could try to fix????


(sorry for the large image size, first time posting on imageshack)


You probably have Control Panel/Display/Settings/General/Display set to large font, like I do. This issue is not resolved by ResizeEnabler. To reset this feature you need to reboot, so changing it back to normal is not a quick fix. I need the larger fonts to see what I'm doing (don't worry it'll happen to you someday.)

Supposedly if a program is properly coded this problem shouldn't happen. This circumstance and CopyToDvd are the only programs I've come across which fail to display correctly.

TS
...no one can hear you scream in /dev/null...

foo_run 0.3.7

Reply #222
I've run into a problem. I'm not sure if it is foo_runs fault, or a bug in foobar itself, but I can't seem to run any of my custom run services from buttons (not track display buttons, but the kind that are like the ones that default with foobar).

Has anyone else experienced this? I have foobar 0.9.4.3 and foo_run 3.2.

Any help would be great!


Any followup on this issue anyone?
I too, am experiencing this issue and it's a little frustrating...

Not sure if this works for everyone but a select few (component conflict)? Or something else?
There's been a couple questions raised on the topic, but I can't find a solution.

Any help appreciated.

Thank you.

EDIT:
Found answer.

Problem solved. When linking a button to a runservice, the default "Item Group" is set to None. You need to set it to Now playing item in order for the button to work. You can also use Current playlist selection but that will only work if an item is selected in your playlist (no item selected, button doesnt work).

Thanks to original poster...

foo_run 0.3.7

Reply #223
PLEASE HELP!!!
What command must I use to  call run service,and generate button in panel_ui.I have working link in foo_run options
Quote
label: Cover-Paradise
path: http://cover-paradies.to/?Module=ExtendedSearch&SearchString=$replace(%artist%+%album%, ,'+')

I try to use this:
Quote
$button($eval({%_width%-440}/2+460),12,0,0,110,30,images\cp.png,/images\cp_h.png,'Cover-Paradise',TOOLTIP:"Search Cover-Paradise for %artist%")
,but no working.
Thanks in advance for any help and sorry for my bad english!

foo_run 0.3.7

Reply #224
Hi there,

I am using Windows x64 and when trying to start a program from my programs folder I only get an Explorer window with the wrong programs folder.

I am guessing that's because the programs folder on x64 for 32bit applications is "Program Files (x86)" and the brackets need to be escaped.
How would I do that?

Thanks for any help!

-vaddr-