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

foo_run 0.3.7

Reply #300
if anybody wants
for last.fm direct link to profile
Code: [Select]
http://www.last.fm/music/$replace(%artist%, ,+)

for metal-archives search
Code: [Select]
http://www.google.com/search?q=site:metal-archives.com+$replace(%artist%, ,+)&ie=utf-8

for song lyrics
Code: [Select]
http://www.google.com/search?q=$replace(%artist%+%title%, ,+)+lyrics&ie=utf-8

question, how to add " " in the web address to search lyrics for "whole song name in one string" also "artists with few words in their name as one string"?
thx for plugin

foo_run 0.3.7

Reply #301
@MusX

Just enclose the characters with a (') symbol without the brackets.

e.g. '"'song name as a string'"'

foo_run 0.3.7

Reply #302
Could anyone tell me if it is possible to do either of the following?

1)  I'm trying to find a way of loading a bookmark in firefox through run services that would use the %artist% information to load either the title or tag of a bookmark.  This way I can set up bookmarks in firefox with the urls of artist's official sites or whatever and load them from both the address bar in firefox and, more relevantly, from foobar.  I'm not sure if this is remotely possible but it would be useful.  If it's not then that leads me to...

2)  How can I include spaces in the path of the Service Properties?  I found that a way around the above is to create a folder with the links to sites as shortcuts (*.url files) each with the name of the artist.  If I use
Code: [Select]
c:\musiclinks\$replace(%artist%, ,+).url
I can access the files as long as they have a "+" character instead of space but I'd rather be able to just have spaces. e.g if I click on the run service whilst listening to David Bowie I'd like it to load "David Bowie.url" but at the moment I can only get it to load if the file is titled "David+Bowie.url"  Yes the whole thing sounds rather pointless or lazy but I guess I'm just genuinely interested in whether or not it's possible at this point.

foo_run 0.3.7

Reply #303
1) No idea

2) I did some testing and couldn't get the command to even work for artists with one-word names.  After some more testing, I think the problem has something to do with the fact that you're trying to open shortcuts instead of actual files.  Just a guess.

foo_run 0.3.7

Reply #304
That's surprising. One-word artist names seem to work for me without a problem using the "linksdirectory\$replace(%artist%, ,+).url" code I put above.  That code also works for multi-word names if I replace spaces with "+" in the title of .url file.  I've tested it with a few one word artists and I've not had anything go wrong yet.  I'm not sure why it wouldn't be working for you.

foo_run 0.3.7

Reply #305
I'm not sure why either, but it seems that I can't even get it to open one with a direct path like c:\links\artist.url

foo_run 0.3.7

Reply #306
enclose the path in "quotes" if there are empty spaces

foo_run 0.3.7

Reply #307
Thanks!  That works great.

foo_run 0.3.7

Reply #308
I've just released foo_run 0.3.7 which fixes another potential error. You can get it from the first post of this topic.

 

foo_run 0.3.7

Reply #309
0.3.6: 162KB
0.3.7: 360KB

Is this difference in size intended (due to compiling-settings)?

foo_run 0.3.7

Reply #310
0.3.6: 162KB
0.3.7: 360KB

Is this difference in size intended (due to compiling-settings)?

Yes, I've changed the PDB settings with this version to get more useful information out of crashlogs submitted by foobar2000.

foo_run 0.3.7

Reply #311
Link for download doesn't work. Links to foo_run 0.3.6 on mp3tag site.
When clicking on it, it sends you to the download page for mp3tag instead of the foo_run zip file.


foo_run 0.3.7

Reply #313
I´m running Vista 64 bit and I can´t get foo_run to execute 32 bit programs like album art downloader.

I set the path to:

"Program Files (x86)\AlbumArtDownloader\AlbumArt.exe" with and without arguments, nothing works...

not even the "..." chose program option...

also tried with other applications.

---------
jfi with XP, Vista 32bit everything´s fine... so how do I have to set the path in Vista 64 bit?

foo_run 0.3.7

Reply #314
IIRC, you have to 'quote' the parenthesis : "Program Files '('x86')'\AlbumArtDownloader\AlbumArt.exe".

Moderation: Removed useless full quote of the preceding post.

foo_run 0.3.7

Reply #315
ahh ok, thanks a lot!

Moderation: Removed useless full quote of the preceding post.

foo_run 0.3.7

Reply #316
Feature Request:

Allow the selection of a grouping scope for individual services. For example, when dealing with a service involving album art, a 'per album' scope would make sense. When dealing with a service involving waveform analysis, a 'per track' scope would be correct. An enhancement like this would make the 'simultaneous runs' feature a lot more useful.

foo_run 0.3.7

Reply #317
foo_run really is one of those components that really simplify the use of foobar for me. There's just that one thing, that I'd need it to do. I know that it's probably out of scope for this component, but I'll request it anyway. I'd love to see an option to have a run command executed on specific events. Well, actually I'd only need execution on song change.
Any chance to see this functionality implemented in your component?

foo_run 0.3.7

Reply #318
Bug (?):

First thank you Florian for your nice plugin. I like it very well and I think it is very powerful. But I think I have found a bug or something.

In: File>Preferences>Display>Columns UI>Context Menu ;
then right-click on [ROOT]>Insert item>Command... ;
then a window called "Select command" opens ;
but in this windows you can only select 1 command: "Run service", which is only the context menu item that opens a sub menu with all the actual "services" (like searching google, etc).

As a result you cannot directly add a service to the context menu in the Columns UI interface.
On the other hand, it is possible to directly add a "service" when you want to create a new button or when you want to create a new keyboard shortcut.
I don't know if that can help you improving your great plugin

Best regards,

Opawesome

foo_run 0.3.7

Reply #319
but in this windows you can only select 1 command: "Run service", which is only the context menu item that opens a sub menu with all the actual "services" (like searching google, etc).

As a result you cannot directly add a service to the context menu in the Columns UI interface.

It's the same with the Default UI and AFAIK this is a limitation of dynamic context menus.

Thanks for your feedback! Glad you like it

foo_run 0.3.7

Reply #320
Oh... ok then

Keep on the good work and have a nice day!

foo_run 0.3.7

Reply #321
my little youtube thingy...

for everyone who would search the direct played artist in youtube

Code: [Select]
http://www.youtube.com/results?search_query=$replace(%artist%, ,+)&ie=utf-8


have fun with it...

foo_run 0.3.7

Reply #322
Hi everybody...

anyone an idea how to built a commandline for the run service, which shows the actual played artist in amazon.de or amazon.com? I cannot figured that out.

I would love to do this...
btw. I use Foonight and this would perfectly fit into it!

thanks in advance...

greets
herc05

p.s.: sorry for the double-post!

foo_run 0.3.7

Reply #323


for amazon.de I just tried:

Code: [Select]
http://www.amazon.de/s/ref=nb_ss_m?__mk_de_DE='%'C5M'%'C5Z'%'D5'%'D1&url=search-alias'%'3Dpopular&field-keywords=$replace(%artist%, ,+)&x=0&y=0


which works. Maybe the '%' character was the problem, you have to set it between (') to be interpreted correctly

foo_run 0.3.7

Reply #324
Do you have any idea, why the defined run services does not show up in the "Click action" of foo_graphicalbrowser component? It just lists "Run service" and nothing else.
Can't wait for a HD-AAC encoder :P