foo_run 0.3.7, run external applications from foobar2000 |
![]() ![]() |
foo_run 0.3.7, run external applications from foobar2000 |
Jul 3 2011, 23:16
Post
#401
|
|
|
Group: Members Posts: 104 Joined: 28-March 10 Member No.: 79397 |
Also, what about youtube? I found one here that searches for artists in youtube, but none for artist+song.
|
|
|
|
Jul 4 2011, 00:18
Post
#402
|
|
|
Group: Members Posts: 2271 Joined: 19-May 08 Member No.: 53637 |
What have you tried?
The example you were given: http://what.cd/artist.php?artistname=$replace(%artist%, ,+) You have found an example for youtube. Try adding the song title to the replace string. For example: %artist%+%title%, ,+ |
|
|
|
Jul 28 2011, 22:43
Post
#403
|
|
|
Group: Members Posts: 4 Joined: 28-July 11 Member No.: 92628 |
allmusic artist does not work ... can you solve it?
it does not research... |
|
|
|
Jul 29 2011, 07:41
Post
#404
|
|
|
Group: Members Posts: 17 Joined: 21-June 11 Member No.: 91731 |
artist
CODE http://www.allmusic.com/search/artist/$replace(%artist%, ,+) album CODE http://www.allmusic.com/search/album/$replace(%album%, ,+) title CODE http://www.allmusic.com/search/song/$replace(%title%, ,+)
|
|
|
|
Jul 29 2011, 07:59
Post
#405
|
|
|
Group: Members Posts: 4 Joined: 28-July 11 Member No.: 92628 |
|
|
|
|
Aug 17 2011, 11:39
Post
#406
|
|
|
Group: Members Posts: 19 Joined: 11-April 10 Member No.: 79789 |
I have made a foo_run command to open Files with the VLC player.
Works fine, the only problem is, when I open another file, VLC always opens a new player instance. Is there a command which adds file to the VLC playlist, instead of open a new player? Perfect would be add+play. EDIT: solved I canged the setting in VLC to the following: Tools > Preferences > Interface > Instances: [yes] Allow only one instance [no] Enqueue files when in one instance modus This post has been edited by pone: Aug 17 2011, 11:47 |
|
|
|
Aug 23 2011, 16:45
Post
#407
|
|
|
Group: Members Posts: 276 Joined: 31-December 10 Member No.: 86948 |
edit - (problem found)
http://www.hydrogenaudio.org/forums/index....900#entry766974 This post has been edited by db1989: Aug 23 2011, 17:13
Reason for edit: adding link to post about said problem
|
|
|
|
Oct 5 2011, 01:01
Post
#408
|
|
|
Group: Members Posts: 37 Joined: 18-January 09 Member No.: 65710 |
great plugin thanks! if i could request one improvement.. it would be to have a nice default line seperator you could use between commands to tidy everything up.. at present i just use a load of dashes ---------------- for this purpose!
heres a few scripts i use which might help others.. Discogs Artist : http://www.discogs.com/search?q=$replace(%artist%, ,+)&ie=utf-8 Artist - Album : http://www.discogs.com/search?q=$repl...artist%+%album%, ,+)&ie=utf-8 Youtube Artist : http://www.youtube.com/results?search_quer...eplace(%artist%, ,+)&aq=f Artist - Title : http://www.youtube.com/results?search_quer...artist%+%title%, ,+)&aq=f Artist Playlist : http://www.youtube.com/results?search_type...eplace(%artist%, ,+)&uni=1 Spectro "C:\Program Files\Spectro\Spectro.exe" "%path%" |
|
|
|
Oct 6 2011, 09:22
Post
#409
|
|
|
Group: Members Posts: 86 Joined: 30-September 11 Member No.: 94061 |
Thank you for foo_run. I got some help from Pone to run VLC to preview a track on headphones. I can see plenty of other uses for it too.
Zarty |
|
|
|
Oct 12 2011, 18:06
Post
#410
|
|
|
Group: Members Posts: 71 Joined: 22-August 10 Member No.: 83276 |
Hi,
I'm trying to use fun_run to control some popup panels. My service is CODE foobar2000.exe /command:"Hide All Panels" /command:"Hide" /command:"Mini" If I open up foobar and don't first left-click on an item in a playlist, the above won't work. If I open up foobar, click on a playlist item and then try the service, it works: all the panels are hidden, as is the main foobar window, and then my panel called "Mini" appears. If I open up foobar and don't left-click on a playlist item, run my service (nothing happens), then click on a playlist item and run my service again, the command:"Mini" has a different result: it pops up the panel configuration dialog for the Mini panel. Why does this happen? Is there any way to explicitly use the full menu path of the action such as /command:"View/Popup Panels/Show/Mini" ??? That doesn't do anything, even though it's the full path to the action I want to perform. Never mind. I combined foo_run with foo_runcmd and it does exactly what I want/expect: CODE foobar2000.exe /runcmd="View/Popup Panels/Hide All Panels" /runcmd="View/Hide" /runcmd="View/Popup Panels/Show/Mini"
This post has been edited by MrMonkey: Oct 12 2011, 18:30 |
|
|
|
Oct 12 2011, 23:48
Post
#411
|
|
|
Group: Members Posts: 71 Joined: 22-August 10 Member No.: 83276 |
Nope, I was too quick to mark that as resolved. I guess since the actions I want to assign to a keyboard shortcut are only available in the [context] submenus, I must have a playlist item selected to use them.
Gotta find a way around this. |
|
|
|
Oct 13 2011, 00:15
Post
#412
|
|
![]() Group: Members Posts: 469 Joined: 5-June 11 Member No.: 91257 |
dyermaker @ Post #408, what is "C:\Program Files\Spectro\Spectro.exe" ? Do you have a home page address so I can evaluate the program. Thanks.
|
|
|
|
Oct 13 2011, 00:49
Post
#413
|
|
|
Group: Members Posts: 2271 Joined: 19-May 08 Member No.: 53637 |
From a quick web search:
http://spectro.enpts.com/index.php |
|
|
|
Oct 13 2011, 01:29
Post
#414
|
|
![]() Group: Members Posts: 469 Joined: 5-June 11 Member No.: 91257 |
Thankyou tpijag, you hit the nail on the head +++
|
|
|
|
Oct 19 2011, 13:38
Post
#415
|
|
![]() Group: Members Posts: 469 Joined: 5-June 11 Member No.: 91257 |
Here is my (verbose) title formatting code for running a Google search using 'foo_run' (and my default browser).
Basically speaking, my approach to finding more info on Google is to create a very long string of words and let Google do its job; Im not particular about trying to filter down the results by adding specific domain names. Before you view the code further down, here is a sample selected item from my fb2k Playlist Viewer; this shows you how I always tag my files; especially note the 'Comment' tag CODE ======================================================================================== TRACK NUM: 01. TRACK NAME: Allegro non troppo ARTIST: Henryk Szeryng . Hendl, Orch Chicago ALBUM ARTIST: ALBUM: LALO: Symphonie Espagnole DATE: 1961 GENRE: Classical COMMENT: <IDX>Szeryng Henryk . Hendl, Orch Chicago</IDX/><PRODUCTID>Vinyl | Classic Records 'RCA Living Stereo' reissue series (1994), 'Deluxe 1S' Box Set, item: LSC-2456 | Ripped: Oct 2011</PRODUCTID/> ======================================================================================== The code should now be a bit more understandable... // Code (A) // Lines are split here for easy viewing of the code; use Code (B) for pasting into foo_run preferences CODE http://www.google.com/search?q=$replace(music' ' // ========== DEFINITION OF VARIOUS ARTIST ==> "VA" $puts(va_string,'VA ') $if($stricmp($meta(va),'1'),$puts(va,1)) $if($stricmp($meta(various),'1'),$puts(va,1)) $if($stricmp($meta(various artists),'1'),$puts(va,1)) $if($trim($meta(album artist)),$puts(va,1)) $if($stricmp($left($meta(artist),4),'v : '),$puts(va,1)) $if($stricmp($left($meta(artist),3),'v: '),$puts(va,1)) $if($stricmp($left($meta(artist),3),'v. '),$puts(va,1)) $if($stricmp($left($meta(artist),4),'v / '),$puts(va,1)) $if($stricmp($left($meta(artist),3),'v/ '),$puts(va,1)) $if($stricmp($left($meta(artist),2),'v/'),$puts(va,1)) $if($stricmp($left($meta(artist),4),'v - '),$puts(va,1)) $if($stricmp($left($meta(artist),3),'v- '),$puts(va,1)) $if($stricmp($left($trim($meta(artist)),2),'va'),$puts(va,1)) $if($stricmp($left($meta(artist),3),'va '),$puts(va,1)) $if($stricmp($left($meta(artist),3),'v a'),$puts(va,1)) $if($stricmp($trim($meta(artist)),'v.a.'),$puts(va,1)) $if($stricmp($trim($meta(artist)),'v. a.'),$puts(va,1)) $if($stricmp($left($meta(artist),8),'various '),$puts(va,1)) $if($stricmp($trim($meta(artist)),'various'),$puts(va,1)) $if($stricmp($trim($meta(artist)),'various artists'),$puts(va,1)) $if($stricmp($trim($meta(artist)),'varios'),$puts(va,1)) $if($stricmp($trim($meta(artist)),'varies'),$puts(va,1)) $if($stricmp($left(%directoryname%,4),'v - '),$puts(va,1)) $if($stricmp($left(%directoryname%,3),'v_ '),$puts(va,1)) $if($stricmp($left(%directoryname%,3),'v- '),$puts(va,1)) $if($stricmp($left(%directoryname%,3),'va-'),$puts(va,1)) $if($stricmp($left(%directoryname%,3),'va '),$puts(va,1)) $if($stricmp($left(%directoryname%,3),'va_'),$puts(va,1)) $if($strstr($lower(%path%),'\v '),$puts(va,0)) $if($strstr($lower(%path%),'\v\'),$puts(va,1)) $if($strstr($lower(%path%),'\va. '),$puts(va,1)) $if($strstr($lower(%path%),'\va- '),$puts(va,1)) $if($strstr($lower(%path%),'\va '),$puts(va,1)) $if($strstr($lower(%path%),'\va\'),$puts(va,1)) $if($strstr($lower(%path%),'\various\'),$puts(va,1)) $if($strstr($lower(%path%),'\various artists\'),$puts(va,1)) $if($strstr($lower(%path%),'\_va\'),$puts(va,1)) $if($strstr($lower(%path%),'\_various\'),$puts(va,1)) $if($strstr($lower(%path%),'\_various artists\'),$puts(va,1)) $if($strstr($lower(%path%),' va - '),$puts(va,1)) $if($strstr($lower(%path%),' va- '),$puts(va,1)) $if($strstr($lower(%path%),' va . '),$puts(va,1)) $if($strstr($lower(%path%),' va. '),$puts(va,1)) $if($strstr($lower(%path%),' various artists'),$puts(va,1)) // ========== IF ALBUM, IF TRACKNUMBER $if(%album%, $if(%tracknumber%, // ========== FORMAT - HAS ALBUM, HAS TRACKNUMBER $if($stricmp($get(va),1), $get(va_string)[$if2($meta(album artist),$meta(artist))]' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%), $if3($meta(album artist),$meta(artist),'%artist%')' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%) ), // ========== FORMAT - HAS ALBUM, HAS NO TRACKNUMBER $if($stricmp($get(va),1), $get(va_string)[$if2($meta(album artist),$meta(artist))]' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%), $if3($meta(album artist),$meta(artist),'%artist%')' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%)) ), // ========== FORMAT - HAS NO ALBUM, HAS NO TRACKNUMBER $if($stricmp($get(va),1), $get(va_string)[$if2($meta(album artist),$meta(artist))]' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%), $if3($meta(album artist),$meta(artist),'%artist%')' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%)) ) // ========== REPLACE SPECIAL CHARACTERS ==> All to "+" (becomes space in Google search field) ,' ','+','&','+','/','+','\','+','|','+','[','+',']','+','(','+',')','+','-','+',',','+',';','+',':','+','.','+','','+')&ie=utf-8 // Code (B) // Paste this code into 'foo_run' preferences Path: field . // This code generates a long string of alphanumeric characters and words separated by spaces, and all special characters are replaced by spaces. // For example, the sample playlist item from above would end up looking like this in the Google search field: // music Henryk Szeryng Hendl Orch Chicago LALO Symphonie Espagnole 1961 Vinyl Classic Records RCA Living Stereo reissue series 1994 Deluxe 1S Box Set item LSC 2456 Ripped Oct 2011 Allegro non troppo // Note: I paste this exact same code into the Label: field ...EXCEPT I prefix: 'Google -' to the beginning ...AND I strip off the starting string: http://www.google.com/search?q= ...AND I strip off the ending string: &ie=utf-8 CODE http://www.google.com/search?q=$replace(music' '$puts(va_string,'VA ')$if($stricmp($meta(va),'1'),$puts(va,1))$if($stricmp($meta(various),'1'),$puts(va,1))$if($stricmp($meta(various artists),'1'),$puts(va,1))$if($trim($meta(album artist)),$puts(va,1))$if($stricmp($left($meta(artist),4),'v : '),$puts(va,1))$if($stricmp($left($meta(artist),3),'v: '),$puts(va,1))$if($stricmp($left($meta(artist),3),'v. '),$puts(va,1))$if($stricmp($left($meta(artist),4),'v / '),$puts(va,1))$if($stricmp($left($meta(artist),3),'v/ '),$puts(va,1))$if($stricmp($left($meta(artist),2),'v/'),$puts(va,1))$if($stricmp($left($meta(artist),4),'v - '),$puts(va,1))$if($stricmp($left($meta(artist),3),'v- '),$puts(va,1))$if($stricmp($left($trim($meta(artist)),2),'va'),$puts(va,1))$if($stricmp($left($meta(artist),3),'va '),$puts(va,1))$if($stricmp($left($meta(artist),3),'v a'),$puts(va,1))$if($stricmp($trim($meta(artist)),'v.a.'),$puts(va,1))$if($stricmp($trim($meta(artist)),'v. a.'),$puts(va,1))$if($stricmp($left($meta(artist),8),'various '),$puts(va,1))$if($stricmp($trim($meta(artist)),'various'),$puts(va,1))$if($stricmp($trim($meta(artist)),'various artists'),$puts(va,1))$if($stricmp($trim($meta(artist)),'varios'),$puts(va,1))$if($stricmp($trim($meta(artist)),'varies'),$puts(va,1))$if($stricmp($left(%directoryname%,4),'v - '),$puts(va,1))$if($stricmp($left(%directoryname%,3),'v_ '),$puts(va,1))$if($stricmp($left(%directoryname%,3),'v- '),$puts(va,1))$if($stricmp($left(%directoryname%,3),'va-'),$puts(va,1))$if($stricmp($left(%directoryname%,3),'va '),$puts(va,1))$if($stricmp($left(%directoryname%,3),'va_'),$puts(va,1))$if($strstr($lower(%path%),'\v '),$puts(va,0))$if($strstr($lower(%path%),'\v\'),$puts(va,1))$if($strstr($lower(%path%),'\va. '),$puts(va,1))$if($strstr($lower(%path%),'\va- '),$puts(va,1))$if($strstr($lower(%path%),'\va '),$puts(va,1))$if($strstr($lower(%path%),'\va\'),$puts(va,1))$if($strstr($lower(%path%),'\various\'),$puts(va,1))$if($strstr($lower(%path%),'\various artists\'),$puts(va,1))$if($strstr($lower(%path%),'\_va\'),$puts(va,1))$if($strstr($lower(%path%),'\_various\'),$puts(va,1))$if($strstr($lower(%path%),'\_various artists\'),$puts(va,1))$if($strstr($lower(%path%),' va - '),$puts(va,1))$if($strstr($lower(%path%),' va- '),$puts(va,1))$if($strstr($lower(%path%),' va . '),$puts(va,1))$if($strstr($lower(%path%),' va. '),$puts(va,1))$if($strstr($lower(%path%),' various artists'),$puts(va,1))$if(%album%,$if(%tracknumber%,$if($stricmp($get(va),1),$get(va_string)[$if2($meta(album artist),$meta(artist))]' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%),$if3($meta(album artist),$meta(artist),'%artist%')' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%)),$if($stricmp($get(va),1),$get(va_string)[$if2($meta(album artist),$meta(artist))]' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%),$if3($meta(album artist),$meta(artist),'%artist%')' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%))),$if($stricmp($get(va),1),$get(va_string)[$if2($meta(album artist),$meta(artist))]' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%),$if3($meta(album artist),$meta(artist),'%artist%')' '$if2($trim(%album%),'%album%')' '$if2('('$trim(%date%)')','(%date%)')' '$if2($substr(%comment%,$add($strstr(%comment%,<PRODUCTID>),$len(<PRODUCTID>)),$sub($strstr(%comment%,</PRODUCTID/>),1)),$directory(%path%,2)' '$directory(%path%,1))$if2(' '%title%,' '%filename%))),' ','+','&','+','/','+','\','+','|','+','[','+',']','+','(','+',')','+','-','+',',','+',';','+',':','+','.','+','','+')&ie=utf-8 |
|
|
|
Oct 22 2011, 04:41
Post
#416
|
|
|
Group: Members Posts: 19 Joined: 11-April 10 Member No.: 79789 |
does anybody know the command lines for native insturments traktor?
i would like to send file from foobar to the preview player of traktor. |
|
|
|
Oct 22 2011, 09:47
Post
#417
|
|
![]() Group: Members Posts: 3291 Joined: 27-January 05 From: England Member No.: 19379 |
well the standard convention for opening files in windows is....
CODE "path\to\app.exe" "path\to\file.ext" you could try running traktor from the command line (traktor /?) or check it's documentation to see if there are any further arguments you can pass on the command line. |
|
|
|
Oct 22 2011, 11:44
Post
#418
|
|
|
Group: Members Posts: 19 Joined: 11-April 10 Member No.: 79789 |
that's how far i get. but i need further arguments to tell traktor what to do whith the files i send to it.
the problem is i can't find any documentation which present command lines for interaction of traktor and other software. part of the problem might be that i don't really know for what to search. do such command lines exist for every software? This post has been edited by db1989: Oct 23 2011, 15:04
Reason for edit: deleting pointless full quote of last post
|
|
|
|
Oct 22 2011, 11:50
Post
#419
|
|
![]() Group: Members Posts: 3291 Joined: 27-January 05 From: England Member No.: 19379 |
not all programs support command line arguments but there's a high probability that if it does, running it with /? will give some help.
|
|
|
|
Oct 22 2011, 17:03
Post
#420
|
|
|
Group: Members Posts: 19 Joined: 11-April 10 Member No.: 79789 |
thanks for your help. unfortunatelly i'm not so familiar with command lines.
where do i have to use "/?" ? at Command Prompt? i've tested there several command combinations, but without success. these are the lines i've tested: "C:\Program Files\Native Instruments\Traktor 2\Traktor.exe" /? "C:\Program Files\Native Instruments\Traktor 2\Traktor.exe" help /? help "C:\Program Files\Native Instruments\Traktor 2\Traktor.exe" help "C:\Program Files\Native Instruments\Traktor 2\Traktor.exe" /? can you tell me what i'm doing wrong? at Command Promt, there is always C:\Users\My Username> at the begin of the line. do I have to delete this? how? This post has been edited by db1989: Oct 23 2011, 15:04
Reason for edit: deleting pointless full quote of last post
|
|
|
|
Oct 23 2011, 01:04
Post
#421
|
|
|
Group: Members Posts: 3 Joined: 29-November 08 Member No.: 63399 |
Is it possible to create .txt files with this? I'm using it with foo_uie_lyrics2 and if I need to enter lyrics manually I want it to create and open a .txt file named %artist% - %title%.txt in a defined location.
|
|
|
|
Oct 23 2011, 01:08
Post
#422
|
|
|
Group: Members Posts: 2271 Joined: 19-May 08 Member No.: 53637 |
I use a single directory to hold all lyrics. The following works for me.
"C:\Program Files\Notepad++\Notepad++.exe" "C:\Program Files\foobar2000\DeadWords\ %artist% - %Title%.txt" Editor pops up a dialog that file does not exist and creates it. |
|
|
|
Oct 23 2011, 14:53
Post
#423
|
|
|
Group: Members Posts: 3 Joined: 29-November 08 Member No.: 63399 |
That's actually even better than what I wanted. This way I can either edit existing lyrics or paste new lyrics. Thanks.
This post has been edited by db1989: Oct 23 2011, 15:04
Reason for edit: deleting pointless full quote of last post
|
|
|
|
Dec 1 2011, 20:39
Post
#424
|
|
|
Group: Members Posts: 21 Joined: 24-September 11 Member No.: 93930 |
Thanks alot for very usefull component
but i have a one request for this component I am a Jpn user and sometimes %album% or other TF have multibyte characters so when i assing this component to send command-line argument which contain multibyte characters to IE, Youtube for example, dosent work i intended to. That because youtube Search query URL needs URL encoded. EX. http://www.youtube.com/results?search_query=林檎 ↓ http://www.youtube.com/results?search_quer...%9E%97%E6%AA%8E now I made external Url Encoder tools ,and throw command-line argument to it QUOTE RunServiceとインターネットエクスプローラーを強力に連携させる -EscapeUriString.exeの公開- - PNNブログCEOの趣味悠々自適生活 http://pnnceo.blog.fc2.com/blog-entry-95.html my request is that this component will supports URL Encodeing default. Thanks |
|
|
|
Dec 3 2011, 02:38
Post
#425
|
|
|
Group: Members Posts: 104 Joined: 28-March 10 Member No.: 79397 |
How do you get to the last.fm page of a song and artist? I had it written somewhere but now i lost it and i don't have the smallest clue how to do it
Will appreciate if someone could help. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 16:05 |