ACME Media Player

Developed or developing a new product in PureBasic? Tell the world about it.
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

ACME Media Player

Post by Marc56us »

Deleted project (bugs)
Last edited by Marc56us on Wed Mar 04, 2020 4:44 pm, edited 3 times in total.
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: ACME Media Player

Post by Marc56us »

...
Last edited by Marc56us on Wed Mar 04, 2020 2:58 pm, edited 1 time in total.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: ACME Media Player

Post by RSBasic »

Very good :)
Image
Image
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: ACME Media Player

Post by Marc56us »

...
Last edited by Marc56us on Wed Mar 04, 2020 2:58 pm, edited 1 time in total.
User avatar
loadstone
User
User
Posts: 97
Joined: Wed Jan 16, 2008 11:28 am
Location: china

Re: ACME Media Player

Post by loadstone »

:) Very nice! Can add "APE" music ,an "CUE" file,
Diamond Sutra: all law I was into at, forbearance .
http://www.8do8.com
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: ACME Media Player

Post by Marc56us »

...
Last edited by Marc56us on Wed Mar 04, 2020 2:58 pm, edited 1 time in total.
User avatar
Derren
Enthusiast
Enthusiast
Posts: 313
Joined: Sat Jul 23, 2011 1:13 am
Location: Germany

Re: ACME Media Player

Post by Derren »

Marc56us wrote:
loadstone wrote::) Very nice! Can add "APE" music ,an "CUE" file,
Thank you, but this is not possible (for the moment). I use the internal PB lib (Movie) and it can only play audio formats: MP3, M4A, FLAC, OGG, WAV and video: AVI, MP4, MPG, MPEG, DIVX.

This may be possible with the Fmodex lib (which I use to listen to radio streams), but I haven't found it in the documentation yet.

:wink:
Cue files are just "Playlists" for a longer piece of music.
They're used if you have for example, a 1 hour long recording of a live performance (or contonius DJ mix) or anything where you don't want to have gaps in between the tracks, so instead of having 10-20 individual mp3 files, you have one large one.
The cue file just contains timestamps (and maybe track info) and behaves like a playlist where you can select the "tracks" on that recording and it jumps to the timestamp.

So cue files ares just text files that contain information about where to jump on a longer recording, if the user selects a track from the list.

Wikipedia probably is better at explaining: https://en.wikipedia.org/wiki/Cue_sheet ... )#Examples

As with this example, you would provide a list like this to the listener:

Code: Select all

    Faithless – Reverence
    Faithless – She's My Baby
    Faithless – Take the Long Way Home
    Faithless – Insomnia
    Faithless – Bring the Family Back
    Faithless – Salva Mea
    Faithless – Dirty Old Man
    Faithless – God Is a DJ
And when they click on "Salva mea", your programm skips to "30:50:00" (see cue file on the wiki)

__________________________________________________
URL tags added
04.11.2019
RSBasic
Post Reply