Help
Where did the changelog and todo list go?
These are now included in the installer and will be available in the Tuniac install directory.
Menu bar
Why can't I edit song information like the option in the menu states?
This function is not finished yet.
Why can't I update the program via the menu?
This function is not finished yet.
Plugins
How do I disable a plugin?
At this moment there is only one way to disable a plugin and frankly it is maybe not the best solution. You have to delete the plugin. In the install direactory of Tuniac you can find a plugins directory. In this directory all plugins are listed. Just delete the ones you don't wanna use.
What does the now playing text plugin do?
The now playing text plugin puts the song you're currently playing into a file which resides in the Tuniac installation folder. With this text file you can for example make an irc plugin to show your currently playing song.
I would like to make a mirc now playing plugin, how do I achieve this?
Use this code and replace the folder into the alias scripts of mirc, replace the folder used here with your own install folder.
/tuniac {
/set %this $read(C:\Documents and Settings\Athlon\Bureaublad\TuniacUnreleased\NowPlaying.txt)
/me is listening to : %this
}
Skinning
How do I make my own icons and what are the limitations?
Icons should be in the standard ico format. All icon sizes and colour depths are supported, assuming its supported by the OS. Tuniac will pick the best fitting size, and scale that to an exact fit. Icons normally should be the following size.
Play/Pause: 48x48
Previous/Next: 38x38
Remember when designing these that you can't expect the background of the user to always be grey!
How do I change the icons used for playback with my own ones?
Icons go in the /skin/ folder and are named as follows:
play.ico
pause.ico
previous.ico
next.ico