/rainPod

iPod themed music player for Rainmeter

Primary LanguageLua

rainPod

About

A couple of weeks ago I found my old iPod Mini in my cupboard. After some hours of charging it even worked. I was so happy that I decided to revive this legendary music player and bring it to Rainmeter.

This is my first Rainmeter skin. So I am quite a beginner. I know there is still a lot of room for improvements. I have already added some ideas of mine as enhancement issues. If you have got any suggestions or criticism feel free to let me know.

Customizing

To customize rainPod right-click on the skin, select Edit skin and edit the [Variables] section in rainPod.ini.

Color

Available color are grey, pink green or blue. Just assign your prefered color to the MyColor variable. Have a look at the following example:

MyColor=green

Music player

The skin was developed and tested using iTunes. For other available and supported music players have a look at the offical Rainmeter docs. To change this value just assign your prefered music player to the MyPlayer variable like this:

MyPlayer=iTunes

Size

The default height of this skin is 350px. If you want to resize the music player you can do this by assigning your prefered height to the MyHeight variable. At the moment I recommend not to go beyond the default value. Bigger is no problem.

MyHeight=350

Credits

Special thanks to the following artists and developers for making this possible.

Icons

Scripts

License

MIT License

Copyright (c) 2016 Lars Bauer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.