My Musicplayer
SMALL BASIC music player with LD-EXTENTIONS
Show KSZW460.000
Developer technologies Small BASIC
5 answers
Sort by: Most helpful
-
-
Martmen 46 Reputation points
2021-08-28T07:49:52.02+00:00 Da sind noch ein paar Fehler drin, kann mir jemand helfen?
Das Suchen nach einem Titel oder Interpreten funktioniert nicht immer beim personell gesteuerten Wechsel per Maus zu einem anderen Titel.Vielen Dank
-
WhTurner 1,611 Reputation points
2021-08-28T11:41:02.88+00:00 It will be helpfill if you give the needed filenames wih a sample of the contents (some lines, not too much ;-) )
Searching in the program what input to expect, is not easy. -
Scout 541 Reputation points
2021-09-28T21:01:18.583+00:00 Das Unterprogramm Nextfile() wird 2x durchlaufen, wenn die Taste >> gedrückt wird. Dadurch wird immer ein Titel übersprungen.
Hier eine kleine Korrektur mit einem Tastenflag.
The Nextfile () subroutine is run through twice when the >> key is pressed. This means that a title is always skipped.
Here is a small correction with a button flag.
Wenn der Suchbegriff nicht gefunden wird, wird irgendwas ausgegeben.
If the search term is not found, something is returned.
Die Titel im Array werden manchmal nicht vollständig ausgegeben, Wahrscheinlich wegen Sonderzeichen.
The titles in the array are sometimes incomplete, probably because of special characters.
Die Auswahl mit der Maus funktioniert bei mir einwandfrei und vor allem unschlagbar schnell!
Umgekehrt wird es mit einer ListView in Small Basic nicht gelingen, über die Tasten die entsprechende Zeile auszuwählen.
Das würde nur mit einer DataView gehen, wie in deinem letzten Programmbeispiel über SQLite.
Wäre ja auch noch eine Alternative zu einem Arrayfile.
Ich glaube sehr wichtig ist die Verzeichnisstruktur der Musiksammlung und was im Titel zulässig ist.
Zum Beispiel:
Interpret --- CD x --- Titel 1
.......................................--- Titel 2
.........................CD y --- Titel 1
........................................--- Titel 2Das Sahnehäubchen wäre, wenn die Sammlung nach eigenen Vorlieben oder anderen Eigenschaften durchsucht werden kann, die iTunes oder Mediaplayer nicht anbieten.
Dann muss man sich nicht die Künstler merken.The selection with the mouse works flawlessly for me and, above all, unbeatably fast!
Conversely, with a ListView in Small Basic it will not be possible to select the corresponding line using the keys.
That would only work with a DataView, as in your last program example using SQLite.
It would be an alternative to an array file.
I think the directory structure of the music collection and what is allowed in the title are very important.
For example:
Artist --- CD x - Track1
........................... - Title2
CD y - track 1
....
The icing on the cake would be if the collection could be browsed according to your own preferences or other properties that iTunes or media players don't offer.
Then you don't have to remember the artists. -
Martmen 46 Reputation points
2021-11-14T11:10:56.023+00:00 N E W V E R S I O N 1 . 1
S H O W JCKX625.000