Skip to content

Releases: thrive4/app.fb.audioplayer-bass

audioplayer-bass-v1.7.32bit

09 Oct 13:07
0b88de5
Compare
Choose a tag to compare
  • fixed .pls and .mru parsing again...
    a music.lst was not generated
    compacted code that handles playlists
  • addressed similar issue with search

audioplayer-bass-v1.6.32bit

20 Sep 12:45
43d69c4
Compare
Choose a tag to compare
  • getuilabelvalue implemented full automatic spacing
  • added generate m3u by searching on one tag
    artist, title, album, genre and year
    audioplayer
    example: audioplayer.exe g:\data\mp3\classic artist beethoven
    generates the m3u file beethoven.m3u
    which then can be played by audioplayer.exe beethoven.m3u
    notes:
    • simple search so 195 is equivelant of ?195? or 195
    • runtime in seconds is not calculated default is #EXTINF:134
    • no explicit wildcard support
  • tweaked getmp3tag increase speed parsing mp3 tags
  • trimmed utilfile.bas
  • fixed .pls parsing and playback

audioplayer-bass-v1.5.32bit

24 Nov 12:23
3ba583c
Compare
Choose a tag to compare
  • corrected freefile variable type to long
    integer causes issues when opening multiple
    file in succession
  • trimmed utilfile.bas
  • reworked shuffleplay...again... should now
    work as intended; only play a item in the set once
    until the set is exhausted.
  • tweaked drc, volume was stil choppy with certain
    music is now more in line with, xmplay's auto amp
    dynamic gain, as such more smoother.
  • added dutch (nl) as locale
  • tidy up conf.ini
  • added .wbfe (winfbe) project file

audioplayer-bass-v1.4.32bit

28 Oct 11:45
7bf156a
Compare
Choose a tag to compare

update v1.4 28/10/2023

  • fixed log creation (missing message)
  • fixed appname made truncation .exe optional
  • fixed checkpath did not set correct path after
    function exit when path is correct
  • fixed list when initiating with a specific track or song
  • reduced probability of same track playing in shuffle mode
  • display current track / song number
  • misc fixes to getmp3cover

audioplayer-bass-v1.3.32bit

28 Jun 12:54
3686de0
Compare
Choose a tag to compare

update v1.3 27/06/2023

  • reworked localization, broader ui scope, utf support and more scalable
  • implemented utilfile.bas generics for several apps
  • tweaked drc algorithm reduced volume peak

audioplayer-bass-v1.2.32bit

26 May 11:46
e360dfc
Compare
Choose a tag to compare

update v1.2 15/05/2023

  • added drc, dynamic range compression can be set via conf.ini
  • added toggle drc via key 'd' drc on or off
  • added toggle listplay via key 'l' shuffle or linear
  • added os mixer fader volume control (windows 7 and 10)
    | route: sourcevolume > drcvolume (on / off) > currentvolume( is os mixer volume)
    | source is set via config, drc amps Db currentvolume is final volume output
  • improved command line handling catches incorrect files and paths
  • tweaked utilfile.bas more in line with other apps
  • tweaked shuffleplay scanning from root dir is not supported
  • tieded up code in most files
  • fixed .pls

audioplayer-bass-v1.1.32bit

21 Mar 11:48
4411beb
Compare
Choose a tag to compare

update v1.1 20/03/2023

  • better thumbnail detection in jpeg
    pattern ffd8 ffd8 ffd9 ffd9 next to
    pattern ffd8 ffd9 ffd8 ffd9
  • better png check using exif as check
  • removed p play option not really needed
  • misc bugfixes stability and error handling

audioplayer-bass-v1.0.32bit

03 Mar 15:28
c7d3e37
Compare
Choose a tag to compare

public release audioplayer-bass-v1.0.32bit