Skip to content

Commit

Permalink
reviewed musicplayer files
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjx9 committed Sep 22, 2022
1 parent 5b9866e commit d24fba6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class musicimages(db.Model):
def hello():
return redirect("vgmplayer")


@app.route('/grvgm', methods=['GET'])
def grvgm():
musicdata = music.query.order_by(func.random()).first()
Expand Down
55 changes: 0 additions & 55 deletions static/js/musicplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,61 +28,6 @@ let Playing_song = false;
let track = document.createElement('audio');


//All songs list
// let All_song = [
// {
// name: "Sewer Dungeon",
// path: "https://vgmsite.com/soundtracks/yakuza-like-a-dragon-unofficial-original-soundtrack-2020/vdyvhloczr/1-08.%20Sewer%20Dungeon.mp3",
// img: "https://vgmsite.com/soundtracks/yakuza-like-a-dragon-unofficial-original-soundtrack-2020/1-Cover.jpg",
// album: "Yakuza Like A Dragon Unofficial Original Soundtrack (PS4, PS5) (2020)",
// artists: "test",
// platform: "test",
// year: "test",
// genre: "test"
// },
// {
// name: "second song",
// path: "2.mp3",
// img: "img2.jpg",
// album: "Yakuza Like A Dragon Unofficial Original Soundtrack (PS4, PS5) (2020)",
// artists: "test",
// platform: "test",
// year: "test",
// genre: "test"
// },
// {
// name: "third song",
// path: "3.mp3",
// img: "img3.jpg",
// album: "Yakuza Like A Dragon Unofficial Original Soundtrack (PS4, PS5) (2020)",
// artists: "test",
// platform: "test",
// year: "test",
// genre: "test"
// },
// {
// name: "fourth song",
// path: "4.mp3",
// img: "img4.jpg",
// artists: "test",
// platform: "test",
// year: "test",
// genre: "test"
// },
// {
// name: "fifth song",
// path: "5.mp3",
// img: "img5.jpg",
// album: "Yakuza Like A Dragon Unofficial Original Soundtrack (PS4, PS5) (2020)",
// artists: "test",
// platform: "test",
// year: "test",
// genre: "test"
// }
// ];




// All functions

Expand Down

0 comments on commit d24fba6

Please sign in to comment.