forked from SuperTux/supertux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display author, title and license fields in the level editor music fi…
…le browser (SuperTux#2617)
- Loading branch information
James De Ricco
committed
Nov 26, 2023
1 parent
9b05a8f
commit 00091ee
Showing
62 changed files
with
279 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "airship_2.ogg") | ||
(title "Airship 2") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 202) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "airship_remix.ogg") | ||
(title "Airship Song Orchestral Mix") | ||
(author "Bart Kelsey") | ||
(license "CC-BY-SA 3.0 / GPL 3.0 / GPL 2.0") | ||
(loop-begin 4) | ||
(loop-at 58) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "arctic_breeze.ogg") | ||
(title "Antarctic Breeze") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 197) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "arctic_cave.ogg") | ||
(title "Eyes in the Deep") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 267) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "bossattack.ogg") | ||
(title "Boss Attack") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0.5) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "cave.ogg") | ||
(title "The Cave (Milestone 2 Version)") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "chipdisko.ogg") | ||
(title "Mortimer's Chipdisko") | ||
(author "Lukas Nystrand (as Mortimer Twang)") | ||
(license "CC-BY-SA / GPL") | ||
(loop-begin 0) | ||
(loop-at 158) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "jewels.ogg") | ||
(author "Alex \"cynicmusic\" Smith edited by congusbongus") | ||
(title "Crystal Cave + Mysterious Ambience (seamless loop)") | ||
(license "CC-BY 3.0 / CC-BY-SA 3.0 / GPL 3.0") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "salcon.ogg") | ||
(author "DJ Gentoo based on work by Asbjorn \"Mystical\" Andersen") | ||
(title "Salsa Con Carne (remix)") | ||
(license "CC-BY-SA / GPL") | ||
(loop-begin 0) | ||
(loop-at 56) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-boss.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-dark.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-daytime.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-daytime2.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "voc-night.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 4.648) | ||
(loop-at 73.231) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "darkforestkeep.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Dark Forest Keep") | ||
(loop-begin 0) | ||
(loop-at 199) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "fortress.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "The Fortress (Milestone 2 Version)") | ||
(loop-begin 11.37) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "beneath_the_rabbit_hole.ogg") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Beneath the Rabbit Holes") | ||
(loop-begin 0) | ||
(loop-at 178) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "bright_thunders.ogg") | ||
(author "Chris \"Krobonil\" Leutwyler") | ||
(license "CC-BY-SA") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "call_of_the_winding_path.ogg") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 394) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "clavelian_march.ogg") | ||
(author "Treskalle") | ||
(title "Clavelian March") | ||
(loop-begin 0.5) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "forest-cave.ogg") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 149) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "forest-sprint.ogg") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 207) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "forest.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Forest Dance") | ||
(loop-begin 54.818) | ||
(loop-at 95.955) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "forest2.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Rabbit Holes") | ||
(loop-begin 0) | ||
(loop-at 143) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "forest3.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Riding The Wind") | ||
(loop-begin 0) | ||
(loop-at 99) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "forest_theme.ogg") | ||
(author "Marek \"Wansti\" Moeckel and Tobias \"ToBeFree\" Frei") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Forest Prophecy reEducated") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "ghostforest.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Ghost Forest") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "ghostforest2.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Ghost Forest 2") | ||
(loop-begin 0) | ||
(loop-at 91) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "ghostforest_map.ogg") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 236) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "greatgigantic.ogg") | ||
(author "Marek \"Wansti\" Moeckel based on \"Giana Sisters Title Theme\" by Chris Huelsbeck") | ||
(license "GPL") | ||
(title "The Great Gigantic Secret (with kind permission from Chris Huelsbeck)") | ||
(loop-begin 0) | ||
(loop-at -1) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "march_of_the_malevolent.ogg") | ||
(author "Servalot, Marek \"Wansti\" Moeckel (original forest/'ghost' forest theme)") | ||
(license "CC-BY-SA 4.0") | ||
(title "March of the Malevolent") | ||
(loop-begin 0) | ||
(loop-at 109.09) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "new_forest_map.ogg") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 0) | ||
(loop-at 105) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
(supertux-music | ||
(file "shallow-green.ogg") | ||
(author "Jason Lavallée") | ||
(license "CC-BY-SA / GPL 2+") | ||
(title "Forest Stroll") | ||
(loop-begin 0) | ||
(loop-at 255) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
(supertux-music | ||
(file "treeboss.ogg") | ||
(author "Marek \"Wansti\" Moeckel") | ||
(license "CC-BY-SA / GPL 2+") | ||
(loop-begin 32.15) | ||
(loop-at -1) | ||
) |
Oops, something went wrong.