![]() |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
The actual CPU usage is probably from the progress bar, rather than the updates themselves. I've never been successful with models, that's why I don't use them. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
sudo sh install_mediaplayer.sh should do it, put --desktop-file at the end if you like to have a desktopfile, too. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Does anyone here tried playing .pls files? I added a .pls file as a radio station. The default mediaplayer plays them fine, but when I try to play the radiostation with OMP it plays the next radiostation in the list.
Thanks anyway for this great media player! |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Tried to add a Radio Station "http://216.66.69100:7222/" and received an invalid url error message.
Had to add the station with the default Media Player. Once it was added it played fine with the Open Media Player. |
Re: [ANNOUNCE] Alpha release of Open Media Player
good to see someones working on this..
|
Re: [ANNOUNCE] Alpha release of Open Media Player
1 Attachment(s)
Quote:
Quote:
Oh, and I thought it would be nice to post a new build. ;) Here come the essential news:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
2 Attachment(s)
nice nice nice! :)
ok, now i must ask for this: there is implementation of lyrics in OMP... end when you tap on album art, it switch from playlist, to lyrics, than tap again for progress bar... my personal opinion is that it should have a settings that enable/disable lyrics in now playing (maybe i don't want that extra tap)... what do you think? is it simple to integrate??? another thing: when in portrait mode, a playlist part in now playing is a bit smaller than in landscape (???)... when in landscape we see 5 songs/files (whatever) but in portrait, only 4... could a media art part be smaller (not much, just a little bit) so a more songs could see in playlist (5 or even 6)??? that would be much more "finger friendly",... this way you have your thumb on a relatively small area, and viewing pls is a bit difficult (depends how FAT is your thumb) :p :) oh yes... another thing: look at the difference between album art for OMP and stock MP OMP http://talk.maemo.org/attachment.php...1&d=1316240983 stock MP http://talk.maemo.org/attachment.php...1&d=1316241056 on omp is kinda fragmented (not jitter-ed) , don't you think??? |
Re: [ANNOUNCE] Alpha release of Open Media Player
am I the only one that finds that all songs view is very slow, I mean when I choose a song it's not playing the one I chose and then the entire app goes so sloooow :s
|
Re: [ANNOUNCE] Alpha release of Open Media Player
There's no threading, it adds all items in the playlist then plays the song you selected.
|
Re: [ANNOUNCE] Alpha release of Open Media Player
app crashes on song/playlist delete & when fm transmitter is enabled from omp menu
anybody else experience this ? |
Re: [ANNOUNCE] Alpha release of Open Media Player
2 Attachment(s)
Quote:
Quote:
Quote:
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Pardon the noob question but I've installed the omp_20110917.tar.gz file. Now if I place that folder into the main N900 folder, what code do I need to input into X-terminal to update my OMP?
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
X terminal: 1. root 2. cd /home/user/MyDocs/omp_20110917 3. sh install_mediaplayer.sh --desktop-file Done |
Re: [ANNOUNCE] Alpha release of Open Media Player
thanks gidzzz!
i have more suggestions to you (i see that you are currently maintaining this project): could it be implemented a playlist creation "from folder"? i think it was discussed somewhere many times, and it is thing that would be most useful for music playing etc.... i think i mentioned this somewhere before: type and search trough current playlist in now playing (very very useful!!!) and i'm not thinking that i ask this for myself, but i think that these are suggestions to make OMP a better and more useful player! keep up the good work! (too all dev-s) ;) |
Re: [ANNOUNCE] Alpha release of Open Media Player
gidzzz, what's your gitorious username?
|
Re: [ANNOUNCE] Alpha release of Open Media Player
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Great, MAG & gidzzz!!! One more app in portrait mode. I'm charmed with your work (all devs, of course, CSSU and the rest). I'm just wondering if calendar app can be also updated to portrait mode; it's the one and only app of "missing" portrait apps.;):rolleyes:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
hmmmm... much fun in git i see :) :) :)
edit: a little off-topic, but i must ask: what program(s) you use for creating this app??? |
Re: [ANNOUNCE] Alpha release of Open Media Player
Qt Creator :)
|
Re: [ANNOUNCE] Alpha release of Open Media Player
I use gedit and grep. :]
|
Re: [ANNOUNCE] Alpha release of Open Media Player
(Question about calendar)
Quote:
|
Re: [ANNOUNCE] Alpha release of Open Media Player
No butterflies? :)
http://imgs.xkcd.com/comics/real_programmers.png |
Re: [ANNOUNCE] Alpha release of Open Media Player
same issues like mag's and capiperez version
( issue 3 is fixed ) see.. http://talk.maemo.org/showpost.php?p...2&postcount=58 |
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
Do you know if those files from the screenshot have proper track number metadata? |
Re: [ANNOUNCE] Alpha release of Open Media Player
the problem is not a track number or the metadata
i fixed the sorting problem in the Qt Creator... - singlealbumview.uii enabled the option "sortingEnabled" in Object: songList -> Class: QListWidget - singleartistview.uii enabled the option "sortingEnabled" in Object: albumList -> Class: QListWidget after this modifications all files ( albums, artists, songs, etc. ) are sorted correctly |
Re: [ANNOUNCE] Alpha release of Open Media Player
No, they're not. It causes the lists to be sorted alphabetically, thus it only works if you have a number in every title. If you have correct metadata, it actually breaks the proper order.
Moreover, I've got 5 files: "101.mp3", "102.mp3", "103.mp3", "201.mp3", "202.mp3". They have no metadata and in the browser they are displayed in the correct order (it's only 5 files, might be random ;) ). Maybe it's not just that you don't have track numbers assigned, but rather have them assigned incorrectly. So, I'd rather say check your metadata. Edit: Yep, it was random. :p |
Re: [ANNOUNCE] Alpha release of Open Media Player
short mp3 file description:
filename: 101 Artist - Titel.mp3metadata: titel: 101 Artist - Titel.mp3no Tracknumbers are defined in metadata the quintessence is, that he sorts the songs acc. the metadata "titel" from 1, 2, 3, ... till z ( my experience with no assigned tracknumbers ) |
Re: [ANNOUNCE] Alpha release of Open Media Player
I've fixed that locally but my git setup is messed up right now (for qt-mediaplayer at least).
Anyway, QListWidget shouldn't do the sorting to match the stock player, MAFW should, you can pass "+title" in mafw_source_browse's sorting parameter to get a sorted reply (one of the lists does this already, singlealbumwindow.cpp I think) |
Re: [ANNOUNCE] Alpha release of Open Media Player
Exactly. :)
|
Re: [ANNOUNCE] Alpha release of Open Media Player
1 Attachment(s)
There were some good things brewing on git and I think it's about time to post a build for people who don't like compiling. ;)
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
Is it possible to make OMP take CD Number Sorting in the IDv3 tags under consideration? it messed up quite a few of my albums. |
Re: [ANNOUNCE] Alpha release of Open Media Player
Does stock player do that? Unless I overlooked something, MAFW doesn't support fetching such metadata and things get a bit complicated. It would have to be extracted manually and slow things down. Although one album might have not enough songs to make it noticable.
|
Re: [ANNOUNCE] Alpha release of Open Media Player
Quote:
When I run sh install_mediaplayer.sh --desktop-file i get this ---> NowPlayingIndicator::autoSetVisibility Is the omp.png supposed to be entered somwhere in the command? Thanks, looks really promising :) |
Re: [ANNOUNCE] Alpha release of Open Media Player
"--desktop-file" installs a file that can be picked up by the menu system, so OMP is available from the applications menu or can placed as a shortcut on the desktop, just like any other shortcut. "omp.png" icon is copied automatically to its destination if you use "--desktop-file".
|
All times are GMT. The time now is 16:37. |
vBulletin® Version 3.8.8