Skip to content

Releases: songposter/plugin-radiodj

Instagram

08 Oct 17:41
Compare
Choose a tag to compare
Instagram Pre-release
Pre-release

This release adds support for Instagram to the RadioDJ plugin interface.
Untested and thus only released as an alpha.
Testing and proper release will be done as soon as I find the time for that.

Cover Art

20 Oct 18:36
Compare
Choose a tag to compare
Cover Art Pre-release
Pre-release

With this release you can start posting Cover Art from RadioDJ.

For this to work, you'll have to firts upload all your cover image files to a folder on your webserver.
Make sure the filenames on the webserver match the ones stored in your audio files and that there are no subdirectories.

i.e.: The track "Guano Apes - Open Your Eyes" from the 1997 album "Proud Like A God" could have the cover file stored in D:\Music\1997 - Guano Apes - Proud Like A God\1997-Guano_Apes-Proud_Like_A_God.jpg
Now upload that to your example.com website into an AlbumArt folder so that it will be accessible from this URL:
http://example.com/AlbumArt/1997-Guano_Apes-Proud_Like_A_God.jpg

Note that we didn't include the original folder name (1997 - Guano Apes - Proud Like A God) here!

You set up the "base URL" (i.e. the part of the URL that stays the same across all your tracks) inside the songposter.net Dashboard under "Album Art".
In our example from above that would be http://example.com/AlbumArt/.
You can either do that once in the "Global Configuration" tab or you can set different base URLs for different social media networks. (This might be useful to accommodate different image dimensions for Facebook, Twitter, Google+, etc.)

The Plugin will only ever send the filename part of the image to the SongPoster service where it will be combined with the base URL to get a proper image link.

For Tracks without cover art you can simply specify a fallback image (This will only be used if there is no cover tag in your audio file, we can't show the fallback for images you didn't upload yet)

NOTE: The second option present in the Plugin Window to send the pictures directly without first uploading them anywhere is still in development and is currently only guaranteed to work for very tiny image files (less than 4KB)

Fix Error handling

08 Nov 01:43
Compare
Choose a tag to compare
Fix Error handling Pre-release
Pre-release

There was a problem with the error handling which would disable the Plugin on successful requests and reenable it on errorneous ones.

Auto-Validate Credentials

05 Nov 02:21
Compare
Choose a tag to compare
Pre-release

When manually entering credentials they are now live validated against the stored email/password combination.

If you signed up before we started collecting that information, you'll have to update that information on the website.

Fix Google+ selector

05 Aug 21:20
Compare
Choose a tag to compare
Fix Google+ selector Pre-release
Pre-release

Bugfix release