You are not logged in.
Hi,
I'd like to introduce my opensource project TepSonic. It's a simple lightweight audio player written in C++ using Qt. It's a multiplatform application (but still having some issues on Windows, MacOS X port in progress).
TepSonic supports collections, data are stored in database (using MySQL or SQLite (default) backend) and is easily extensible via plugins. At the moment it has only Last.fm scrobbling plugin.
I'm looking for both, user feedback and some help - advices from more experienced users are welcomed, so are patches.
Official homepage: http://www.tepsonic.org
Qt-apps homepage: http://qt-apps.org/content/show.php/Tep … ent=123991
Bugzilla: http://bugs.tepsonic.org
PKGBUILD: https://aur.archlinux.org/packages.php?ID=36950 (git version, stable releases sucks )
Last edited by ProgDan (2010-07-31 12:16:17)
Offline
Awesome work ProgDan!
I like it! Can we have a PKGBUILD?
Offline
Awesome work ProgDan!
I like it! Can we have a PKGBUILD?
Thanks!
I added link to the PKGBUILD to the first post
Offline
<shamless_plug>Ok, you also helped me ..."de-stuck" and gave me inspiration to finally create my first blog post
http://archlinux.me/gtklocker/2010/07/3 … -tepsonic/
</shameless_plug>
Last edited by gtklocker (2010-07-31 13:02:52)
Offline
cmake needs to be a dependency in the PKGBUILD -thanks,
Offline
@gtklocker: wow, nice text! Thank you!
@rollenwiese: Thanks, I rather added it to makedepends()
Offline
this looks really nice. i'd like to see where you go with it.
some thoughts:
1. this may already be planned, but how about customizable keyboard shortcuts? global shortcuts would be nice, too (i see this on the buglist.)
2. here's an idea for the search function:
-activate the search field with a keyboard shortcut (e.g., 'j' for 'jump')
-search for words, not strings (e.g., searching for 'porcupine voyage' brings up 'porcupine tree - voyage 34', even if 'porcupine voyage' appears nowhere in the name)
-after typing in some keyword, play the selected song by pressing 'enter'
-after hitting 'enter', clear the search field, show the whole playlist, and highlight the song
3. would it be possible to implement something like foobar2000's shuffle algorithm? in particular, i like this: if i jump to a specific song s, that song s becomes the new reference point. so, e.g., once s ends, skipping to the previous song skips to s, not to what would have been the previous song had s not been selected.
Offline
@anti-destin: I'm glad you like it. Thanks for the ideas, the foobar's shuffle looks like a good idea. The shortcuts (editable local and global) are all in development now. And about the searching - do you mean playlist or collections searching? in collections the searching is somehow broken and need some fixing (on todo list), the playlist searching uses track name, album, interpret and genre to filter matching items.
Offline
progdan, i mean playlist searching. i don't use tags of any sort, so most of the fields are empty. so any search is a search using file names or track names. but then i can't search for words, only strings. searching for words often fails, simply because the combination of words isn't an actual string in the file name.
Offline
progdan, i mean playlist searching. i don't use tags of any sort, so most of the fields are empty. so any search is a search using file names or track names. but then i can't search for words, only strings. searching for words often fails, simply because the combination of words isn't an actual string in the file name.
I see. It sounds reasonable, I'll insert it to todo and see what I can do. Keep tracking git, one day it will apeear there, but not sooner then in two weeks or so...
Offline
sounds good! i can't wait to see how the project shapes up.
Offline