dev-version

This commit is contained in:
janis
2022-03-11 11:57:09 +01:00
parent 17b2bb1fa2
commit 014640466c
7 changed files with 31 additions and 11 deletions

View File

@@ -10,11 +10,6 @@ from kivy.clock import Clock
import bin.csv_parsers
import bin.filepathanalysis
import bin.player
import pygame
import pygame.mixer as mx
import copy
import time
pl = bin.player.Player()
@@ -150,6 +145,7 @@ class ShowcaseS(MDScreen):
self.__currents_imp = self.__info.pop(0)
self.__currents = int(self.__currents_imp.pop(0))
self.__upcoming = self.__info.pop(0)
self.__upcoming.sort()
self.__current = self.__upcoming.pop(self.__currents)
self.ids.current_song.text = self.__current[:(len(self.__current) - 4)]
if len(self.__upcoming) <= self.__currents: