Page 1 of 4

OooPlayer - minimalist audio player

Posted: Sat Aug 09, 2014 9:00 am
by billon
[Moderator note: this is the primary OooPlayer program thread. View database entry. Discussion on dev and beta versions have a separate thread.]


---

Another app from ozok (TEncoder, TEbookConverter etc.), BASS based music player
http://sourceforge.net/projects/oooplayer/
Light-weight music player

Features:

Very low resource usage
Easy to use
Supports mp3, aac, ogg, opus, flac, alac, ape, mpc, tta, wv, wma, ac3 audio formats
Supports m3u, m3u8 playlists
Available as portable software
Image
DL portable - http://sourceforge.net/projects/oooplayer/files/1.0/ (3.5 MB)
Stealth, but trying to check for updates in first sturtup. To prevent - create settings.ini in app folder with:

Code: Select all

[settings]
update=0
@ozok: can i update BASS modules with newer versions? Or it broke the app?
And... why not TPlayer? :P In log it's called like that. I saw it in log because app can't play some .AAC and after that stop responding - just can't play any files, even that was played before

Re: OooPlayer

Posted: Sat Aug 09, 2014 10:47 am
by ozok
You can update them. I've actually updated them here (flac, wavpack and opus libs).
I was planning to name it TPlayer (right to the point I decided to release it, it was called TPlayer) then I saw that there was already a TPlayer. TPlayer you see in the log is the name of the player class, not the program's name. I wrote it like it to distinguish it from bass libraries' error codes.
I haven't found the cause of that behaviour yet, but restarting seems to solve the problem (bet solution ever, I know). Please copy the error codes next time.
BTW I've also noticed that drag&drop audio files doesn't work. Drag&drop folders work though.

EDIT: You can disable update checks by unchecking "Edit>General Settings>General>Check updates at start" box.

Re: OooPlayer

Posted: Sat Aug 09, 2014 12:33 pm
by Checker
Added to the database.
http://www.portablefreeware.com/index.php?id=2627 ... please vote :!:

Re: OooPlayer

Posted: Sat Aug 09, 2014 1:19 pm
by billon
ozok wrote:copy the error codes

Code: Select all

[10.08.2014 00:48:58] Error with file: C:\somepath\somefile.aac
[10.08.2014 00:48:58] TPlayer error: 3
[10.08.2014 00:48:58] Bass error: 5
[10.08.2014 00:48:58] Bass handle: 0

Code: Select all

[10.08.2014 01:22:36] Error with file: C:\somepath\somefile.wma
[10.08.2014 01:22:36] TPlayer error: 3
[10.08.2014 01:22:36] Bass error: 5
[10.08.2014 01:22:36] Bass handle: 0
But nevermind, maybe it's just broken files (but played fine with another players (XMPlay, MPlayer, ffplay, MPC-HC))
mp3, ogg, flac played fine
Very nice minimalistic player. One request: possibility to sort files in playlist by name, folder, album, artist, or just move files up/down, maybe just drag with mouse. And, can i add BASS modules for another filetypes not included in downloaded package?

Re: OooPlayer

Posted: Sat Aug 09, 2014 3:04 pm
by ozok
@billon It looks like the same problem I have here. It's difficult to solve because it happens at random. But I think I found a solution.
Very nice minimalistic player. One request: possibility to sort files in playlist by name, folder, album, artist, or just move files up/down, maybe just drag with mouse. And, can i add BASS modules for another filetypes not included in downloaded package?
I plan to add track dragging at some point, I don't know about sorting. I'm afraid you cannot add a module yourself, all plugins are hardcoded. Which plugin do you want? Note that I don't plan to add equalizer, dps etc.

Re: OooPlayer

Posted: Sat Aug 09, 2014 3:16 pm
by webfork
> Very low resource usage

Confirmed, at least on my system: I've got 9.7 megs RAM on Win7x86, processor usage is very low (so far hasn't gone above 1% CPU). For comparison, my player of choice Foobar2000 takes up about 20 megs and CPU usage starts off around 5-15% (think it's checking the library settings).

Re: OooPlayer

Posted: Mon Aug 11, 2014 1:41 am
by ozok
I released v1.1 last night. Changes:

Code: Select all

-Added: Support for speex, TAK and OptimFrog files
-Added: An option to not to load cover art
-Added: Smaller package size
-Fixed: Unable to drag&drop audio files to playlist
-Updated: FLAC, WacPack and Opus playback libraries
-Updated: ID3v1 and ID3v2 tag libraries

Re: OooPlayer

Posted: Mon Aug 11, 2014 7:37 am
by Checker
@ ozok: Thanks ... and updated :wink:

Re: OooPlayer

Posted: Wed Aug 13, 2014 8:19 am
by loin2kolpotoru
I tried oooplayer(1.0)portable & i suggest to add two most important feature of any audio player to oooplayer -

10 band Graphic equalizer,
Winamp dsp support.

Re: OooPlayer

Posted: Wed Aug 13, 2014 8:24 am
by Checker
loin2kolpotoru wrote:I tried oooplayer(1.0)portable & i suggest to add two most important feature of any audio player to oooplayer -

10 band Graphic equalizer,
Winamp dsp support.
ozok wrote:I plan to add track dragging at some point, I don't know about sorting. I'm afraid you cannot add a module yourself, all plugins are hardcoded. Which plugin do you want? Note that I don't plan to add equalizer, dps etc.

Re: OooPlayer

Posted: Wed Aug 13, 2014 8:39 am
by loin2kolpotoru
Checker - Thanks for pointing it. I missed it.

Sadly I will not be able to use oooplayer without the most important features - 10 band Graphic equalizer, Winamp dsp support.

Re: OooPlayer

Posted: Mon Aug 25, 2014 6:41 am
by ozok
I released a new version last night, 1.2. Changes:

Code: Select all

-Added: Dragging items in the playlist
-Added: Support for internal artwork
-Added: An option to load external or internal artworks first
-Added: Support for WAV files
-Added: An option to delete selected files from the playlist
-Added: Tray icon and tray menu
-Added: Some shortcuts
-Fixed: Program would stop working if user tried to play a non-existing file
-Updated: MediaInfo to 0.7.69
I'm working on adding internet radio function now.

Re: OooPlayer

Posted: Mon Aug 25, 2014 7:35 am
by Checker
@ ozok: Thanks ... and updated :wink:
ozok wrote:I'm working on adding internet radio function now.
Cool :D

Re: OooPlayer

Posted: Sun Sep 07, 2014 6:19 am
by ozok
I release 1.3 a few hours ago. I added radio stations I extracted from a radio player program but I couldn't remember it's name. I wanted to give credit or remove stations if author of that tool was unhappy. I'm sure I've seen it here. Anyway, changes:

Code: Select all

-Added: Radio player
-Added: Visualization
-Added: A few interface changes
-Fixed: Keyboard shortcuts for "Save Playlist" and "Stop" were the same
OooPlayer now has a github repo too: https://github.com/ozok/OooPlayer

Re: OooPlayer

Posted: Sun Sep 07, 2014 6:44 am
by Checker
@ ozok: Thanks ... and updated :wink: