sabato 23 luglio 2011

Packed Media Widget 0.0.1 for N900

I have coded an homescreen widget to control Multimedia player, SomePlayer and InternetRadioPlayer, all at once.




It's made of 8buttons, in a 2x4 grid. The ones on the right are the control ones, and the ones on the left, hidden, are used to change the player to affect or to start it.

Starting from the bottom, the context buttons are: Multimedia, SomePlayer, InternetRadioPlayer and "start".
To use the widget, first a context button must be pressed since  at widget startup there is no context chosen.
"Start" button behaves differently based on the chosen context:

  • For Multimedia, it "plays" the song. It's a play, not a resume, so the song will be restarted.
  • For Someplayer, it checks if the player is running, and it does it in case it's not.
  • For InternetRadioPlayer, it starts the player if not running, or it shows it if hidden.
Widget is highly customizabled, from sizes to colours.




venerdì 15 luglio 2011

InternetRadioPlayer version 1.0.3

I have released version 1.0.3 of InternetRadioPlayer.
It can be hidden instead of closed to keep playing radios and can save a list of favourites stations.

sabato 11 giugno 2011

InternetRadioPlayer for N900

Internet Radio Player is a stand-alone player for streaming radios. It includes an sqlite database to store your stations, which includes more than 80stations as default. Stations can be filtered and/or sorted by name, country and genre. Metadata of streamed stations are shown and a log of played tracks is kept within the cronology and a text log in documents. This program supports a2dp bluetooth profile, so you can manage the playback with your bluetooth headset. When played track changes, system-wide notification can be played, depending on user choice. Player can be set to hide itself instead of closing, to keep hearing the music in background: to make the program to show, just click on the icon in menu; this behavior can be set in settings window. D-bus implementation is set for playback controls.
Program is free and it includes advertisement powered by Inner-Active.








Changelog:

  • 0.0.1
    • Initial Release
  • 1.0.3
    • Added ability to get favourite stations. Press ctrl+a to add the highlighted station into favourite list, or ctrl+d to delete it from list.
    • Added option to hide player instead of closing, it's enabled by default.
    • Lists can be sorted by name, genre and country, aside being able to be filtered aswell.
    • Added support to dbus, only one method by now to get window visible when hidden.
  • 1.1.2 (24-09-11)
    • Added more stations
    • Fixed minor bugs

lunedì 6 giugno 2011

PSAutolock 0.0.4 version

An update for PSAutolock, added a dependency and solved the root access someone encountered.

venerdì 27 maggio 2011

martedì 24 maggio 2011

PSAutolock 0.0.2 for N900

PSAutolock has been updated to 0.0.2 version: autostart at device startup is now implemented.

InternetRadioWidget 0.2.0 for N900

Widget to start a chosen streaming radio with a push.
 InternetRadioWidget can read from a list txt file located in /home/user/MyDocs/.documents to fast switch radio url. Multiple istances and settings are supported to have several stations available: you can even listen to more than one at once.
  Log of title metadata can be saved and is located in /home/user/MyDocs/.documents aswell. Also, widget can show hildon banners when title metadata changes.
  When the button is pressed and its state is put to active, maemo touchscreen sound is disabled till button is pressed again or widget removed (with the normal exit, if process is killed than touchscreen sound must be enabled manually from xterminal with the command "maemo-xinput-sounds").
  There is the option to use a custom image, check /opt/internetradiowidget/custom if interested. Widget opacity can be set and a custom label text can be shown if desidered.