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

foo_httpcontrol

Reply #950
I have over 20,000 songs and none of them have Album, Date, or Track.

I could care less about that data.

But OK.
God Bless U.S.A


foo_httpcontrol

Reply #952
please review the changes I made and realise there's nothing complicated http://goo.gl/EltR9


In this release last string of playlist box is:

"Playing 1 of 20 | MP3 | 131kbps | 44100Hz | stereo1:22:41"

In stable version of "ajquery" last string is:

"Playing ? of 20 | MP3 | 128kbps | 44100Hz | stereo1:22:41"

I bold error.

Change this error, please.

foo_httpcontrol

Reply #953
Excellent, thanks for that. Now I get.

And it's displaying "Title - Title" in playlist even though in config it's set to "Artist - Title".

Typo on line 816.

Replace:

Quote
'<div class="pl_c2 ', cl_2.join(' '), '">', row.t, " - ", row.t, '</div>',


With:

Quote
'<div class="pl_c2 ', cl_2.join(' '), '">', row.a, " - ", row.t, '</div>',


Also, perhaps if the user double clicks on the "page finder" icon, then go back to the page of the currently playing song (if one is playing of course).
God Bless U.S.A

foo_httpcontrol

Reply #954
yea, luckily doubleclick works for slider ui element. put this anywhere after pageslider definition in $(document).ready(....):
Code: [Select]
$('#pageslider').dblclick(function(e) {
    $('#FocusOnPlaying').click();
});

foo_httpcontrol

Reply #955
Perfect!

Thanks again!!

Have a great weekend!
God Bless U.S.A

foo_httpcontrol

Reply #956
Hi there,

I don't know if I am being stupid (Probably), but I cannot get this set up correctly, I am failing quite early on in the process as I cannot locate the foo_httpcontrol_data directory and if I just create this and put it in place, then I still do not have any joy

I am running Win 7 64bit and wondered if anyone can point me in the right direction?

Many thanks.

Rysz.

foo_httpcontrol

Reply #957
First install the component, restart foobar2000, and then add in your template. You do have to create the directory if it is your first time:
Quote
Extract archive contents retaining directory structure to %APPDATA%\foobar2000\foo_httpcontrol_data\ if foobar200 is installed in standard mode, or to path_too_foobar2000_folder\foo_httpcontrol_data\default\ if foobar2000 is installed in portable mode.
Essentially create "foo_httpcontrol_data" in "%APPDATA%\foobar2000 and extract the template there if you aren't using the portable mode. Afterwards you should be able to see your playlist in the browser.

foo_httpcontrol

Reply #958
Thanks for this great plugin, I've been using it for 2 days now, and I'm very happy with it.
However I have a little annoyance :
I keep a cuefile in each album directory of mine, so when I "enqueue all current files", the cue also gets enqueued.
Is there a way to either :
- Hide a type of file
or
- Display only certain types of files ?

foo_httpcontrol

Reply #959
no, there's no filters like that. perhaps foo_cuefilter can be useful in this case.

foo_httpcontrol

Reply #960
That plugin was very promising but it has no effect, even when loading files directly from foobar (without using httpcontrol).
I'll investigate some more, maybe I'm doing something wrong
Thanks for your reply

Edit : Ok, it is working, but not in all cases (when foobar doesn't understand the cuefile)

foo_httpcontrol

Reply #961
I can probably add a filter like that, but can't really promise when exactly it is going to be done.
meanwhile you can experiment with foo_cuefilter a bit more (I honestly don't know anything of its abilities/limitations), or maybe you try to use media library query feature to browse your music collection.

foo_httpcontrol

Reply #962
Unless you planned this don't bother, this should be handled by a dedicated plugin as the one you mentioned before.
I'll search if such a thing exists. If not maybe I'll give a try and write one, it shouldn't be very complex 

foo_httpcontrol

Reply #963
if you're up for a quick hack, it's just a matter of modifying a playlist_incoming_item_filter_v2's process_locations_async() call - you should pass "*.cue" or whatever extensions you want to ignore instead of "" in http://code.google.com/p/foo-httpcontrol/s...ontrol.cpp#1126
not sure if it worth the hassle though.

foo_httpcontrol

Reply #964
Thanks for the tip
Is the checkout url still "http://foo-httpcontrol.googlecode.com/svn/trunk" ?
I can't seem to connect

foo_httpcontrol

Reply #965
I've reorganized svn directory structure and updated build documentation, which hopefully will make custom builds easier.

foo_httpcontrol

Reply #966
Awesome plugin, but when I restart foobar, I always have to manually reset the "Listen on" IP-Adress to 0.0.0.0, click "apply" and then reenter my smarthone's IP before it starts working again. Until then for a reason I don't understand the button is grayed out and keeps saying "Bind failed" and my smartphone can't connect. Pretty annoying.

foo_httpcontrol

Reply #967
you definitely must not enter remote device ip into 'listen on' field. it basically is supposed to contain your pc ip address or 0.0.0.0.
correct this and if things still don't work, post error messages from fb2k console.

foo_httpcontrol

Reply #968
Oh, okay that explains a lot. I found the instructions for the app I use (regi24's) rather confusing but was pretty sure that the field should contain the IP of the controlling device. Anyway, now the problem's gone. Thanks a lot.

foo_httpcontrol

Reply #969
is there way to use it with dinamic ip, and no-ip service?

foo_httpcontrol

Reply #970
it doesn't make sense programming built-in support for this kind of services as it's a router work, not component's.
what are you trying to do?

foo_httpcontrol

Reply #971
I want to use it with me android device, and i have dinamic ip. so i can`t connect with me ip.

foo_httpcontrol

Reply #972
I want to use it with me android device, and i have dinamic ip. so i can`t connect with me ip.

oh yes you can connect. if you're thinking you have to put your ip address to component preferences, you are wrong. the rest (proper port forwarding etc) is up to your specific network configuration.

foo_httpcontrol

Reply #973
can it be, that http requests (get) are EXTEMELY slow since foobar version 1.7?

At least, that's waht I experience after upgrading (I'm developing on the iPad 2, iPod 2nd Generation)...



Edit (addintional info):

Tested with 1.5 ( I don't have 1.6) and everything worked flawlessly...

foo_httpcontrol

Reply #974
^^ forget my post above, today everything works also with 1.1.7, sorry.