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: trackinfo mod & last.fm radio album art (Read 5091 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

trackinfo mod & last.fm radio album art

Is it possible implementing album art from tracks played on last.fm radio into trackinfo mod? I'd appreciate if anyone could provide the necessary lines needed in the script for making this work, if possible.. or at least making a way of showing just a logo image when tracks are played from last.fm radio

Thank you in advance.

trackinfo mod & last.fm radio album art

Reply #1
Is it possible implementing album art from tracks played on last.fm radio into trackinfo mod? I'd appreciate if anyone could provide the necessary lines needed in the script for making this work, if possible.. or at least making a way of showing just a logo image when tracks are played from last.fm radio

Thank you in advance.

I would love to get the last.fm album art in trackinfo mod too.

trackinfo mod & last.fm radio album art

Reply #2
AFAIK that's impossible as trackinfo_mod only can access image files, and the last.fm pictures seem to be embeded album art. That and the fact that the component is not developed any more... low chance of success.

trackinfo mod & last.fm radio album art

Reply #3
I was really encouraged that it would be possible to make that work, but what about displaying locally hosted image (last.fm logo) which would be displayed only when tracks are played for last.fm radio? Would at least this be possible?

trackinfo mod & last.fm radio album art

Reply #4
For that you could use $if($strcmp($left(%path%,16),'FOO_LASTFM_RADIO'),lastfm pic path here)

trackinfo mod & last.fm radio album art

Reply #5
For that you could use $if($strcmp($left(%path%,16),'FOO_LASTFM_RADIO'),lastfm pic path here)


Thanks a lot, that really worked with some modification of that line, much appreciated!

Cheers

trackinfo mod & last.fm radio album art

Reply #6
Why not use foo_uie_panel_splitter which now seems to have nearly all the functionality of track_info_mod, is still being developed and displays last.fm artwork?

$drawimage(,,500,500,%path%,artreader nokeepaspect,,)

trackinfo mod & last.fm radio album art

Reply #7
Hello.

It doesn"t works with trackinfo:

$get(head)Length: $get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_length%, / %_length%,)$if(%_length%, / -%_time_remaining%),%_length%)$char(10)



Thx for help!

trackinfo mod & last.fm radio album art

Reply #8
Try this:
$get(head)Length: $get(info)[%playback_time% / ]$get(anno)$if2(%length%,0:00)[ / %playback_time_remaining%]$char(10)

EDIT:
Modified the string to get it work with radio transmission too.

 

trackinfo mod & last.fm radio album art

Reply #9
Try this:
$get(head)Length: $get(info)[%playback_time% / ]$get(anno)$if2(%length%,0:00)[ / %playback_time_remaining%]$char(10)

EDIT:
Modified the string to get it work with radio transmission too.



Thanx. It works.