C64 Jukebox

{{ $t("currentlyPlaying") }} {{ currentSid }}

C64 Jukebox of JSIDPlay2 - Music Player & C64 SID Chip Emulator
JSIDPlay2 is copyrighted to:
2007-2024 Ken Händel,
Antti S. Lankila and Wilfred Bos

Distortion Simulation and 6581/8580 emulation:
Copyright © 2005-2011 Antti S. Lankila
ReSID engine and 6581/8580 emulation:
Copyright © 1999-2011 Dag Lem
Source code of JSIDPlay2 and the built-in AppServer can be found at:
https://sourceforge.net/projects/jsidplay2

The search function of this web-site is powered by Assembly64 by Fredrik Åberg.
http://hackerswithstyle.ddns.net/assembly/
Thank you mate!

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

{{ $t("filter") }}
{{ $t("sidInfoKey") }} {{ $t("sidInfoValue") }}
{{ entry.Name }} {{ entry.Value }}
{{ stil.comment }}
  • {{ $t("STILINFO.NAME") }}: {{ info.name }}
    {{ $t("STILINFO.AUTHOR") }}: {{ info.author }}
    {{ $t("STILINFO.TITLE") }}: {{ info.title }}
    {{ $t("STILINFO.ARTIST") }}: {{ info.artist }}
    {{ info.comment }}
  • {{ $t("STILINFO.SUBTUNE") }}: {{ subtune.tuneNo }}
    • {{ $t("STILINFO.NAME") }}: {{ info.name }}
      {{ $t("STILINFO.AUTHOR") }}: {{ info.author }}
      {{ $t("STILINFO.TITLE") }}: {{ info.title }}
      {{ $t("STILINFO.ARTIST") }}: {{ info.artist }}
      {{ info.comment }}
{{ $t("fetchFavorites") }}
  1. {{ shortEntry(entry.filename) }}
    {{ pathEntry(entry.filename) }}
{{ $t("HARDSID") }}
HardSID4U
{{ $t("EXSID") }}
ExSID
{{ $t("SIDBLASTER") }}
SIDBlaster

{{ $t("USE_REAL_HARDWARE") }}

  • {{ $t("HARDWARE_PREPARATION_1") }}
  • {{ $t("HARDWARE_PREPARATION_2") }} {{ $t("HERE") }}
  • {{ $t("HARDWARE_PREPARATION_3") }}
  • Ubuntu with {{ $t("HARDSID") }} devices:
    $ sudo vi /etc/udev/rules.d/92-hardsid4u.rules
    with contents:
    SUBSYSTEM=="usb",ATTR{idVendor}=="6581",ATTR{idProduct}=="8580",MODE="0660",GROUP="plugdev"
    $ sudo udevadm trigger
    now reboot
  • Ubuntu with {{ $t("EXSID") }} devices:
    $ sudo vi /etc/udev/rules.d/93-exsid.rules
    with contents:
    ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0666", RUN+="/bin/sh -c 'rmmod ftdi_sio && rmmod usbserial'"
    For ExSID+ you have to replace idProduct 6001 with 6015!
    $ sudo udevadm control --reload-rules && udevadm trigger
    now reboot
    Fedora Linux with {{ $t("EXSID") }} devices:
    $ sudo vi /etc/udev/rules.d/93-exsid.rules
    with contents:
    ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0666", RUN+="/bin/sh -c 'echo -n $id:1.0 > /sys/bus/usb/drivers/ftdi_sio/unbind; echo -n $id:1.1 > /sys/bus/usb/drivers/ftdi_sio/unbind'"
    For ExSID+ you have to replace idProduct 6001 with 6015!
    $ sudo udevadm control --reload-rules && udevadm trigger
    now reboot

{{ $t("USE_MOBILE_DEVICES_1") }} {{ $t("USE_MOBILE_DEVICES_2") }}. HardSID4U

{{ $t("STREAMING_NOTES") }}

{{ $t("CART_NOTES") }}
{{ logsCount.toLocaleString() }} {{ $t("results") }}
{{ $t("Logs.instant") }}
{{ toDateTime(row.instant) }} {{ row.sourceClassName }} {{ row.sourceMethodName }} {{ row.level }} {{ row.message }}