Show HN: Making Your Music Choose Your Desktop Wallpaper
blog.unixcat.org
Show HN: Making Your Music Choose Your Desktop Wallpaper
1–10 of 12 posts
Re: Show HN: Making Your Music Choose Your Desktop Wallpaper
#2Re: Show HN: Making Your Music Choose Your Desktop Wallpaper
#3I listen to Melodic Death Metal. Some of the themes in this genre are not suited to provide pictures one might want to look at. A blacklist or filter for some keywords could help here.
Would be nice if you could provide more examples for other genres.
Re: Show HN: Making Your Music Choose Your Desktop Wallpaper
#4(filed under: #getoffmylawn)
Re: Show HN: Making Your Music Choose Your Desktop Wallpaper
#5You aren't by any chance interested in separating that, in hosting a server which gives a link to a good flickr image when given a word? I searched for something like that and in the end stayed with my ugly approach of parsing flickriver for getting a random image from a hard-coded group with a fitting topic.
Re: Show HN: Making Your Music Choose Your Desktop Wallpaper
#6The images linked to the songs are quite nice, they fit in a good way. That is what I think is interesting, I wouldn't have thought that the approach could work. Neither the analysis of the lyrics nor the way of getting a flickr image via a search weighted by itnerestingness. I might adapt the flickr part, https://github.com/nurh/wallofsound/blob/master/wallofsound.... is really a lot easier than what I did instead.…
Flickr already does this if you use their search API. The Flickr part of the script in my Github repo has an example.
Re: Show HN: Making Your Music Choose Your Desktop Wallpaper
#7"First, finding the lyrics of the song that’s playing, and picking out the key words or themes from it" I listen to Melodic Death Metal. Some of the themes in this genre are not suited to provide pictures one might want to look at. A blacklist or filter for some keywords could help here. Would be nice if you could provide more examples for other genres.
The great (or perhaps, not, depending on what you want) thing about the Flickr search is that it picks from a set of curated photos, so it's highly unlikely you'll get an unpleasant one. However since it is picking random pictures from the internet, don't run it where you'd get into trouble if something inappropriate does manage to come up.
Re: Show HN: Making Your Music Choose Your Desktop Wallpaper
#8... back in the day we'd just use WinAmp overlays and 'set desktop to color', and call it a day. (filed under: #getoffmylawn)
;)
Re: Show HN: Making Your Music Choose Your Desktop Wallpaper
#9The images linked to the songs are quite nice, they fit in a good way. That is what I think is interesting, I wouldn't have thought that the approach could work. Neither the analysis of the lyrics nor the way of getting a flickr image via a search weighted by itnerestingness. I might adapt the flickr part, https://github.com/nurh/wallofsound/blob/master/wallofsound.... is really a lot easier than what I did instead.…
You aren't by any chance interested in separating that, in hosting a server which gives a link to a good flickr image when given a word? I searched for something like that and in the end stayed with my ugly approach of parsing flickriver for getting a random image from a hard-coded group with a fitting topic. Flickr already does this if you use their search API. The Flickr part of the script in my Github repo has an…