Skip to content

Releases: Bronya-Rand/DDLC-OSTPlayer

DDLC OST Player 1.21

29 Jan 01:58
Compare
Choose a tag to compare

Fixes

  • Fixed a bug where the OST player screen freezes due to a integer error in the pause statement of the time loop

Current Issue & Fix for Now

  • There is a issue if the cover from a song is UTF-8 where TinyTag will extract the image but Ren'Py reads it as unreadable (sometimes UTF-8 covers are used for iTunes compatibility). This can only be fixed by re-adding the cover of the song to be non-UTF-8 to work else you will get a exception.

Compatibility

  • ✔️ Ren'Py 7 (PC)
  • ❌ Ren'Py 7 (Android)
  • ✔️ Ren'Py 6 (PC)
  • ❌ Ren'Py 6 (Android)

Installation

To install, download DDLC-OSTPlayer-1.21.zip and extract it's files from the ZIP file to your mod's game folder.

DDLC OST Player 1.2

29 Dec 01:53
Compare
Choose a tag to compare

Features

  • Forward a song in progress by 5 seconds.
  • Rewind a song in progress by 5 seconds.

Compatibility

  • ✔️ Ren'Py 7 (PC)
  • ❌ Ren'Py 7 (Android)
  • ✔️ Ren'Py 6 (PC)
  • ❌ Ren'Py 6 (Android)

Installation

To install, download DDLC-OSTPlayer-1.2.zip and extract it's files from the ZIP file to your mod's game folder.

DDLC OST Player 1.13

31 Oct 15:20
Compare
Choose a tag to compare

Fixes

Fixed a issue where defining a OGG can cause a error due to author variable.

Compatibility

  • ✔️ Ren'Py 7 (PC)
  • ❌ Ren'Py 7 (Android)
  • ✔️ Ren'Py 6 (PC)
  • ❌ Ren'Py 6 (Android)

Installation

To install, download DDLC-OSTPlayer-1.13.zip and extract it's files from the ZIP file to your mod's game folder.

DDLC OST Player 1.12

05 Oct 12:34
Compare
Choose a tag to compare

Note: This project is semi-beta meaning some bugs may occur. Please do report them to me if you encounter one.

Features

  • A-Z organization.
    • This organizes the list alphabetically. To enable A-Z organization, change define organizeAZ to True. (Disabled by Default)
  • Priority organization. Prioritize songs that are more important and such!
    • To enable priority organization, change define organizePriority to True. (Enabled by Default)
    • To change glob scan priority, change priorityScan to another number. Remember 0 is highest priority while 1 and so on is lower. Example format is here
Wake_Up_Unchanged = soundtrack(
    name = "Unchanged",
    full_name = "Wake up unchanged",
    path = "mod_assets/music_player/sample/Unchanged.ogg",
    priority = 0,
    author = "PabloLuaxerc#1719",
    description = "Sad soundtrack",
    cover_art = "mod_assets/music_player/cover/cover.png"
    )

Note: Both organization styles can work together. You can prioritize and set your lists A-Z.

Fixes

  • Fixed the play button locking up causing a bool error

Current Bugs

  • Kanji/Chinese/Korean Text will not show if it's in the title or artist tag. This can be fixed by installing an alternative font and replacing the font used with it.
  • Menu buttons are still interactable despite song menu.
  • Some characters may show a block if unsupported by the font. This can be fixed by installing an alternative font and replacing the font used with it.

Compatibility

  • ✔️ Ren'Py 7 (PC)
  • ❌ Ren'Py 7 (Android)
  • ✔️ Ren'Py 6 (PC)
  • ❌ Ren'Py 6 (Android)

Installation

To install, download Soundtrack_Music_Player_1.1.zip and extract it's files from the ZIP file to your mod's game folder.