Recent

Author Topic: KSP Sound Player  (Read 10221 times)

alter

  • Full Member
  • ***
  • Posts: 151
    • KSP website
KSP Sound Player
« on: July 23, 2009, 09:14:30 pm »
I am proud to present second release of new audio player written using Lazarus: KSP.

Currently KSP has basic functionality like:

    * Media Library support
    * MP3, WMA and OGG support (more types soon)
    * M3U and PLS playlists support

KSP requires only 10 MB of HDD. It also requires MySQL Server (can be downloaded from http://www.mysql.com) to maintain it's Media Library.

Binary code compiled for x86 and x64 can be downloaded from KSP website. Here you can also download full source code.

KSP website: http://www.ksplayer.com/

I have also one wish. If anyone here likes the idea of new audio player (this time totally written with Lazarus/FPC) and want to help with it please feel free to contact me. you can send message on this forum or contact me here: http://www.ksplayer.com/index.php?option=com_contact&view=contact&id=1&Itemid=11

Thank you
« Last Edit: November 07, 2009, 06:01:18 pm by alter »

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: KSP Sound Player
« Reply #1 on: July 24, 2009, 06:53:28 am »
Quote
KSP requires only 10 MB of HDD
10 MB?! that's quite huge actually... (does it include all 3rd party libs?)
Quote
It also requires MySQL Server (can be downloaded from http://www.mysql.com) to maintain it's Media Library
Why not Sqlite? It's much smaller and can be embedded easily.

alter

  • Full Member
  • ***
  • Posts: 151
    • KSP website
Re: KSP Sound Player
« Reply #2 on: July 24, 2009, 12:34:05 pm »
1. It contains all required libraries. This requirement is for x64 compilation. X86 requires little over 7 mb. I still haven't made all requires optimisations.
2. Sqlite support is the next target. Once it is done user will be able to choose between database types. Database class is actually based on one of my other projects that requires using network database. Although it's going to be improved to support multiple databases with Sqlite3 as primary one.

 

TinyPortal © 2005-2018