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: is there a way to add the love last.fm button on darkone 4 theme or at 5stars? (Read 2061 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

is there a way to add the love last.fm button on darkone 4 theme or at 5stars?

Hi
I really like this theme DarkOne v4 , may I know if I could (or somebody did it ) add a love button to send to last.fm I loved this track
I would like to add a love button or close the stars(rating) or in the playlist  and would really love to click it to considered loved a song

or is there a way that every 5 stars , the song is considered loved and sent to last.fm ?
I have searched on the forum and around , no luck , outside a shortcut to enable love song but i would be see if it's considered loved or not on foobar
soft playlist component installed
thanks
sorry for my poor english

Re: is there a way to add the love last.fm button on darkone 4 theme or at 5stars?

Reply #1
You could try foo_lastfm_playcount_sync instead. You can import loved tracks from Last.fm and it has a database which uses the field %lfm_loved% set to 1 for loved tracks which can be displayed in any playlist.

Code: [Select]
$ifequal(%lfm_loved%,1,♥,)

Unloving tracks removes the field. Full info via the link in my signature.

Re: is there a way to add the love last.fm button on darkone 4 theme or at 5stars?

Reply #2
You could try foo_lastfm_playcount_sync instead. You can import loved tracks from Last.fm and it has a database which uses the field %lfm_loved% set to 1 for loved tracks which can be displayed in any playlist.

Code: [Select]
$ifequal(%lfm_loved%,1,♥,)

Unloving tracks removes the field. Full info via the link in my signature.
Hi 
but I want to export love track from my library to last.fm
how can i add in the play list or add an  ♥ to love and unlove a song and send to last.fm
I use DarkOne v4 theme
thanks

Re: is there a way to add the love last.fm button on darkone 4 theme or at 5stars?

Reply #3
Read.

You clearly haven't understood and set everything up as instructed and typed out that reply in the 4 minutes between our posts.

Re: is there a way to add the love last.fm button on darkone 4 theme or at 5stars?

Reply #4
Read.

You clearly haven't understood and set everything up as instructed and typed out that reply in the 4 minutes between our posts.
hi marc2k3
i have read them ,the links and downloaded the components
but DarkOne v4 is a complex theme/skin ,it's in jave i guess
i don't know even how edit , i have tried on view 4 -> view 1 and view 2
i wanted to upload some screenshots but the will be to many
thanks

Re: is there a way to add the love last.fm button on darkone 4 theme or at 5stars?

Reply #5
The easiest way I can think of to do this is by simply adding a column that indicates last.fm love status to the playlist view. For this new column that would be either a true/false indicator, display an item for each associated file.  This wouldn't be the button you are looking for, but this will help get you started with what you wish to do.

DarkOne v4.0 is a bit complex (agreed), but modifying it is actually not too difficult.  I have learned how to modify it, and adding new columns is something you will want to learn to do.  All have their own preferences on what they wish to see in their own views, so it's a good idea to learn this.