Coder Social home page Coder Social logo

retropie_music_overlay's Introduction

RetroPie Background Music Overlay v2.21

To install, This will Also Install Splash and Exit Screens

 curl -sSL https://raw.githubusercontent.com/SupremePi/retropie_music_overlay/master/BGM_Install.sh | bash

This has all the files needed to install the background music script with added overlays!
If you would like to manually install this script:

 sudo apt-get install mpv python3-pygame python-pygame mpg123 imagemagick python-urllib3 libpng12-0 fbi python-pip python3-pip

&

 pip install requests gdown

then

 git clone https://github.com/SupremePi/retropie_music_overlay.git
 cd retropie_music_overlay
 git checkout tags/rpbgmov2.21
 sudo chmod +x Quick_BGM_Install.sh
 ./Quick_BGM_Install.sh

and it will do the following:
Download stuff needed (make sure u have the dependencies above, if you have ODROID it should autodetect and install the needed ones)
Move pngview to the correct directory.
Create the /home/pi/RetroPie/roms/music folder for music.
Add a menu items in the retropie section to enable/disable the music and set volume, plus setup for custom and other music.
Picture here:
Preview

More Information

This is apart of a background music script I have been working on, does something similar to Kio Diekin's theme and music script, but this one only deals in music, TAMPO does themes, music, and more.
This is open source and free for anyone to use, just drop me a little credit is all I ask.
the script has a one line install, so no need to clone a repo (it does all that for you), it has one of two ways to install, with my own custom music included and without so you can add your own, the first one included is Arcade Music ambient background noises from the arcades plus some arcade based music, second we have Back to the Future, this was taken from MBM's Pleasure Paradise Back To The Future build, third is Nostalgia Trip V3, from Damaso's NTv3 build, fourth is Supreme Team, this music is found on a base image of Supreme Ultra V1, fifth is Ultimate Vs Fighter music from David Ball's UVF build, and last, but definitely not least we have Kiodiekin's music from Venom ( I think I got it from the 327gb build).
Now if you so choose to install my custom music what you will get is the music Soundtrack from the game Brutal Legends, starring Jack Black.
This "Custom" music consists of 108 Heavy Metal songs from the original game soundtrack.
I also included in the control script are ways to turn on and off certain features, like the Overlay itself, Overlay Fadeout, Rounded Corrners (purely cosmetic), and Line Separator that basically separates to a new line after a dash/hyphen is present in the file name, simplier terms it takes a file named

 Crash Team Racing Nitro-Fueled - Menu Theme

and shows up like this

 Crash Team Racing Nitro-Fueled
           Menu Theme

but there it is folks have fun

Preview

Future Plans

Not Done. Not Done Adding the ability to change overlay and text colors.

Done. Done Adding the ability to change the placement of the overlay (top, bottom, right, left).

Done. Done Adding the ability to change the music directory to a custom location.

Done. Done Adding the ability to change how long to hide the overlay in seconds.

Done. Done Adding the ability to turn the exit splash on or off.

Color Section

This is where you will find the info you will need to change the colors of the background and font on the Overlay.
At the moment I have a color table here with color names that can be typed in to the RPBGMO bash gui, right now they have to be typed in cause getting bash script color is not as easy to code as you would think.

CONFIG SECTION

Edit these manually to adjust the script to your needs:
startdelay = 0 # Value (in seconds) to delay audio start. If you have a splash screen with audio and the script is playing music over the top of it, increase this value to delay the script from starting.

maxvolume = 0.50
volumefadespeed = 0.02
restart = True # If true, this will cause the script to fade the music out and -stop- the song rather than pause it.
startsong = "" # if this is not blank, this is the EXACT, CaSeSeNsAtIvE filename of the song you always want to play first on boot.

###Overlay Config###

overlay_enable = True # Enable or disable the overlay
overlay_fade_out = True # Change to "False" to have the overlay remain on the screen until an emulator/application is launched
overlay_fade_out_time = 5 # Hide the overlay after X seconds
overlay_pngview_location = '/usr/local/bin/pngview'
overlay_background_color = 'black'
overlay_text_color = 'white'
overlay_text_font = 'FreeSans'
overlay_tmp_file = '/dev/shm/song_title.png
overlay_rounded_corners = False #Set to "True" round the corners of the overlay
overlay_size = '600x64'
overlay_x_offset = '0'
overlay_y_offset = '0'

Credits

Props to Livewire for the original script: https://retropie.org.uk/forum/topic/347/background-music-continued-from-help-support
Special thanks to AndrewFromMelbourne for pngview: https://github.com/AndrewFromMelbourne/raspidmx
RetroPie forum thread: https://retropie.org.uk/forum/topic/16458/modified-background-music-script-with-added-overlays
BGM Overlay code added by madmodder123
Version 1.01 - Changed song_title.png to write to RAM instead of the SD Card (Thanks zerojay!)
Version 1.60 - Added one line install and control scripts by thepitster

retropie_music_overlay's People

Contributors

allripped avatar madmodder123 avatar supremepi avatar danyboy666 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.