Skip to content

CoolBrad-Scripts/lb-musicapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro Card

Description

A YouTube Music app built for LB-Phone. Allow players in your community to listen to ANY YouTube video using their in-city phone! This application allows users to save songs to a playlist for easy access at a later time!

Features:

  • Play ANY YouTube video from URL
  • Save Songs

Dependencies

  • xsound
  • LB-Phone
  • YouTube API Key

Installation

Run the following SQL Query on your server

CREATE TABLE IF NOT EXISTS `lb_music` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `citizenID` varchar(50) NOT NULL,
  `url` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

Help and Support

If you require any assistance with this script or run into any issues, I would be happy to assist you. Please open a ticket in my Discord

About

Let your players listen to nearly any YouTube music using a URL.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 50.5%
  • Lua 27.5%
  • CSS 19.2%
  • JavaScript 2.8%