OooPlayer - minimalist audio player

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
billon
Posts: 843
Joined: Sat Jun 23, 2012 4:28 pm

OooPlayer - minimalist audio player

#1 Post 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

ozok
Posts: 137
Joined: Sun Jul 15, 2012 5:29 am

Re: OooPlayer

#2 Post 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.

User avatar
Checker
Posts: 1628
Joined: Wed Jun 20, 2007 1:00 pm
Location: Ingolstadt [DE]

Re: OooPlayer

#3 Post by Checker »

Added to the database.
http://www.portablefreeware.com/index.php?id=2627 ... please vote :!:

billon
Posts: 843
Joined: Sat Jun 23, 2012 4:28 pm

Re: OooPlayer

#4 Post 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?

ozok
Posts: 137
Joined: Sun Jul 15, 2012 5:29 am

Re: OooPlayer

#5 Post 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.

User avatar
webfork
Posts: 10818
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: OooPlayer

#6 Post 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).

ozok
Posts: 137
Joined: Sun Jul 15, 2012 5:29 am

Re: OooPlayer

#7 Post 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

User avatar
Checker
Posts: 1628
Joined: Wed Jun 20, 2007 1:00 pm
Location: Ingolstadt [DE]

Re: OooPlayer

#8 Post by Checker »

@ ozok: Thanks ... and updated :wink:

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: OooPlayer

#9 Post 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.

User avatar
Checker
Posts: 1628
Joined: Wed Jun 20, 2007 1:00 pm
Location: Ingolstadt [DE]

Re: OooPlayer

#10 Post 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.

User avatar
loin2kolpotoru
Posts: 279
Joined: Fri Oct 09, 2009 11:20 am

Re: OooPlayer

#11 Post 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.

ozok
Posts: 137
Joined: Sun Jul 15, 2012 5:29 am

Re: OooPlayer

#12 Post 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.

User avatar
Checker
Posts: 1628
Joined: Wed Jun 20, 2007 1:00 pm
Location: Ingolstadt [DE]

Re: OooPlayer

#13 Post by Checker »

@ ozok: Thanks ... and updated :wink:
ozok wrote:I'm working on adding internet radio function now.
Cool :D

ozok
Posts: 137
Joined: Sun Jul 15, 2012 5:29 am

Re: OooPlayer

#14 Post 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

User avatar
Checker
Posts: 1628
Joined: Wed Jun 20, 2007 1:00 pm
Location: Ingolstadt [DE]

Re: OooPlayer

#15 Post by Checker »

@ ozok: Thanks ... and updated :wink:

Post Reply