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

foo_run 0.3.7

Reply #175
im having trouble getting foo_run to send a large selection of tracks to mp3tag.

so far i can use it fine to open the directory folder of the track i select in foobar, but how can i make it send a larger number of tracks that span several folders?

foo_run 0.3.7

Reply #176
You can increase the number of "simultanous runs" and select only one file per directory.

foo_run 0.3.7

Reply #177
this still doesnt work. if i have the number of simultaneous runs set to 'unlimited' and i select two tracks in foobar from different directories, only the first full directory gets sent to mp3tag plus the *single track* of the second directory. if i select more than one track from a directory, it locks up and reloads the directory on each track, ultimately giving me just one directory.
this is using "%_path%" after the path to mp3tag in the foo_run options. taking out the "%_path%" string breaks the function completely (it loads mp3tag, but nothing more). is there another string i can use so that it will ADD the subsequent directories instead of repeatedly changing the directory?


foo_run 0.3.7

Reply #179
ive had 2.37f since they released it.

foo_run 0.3.7

Reply #180
/fp:"$replace(%path%,%filename_ext%,)"  can be used to add a complete directory.
You can also hold down Ctrl while you execute the foo_run command to add folders/files and not replace.

foo_run 0.3.7

Reply #181
Hello.

I see that the Google artist and google song don't work when my artist has several words separated by spaces like Đàm Vĩnh Hưng for example. Only the first word, Đàm, is searched

I tried to put q=%22%artist%%22 and q="%artist%" instead of q=%artist% but they don't work (the %artist% is no more interpreted with %22 and with ", there is no search string at all).

q=%artist% → http://google.com/search?q=%C4%90%C3%A0m
q=%22%artist%%22 → http://google.com/search?q=?artist%22
q="%artist%" → http://google.com/search?q=
Instead of http://google.com/search?q=%22%C4%90%C3%A0...nh+H%C6%B0ng%22

I also tried \" and \%22 with no more luck...

Any clue someone ?

 

foo_run 0.3.7

Reply #182
Hello.

I see that the Google artist and google song don't work when my artist has several words separated by spaces like ?àm V?nh H?ng for example. Only the first word, ?àm, is searched

I tried to put q=%22%artist%%22 and q="%artist%" instead of q=%artist% but they don't work (the %artist% is no more interpreted with %22 and with ", there is no search string at all).

q=%artist% ? http://google.com/search?q=%C4%90%C3%A0m
q=%22%artist%%22 ? http://google.com/search?q=?artist%22
q="%artist%" ? http://google.com/search?q=
Instead of http://google.com/search?q=%22%C4%90%C3%A0...nh+H%C6%B0ng%22

I also tried \" and \%22 with no more luck...

Any clue someone ?


try with something like $replace(%artist%, ,+)

foo_run 0.3.7

Reply #183
/fp:"$replace(%path%,%filename_ext%,)"  can be used to add a complete directory.
You can also hold down Ctrl while you execute the foo_run command to add folders/files and not replace.


great this is working much better now for adding directories.

is there a way to add the 'ctrl' command so that it can be used with a keyboard shortcut? for example, if i key the mp3tag run command as 'shift+m' and then i try 'ctrl+shift+m' to add instead of replace, it doesnt register the command.

also, i still cant get it to *only* add the selected tracks. which would be cool.

foo_run 0.3.7

Reply #184
try with something like $replace(%artist%, ,+)

Whoaw !!! That's so powerful!!
You made it work for me, thank you very much !
And I found that if I want to protect the % character I only had to double it. So %22 must be written %%22.

Here are the new commands for foo_run > Google, maybe they should be taken into the default values for the next versions ?
----

also, i still cant get it to *only* add the selected tracks. which would be cool.

I am not 100% sure but I believe Mp3tag would always open the whole folder content.

foo_run 0.3.7

Reply #185
Quote
I am not 100% sure but I believe Mp3tag would always open the whole folder content.


yeah.. i think youre right. oh well. at least i can get it to add directories though. that is huge for me. 

foo_run 0.3.7

Reply #186
No, /fn:"%path%" opens one or multiple single files.
You should make two entries for Mp3tag, one for folders, other for single files.

foo_run 0.3.7

Reply #187
edit: solved it myself

foo_run 0.3.7

Reply #188
No, /fn:"%path%" opens one or multiple single files.
You should make two entries for Mp3tag, one for folders, other for single files.


using "%path%" or using fn:"%path%" makes no difference as far as i can tell. fn:"%path%" has the same issue as i described above.

foo_run 0.3.7

Reply #189
Did you update to 2.37h ? I just remember 2.37f had a bug in this area.

foo_run 0.3.7

Reply #190
Oh it must be a beta version, right? Mine is 2.37a and I see no newer version.

foo_run 0.3.7

Reply #191
Look in the mp3tag forum under the Development section for the newest beta version.

foo_run 0.3.7

Reply #192
Is there a way to use plugin through scripting?

foo_run 0.3.7

Reply #193
Would it ever be possible to store foo_run settings in an external file?
elevatorladylevitateme

foo_run 0.3.7

Reply #194
Have you had problems with adding foo_run command shortcuts into toolbar? They don't work here.

foo_run 0.3.7

Reply #195
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)

foo_run 0.3.7

Reply #196
Maybe it's your ... skin that does this ?
I have the last version and it's not cut off.
I use the standard skin.

foo_run 0.3.7

Reply #197
what do you mean by skin?  I use panels UI and columns UI.  I don't really understand what you mean...     


foo_run 0.3.7

Reply #199
Sorry, my english is not so good.

So I tried installing and uninstalling windowblinds along with testing it on a bunch of different skins.

Tried reverting back to columns ui as well.

I will try a fresh install of foobar in the next few days.


Thanks for the help.