HydrogenAudio

Hosted Forums => foobar2000 => Uploads - (fb2k) => Topic started by: grimes on 2012-02-07 13:28:37

Title: foo_bandintown.dll
Post by: grimes on 2012-02-07 13:28:37
Bandsintown

Is the band you are listening on Tour?

(uses bandsintown.com api)

actual version: 0.2


Quote
Mainmenu command:
Menu | Help | Bandsintown


Example:
(http://www.abload.de/img/foobar2000_2012-03-26x1ulg.png) (http://www.abload.de/image.php?img=foobar2000_2012-03-26x1ulg.png)


[attachment=6993:foo_bandsintown.zip][attachment=6994:foo_band..._0.2_src.zip]
Title: foo_bandintown.dll
Post by: delusion on 2012-02-20 10:13:16
looks very interesting!

would be more useful, if the data is shown in an extra panel instead of the console.
if bringing this in a nice format, i'd love to test v0.2

keep on your great work!
Title: foo_bandintown.dll
Post by: mudlord on 2012-02-21 11:43:47
Could be done with a XML parser.

There is plenty around thats BSD licensed, so that it works with your component.
Title: foo_bandintown.dll
Post by: grimes on 2012-03-26 12:05:03
Bandsintown v0.2

ADD: xml data now in popup window

Download: see first post


Quote
Could be done with a XML parser.

not planned, but if someone want to implement this, source is available and without restrictions.

Title: foo_bandintown.dll
Post by: mudlord on 2012-03-28 05:02:38
Cool, thanks.
Reading the API now.
Title: foo_bandintown.dll
Post by: marc2003 on 2012-03-28 07:54:01
i had a quick go at knocking something up in WSH panel mod using the JSON feeds. it still needs more work such as adding clickable links but it's already easier on the eye than trying to read an XML feed.

screenshot: http://dl.dropbox.com/u/22801321/bandsintown%20wip.png (http://dl.dropbox.com/u/22801321/bandsintown%20wip.png)
Title: foo_bandintown.dll
Post by: grimes on 2012-03-28 13:21:31
Some times ago i made also a bandsintown-WSH Panel:
http://foobar-users.de/index.php?topic=200...g17454#msg17454 (http://foobar-users.de/index.php?topic=2000.msg17454#msg17454)

lacks a little bit on usability, but i think the idea with coordinates on world map is good...

reading data from xml in jscript was easy, in contrast xml parser (ie xerces) in c++ is simply horrible.



Title: foo_bandintown.dll
Post by: mudlord on 2012-04-04 13:43:39
I'm sure there are better XML parsers around. You could also code a standalone app in .NET and use foo_run?