Tue Nov 14 14:03:40 GMT 2023
Description="'After failed rescan'"
# cat /proc/version ---------------
Linux version 6.1.58-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1690 SMP PREEMPT Tue Oct 17 15:37:08 BST 2023
# cat /etc/os-release ---------------
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
VOLUMIO_BUILD_VERSION="893d2e91c55a7857b58762e70c2f65b9d163562b"
VOLUMIO_FE_VERSION="614d7b13ffdcb0cc5a6072e7d06f59d52e323e71"
VOLUMIO_FE3_VERSION="570aaed971c1346d45d1172dc445b086b258c6d1"
VOLUMIO_BE_VERSION="30b77d58bf3c2745acc494ddafed946392a79905"
VOLUMIO_ARCH="arm"
VOLUMIO_VARIANT="volumio"
VOLUMIO_TEST="FALSE"
VOLUMIO_BUILD_DATE="Fri 20 Oct 2023 03:38:28 PM CEST"
VOLUMIO_VERSION="3.569"
VOLUMIO_HARDWARE="pi"
VOLUMIO_DEVICENAME="Raspberry Pi"
VOLUMIO_HASH="4163d3756b55b3bf7c480d7285f68954"
# ifconfig ---------------
eth0: flags=4163 mtu 1500
inet 192.168.0.66 netmask 255.255.255.0 broadcast 192.168.0.255
ether d8:3a:dd:a6:fc:0d txqueuelen 1000 (Ethernet)
RX packets 13704471 bytes 20400816115 (18.9 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2747409 bytes 224072107 (213.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 105
lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1000 (Local Loopback)
RX packets 877 bytes 79921 (78.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 877 bytes 79921 (78.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163 mtu 1500
inet 192.168.211.1 netmask 255.255.255.0 broadcast 192.168.211.255
ether d8:3a:dd:a6:fc:0e txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 101 bytes 16955 (16.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
# sudo iwconfig ---------------
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11 Mode:Master Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
# aplay -l ---------------
**** List of PLAYBACK Hardware Devices ****
card 0: sndrpihifiberry [snd_rpi_hifiberry_dacplushd], device 0: HiFiBerry DAC+ HD HiFi pcm179x-hifi-0 [HiFiBerry DAC+ HD HiFi pcm179x-hifi-0]
Subdevices: 1/1
Subdevice #0: subdevice #0
# lsusb ---------------
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
# lsusb -t ---------------
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=uas, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M
# lsusb -v ---------------
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 3.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 3
bMaxPacketSize0 9
idVendor 0x1d6b Linux Foundation
idProduct 0x0003 3.0 root hub
bcdDevice 6.01
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x001f
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
bMaxBurst 0
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 6.01
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0019
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 3.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 9
idVendor 0x174c ASMedia Technology Inc.
idProduct 0x55aa Name: ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
bcdDevice 1.00
iManufacturer 2
iProduct 3
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0079
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes Couldn't open device, some information will be missing
0xc0
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0400 1x 1024 bytes
bInterval 0
bMaxBurst 15
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0400 1x 1024 bytes
bInterval 0
bMaxBurst 15
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 1
bNumEndpoints 4
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 98
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0400 1x 1024 bytes
bInterval 0
bMaxBurst 15
MaxStreams 32
Data-in pipe (0x03)
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0400 1x 1024 bytes
bInterval 0
bMaxBurst 15
MaxStreams 32
Data-out pipe (0x04)
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0400 1x 1024 bytes
bInterval 0
bMaxBurst 15
MaxStreams 32
Status pipe (0x02)
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0400 1x 1024 bytes
bInterval 0
bMaxBurst 0
Command pipe (0x01)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 3.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 3
bMaxPacketSize0 9
idVendor 0x1d6b Linux Foundation
idProduct 0x0003 3.0 root hub
bcdDevice 6.01
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x001f
bNumInterfaces 1
bConfigurationValue Couldn't open device, some information will be missing
1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
bMaxBurst 0
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 6.01
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0019
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
# ps -ef ---------------
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 13:39 ? 00:00:02 /sbin/init
root 2 0 0 13:39 ? 00:00:00 [kthreadd]
root 3 2 0 13:39 ? 00:00:00 [rcu_gp]
root 4 2 0 13:39 ? 00:00:00 [rcu_par_gp]
root 5 2 0 13:39 ? 00:00:00 [slub_flushwq]
root 6 2 0 13:39 ? 00:00:00 [netns]
root 10 2 0 13:39 ? 00:00:00 [mm_percpu_wq]
root 11 2 0 13:39 ? 00:00:00 [rcu_tasks_kthread]
root 12 2 0 13:39 ? 00:00:00 [rcu_tasks_rude_kthread]
root 13 2 0 13:39 ? 00:00:00 [rcu_tasks_trace_kthread]
root 14 2 0 13:39 ? 00:00:04 [ksoftirqd/0]
root 15 2 0 13:39 ? 00:00:00 [rcu_preempt]
root 16 2 0 13:39 ? 00:00:00 [migration/0]
root 17 2 0 13:39 ? 00:00:00 [cpuhp/0]
root 18 2 0 13:39 ? 00:00:00 [cpuhp/1]
root 19 2 0 13:39 ? 00:00:00 [migration/1]
root 20 2 0 13:39 ? 00:00:00 [ksoftirqd/1]
root 23 2 0 13:39 ? 00:00:00 [cpuhp/2]
root 24 2 0 13:39 ? 00:00:00 [migration/2]
root 25 2 0 13:39 ? 00:00:00 [ksoftirqd/2]
root 28 2 0 13:39 ? 00:00:00 [cpuhp/3]
root 29 2 0 13:39 ? 00:00:00 [migration/3]
root 30 2 0 13:39 ? 00:00:00 [ksoftirqd/3]
root 33 2 0 13:39 ? 00:00:00 [kdevtmpfs]
root 34 2 0 13:39 ? 00:00:00 [inet_frag_wq]
root 36 2 0 13:39 ? 00:00:00 [kauditd]
root 38 2 0 13:39 ? 00:00:00 [khungtaskd]
root 39 2 0 13:39 ? 00:00:06 [kworker/u8:1-events_unbound]
root 40 2 0 13:39 ? 00:00:00 [oom_reaper]
root 41 2 0 13:39 ? 00:00:00 [writeback]
root 42 2 0 13:39 ? 00:00:00 [kcompactd0]
root 43 2 0 13:39 ? 00:00:00 [kintegrityd]
root 44 2 0 13:39 ? 00:00:00 [kblockd]
root 45 2 0 13:39 ? 00:00:00 [blkcg_punt_bio]
root 46 2 0 13:39 ? 00:00:00 [watchdogd]
root 47 2 0 13:39 ? 00:00:00 [kworker/u8:2-loop0]
root 51 2 0 13:39 ? 00:00:00 [rpciod]
root 52 2 0 13:39 ? 00:00:00 [xprtiod]
root 55 2 0 13:39 ? 00:00:09 [kswapd0]
root 56 2 0 13:39 ? 00:00:00 [nfsiod]
root 57 2 0 13:39 ? 00:00:00 [kthrotld]
root 63 2 0 13:39 ? 00:00:00 [hwrng]
root 64 2 0 13:39 ? 00:00:00 [iscsi_conn_clea]
root 65 2 0 13:39 ? 00:00:00 [nvme-wq]
root 66 2 0 13:39 ? 00:00:00 [nvme-reset-wq]
root 67 2 0 13:39 ? 00:00:00 [nvme-delete-wq]
root 68 2 0 13:39 ? 00:00:00 [DWC Notificatio]
root 69 2 0 13:39 ? 00:00:00 [uas]
root 70 2 0 13:39 ? 00:00:00 [zswap-shrink]
root 92 2 0 13:39 ? 00:00:00 [irq/37-aerdrv]
root 94 2 0 13:39 ? 00:00:00 [sdhci]
root 95 2 0 13:39 ? 00:00:00 [sdhci]
root 96 2 0 13:39 ? 00:00:00 [irq/160-mmc0]
root 97 2 0 13:39 ? 00:00:00 [irq/161-mmc1]
root 99 2 0 13:39 ? 00:00:00 [kworker/0:4-events]
root 100 2 0 13:39 ? 00:00:00 [mmc_complete]
root 101 2 0 13:39 ? 00:00:00 [kworker/2:1H-kblockd]
root 102 2 0 13:39 ? 00:00:00 [kworker/0:1H-mmc_complete]
root 131 2 0 13:39 ? 00:00:00 [kworker/3:2H-kblockd]
root 136 2 0 13:39 ? 00:00:00 [jbd2/mmcblk0p2-8]
root 137 2 0 13:39 ? 00:00:00 [ext4-rsv-conver]
root 139 2 0 13:39 ? 00:00:00 [kworker/1:1H-kblockd]
root 142 2 0 13:39 ? 00:00:00 [scsi_eh_0]
root 143 2 0 13:39 ? 00:00:00 [scsi_tmf_0]
root 185 2 0 13:39 ? 00:00:00 [jbd2/mmcblk0p3-8]
root 186 2 0 13:39 ? 00:00:00 [ext4-rsv-conver]
root 194 2 0 13:39 ? 00:00:00 [mld]
root 195 2 0 13:39 ? 00:00:00 [ipv6_addrconf]
root 226 1 0 13:39 ? 00:00:00 /lib/systemd/systemd-journald
root 260 1 0 13:39 ? 00:00:00 /lib/systemd/systemd-udevd
root 312 2 0 13:39 ? 00:00:00 [spi10]
root 321 2 0 13:39 ? 00:00:00 [irq/165-1000800000.codec]
root 420 2 0 13:39 ? 00:00:00 [cfg80211]
root 447 2 0 13:39 ? 00:00:00 [brcmf_wq/mmc1:0]
root 449 2 0 13:39 ? 00:00:00 [brcmf_wdog/mmc1:0001:1]
root 494 2 0 13:39 ? 00:00:00 [kworker/u9:1-hci0]
root 515 2 0 13:39 ? 00:00:00 [kworker/u9:2-brcmf_wq/mmc1:0001:1]
_rpc 668 1 0 13:39 ? 00:00:00 /sbin/rpcbind -f -w
volumio 697 1 0 13:39 ? 00:00:00 /usr/local/bin/volumio-remote-updater
root 699 1 0 13:39 ? 00:00:00 /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon
nobody 702 1 0 13:39 ? 00:00:00 /usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket --user nobody --deviceglob /dev/input/event*
message+ 705 1 0 13:39 ? 00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 706 1 0 13:39 ? 00:00:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
root 707 1 0 13:39 ? 00:00:00 /lib/systemd/systemd-logind
avahi 708 1 0 13:39 ? 00:00:00 avahi-daemon: running [rpi5.local]
avahi 718 708 0 13:39 ? 00:00:00 avahi-daemon: chroot helper
root 771 1 0 13:39 ? 00:00:00 /usr/sbin/nmbd --foreground --no-process-group
root 776 1 0 13:39 ? 00:00:00 /usr/lib/bluetooth/bluetoothd --noplugin=sap
root 789 1 0 13:39 ? 00:00:00 /sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyAMA10 vt220
root 794 1 0 13:39 ? 00:00:00 /usr/sbin/ifplugd -i eth0 -q -f -u0 -d10 -w -I
root 795 1 0 13:39 tty1 00:00:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
ntp 805 1 0 13:39 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 103:103
root 809 1 0 13:39 ? 00:00:00 /usr/sbin/sshd -D
root 819 771 0 13:39 ? 00:00:00 /usr/sbin/nmbd --foreground --no-process-group
dnsmasq 884 1 0 13:39 ? 00:00:00 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service
root 888 1 0 13:39 ? 00:00:00 /usr/sbin/hostapd -B -P /run/hostapd.pid -B /etc/hostapd/hostapd.conf
volumio 893 1 0 13:39 ? 00:00:05 /usr/bin/node /volumio/index.js
root 919 1 0 13:39 ? 00:00:00 /usr/sbin/winbindd --foreground --no-process-group
root 922 919 0 13:39 ? 00:00:00 winbindd: domain child [RPI5]
root 924 1 0 13:39 ? 00:00:00 /usr/sbin/smbd --foreground --no-process-group
root 928 924 0 13:39 ? 00:00:00 /usr/sbin/smbd --foreground --no-process-group
root 929 924 0 13:39 ? 00:00:00 /usr/sbin/smbd --foreground --no-process-group
root 930 919 0 13:39 ? 00:00:00 winbindd: idmap child
root 931 919 0 13:39 ? 00:00:00 winbindd: domain child [BUILTIN]
root 933 924 0 13:39 ? 00:00:00 /usr/sbin/smbd --foreground --no-process-group
root 971 1 17 13:39 ? 00:04:15 /sbin/mount.ntfs /dev/sda1 /media/1TB -o rw,noatime,dmask=0000,fmask=0000,iocharset=utf8
volumio 974 893 0 13:39 ? 00:00:00 /usr/bin/node /volumio/app/plugins/miscellanea/albumart/serverStartup.js 3001 /data/albumart
volumio 981 974 0 13:39 ? 00:00:00 /usr/bin/node /volumio/app/plugins/miscellanea/albumart/serverStartup.js 3001 /data/albumart
volumio 982 974 0 13:39 ? 00:00:00 /usr/bin/node /volumio/app/plugins/miscellanea/albumart/serverStartup.js 3001 /data/albumart
volumio 983 974 0 13:39 ? 00:00:00 /usr/bin/node /volumio/app/plugins/miscellanea/albumart/serverStartup.js 3001 /data/albumart
shairpo+ 1081 1 0 13:39 ? 00:00:00 /usr/bin/shairport-sync --configfile=/tmp/shairport-sync.conf
root 1106 1 0 13:39 ? 00:00:00 /sbin/dhcpcd eth0
volumio 1154 1 0 13:39 ? 00:00:01 /usr/bin/upmpdcli -c /tmp/upmpdcli.conf
volumio 1170 893 0 13:39 ? 00:00:00 /usr/bin/node /myvolumio/plugins/music_service/streaming_services/streamingProxy.js
root 1318 2 0 13:40 ? 00:00:00 [kworker/2:5-events]
root 1416 2 0 13:44 ? 00:00:00 [kworker/1:0-events]
root 1457 2 0 13:49 ? 00:00:00 [kworker/3:1-events]
root 1482 924 7 13:52 ? 00:00:49 /usr/sbin/smbd --foreground --no-process-group
root 1501 2 0 13:54 ? 00:00:00 [kworker/3:0H-kblockd]
root 1510 2 0 13:54 ? 00:00:00 [kworker/2:0-cgroup_destroy]
root 1522 2 0 13:54 ? 00:00:00 [kworker/0:0H]
root 1523 2 0 13:54 ? 00:00:00 [kworker/0:1]
root 1524 2 0 13:54 ? 00:00:00 [kworker/1:2-events]
root 1525 2 0 13:54 ? 00:00:00 [kworker/3:0-events]
root 1544 2 0 13:56 ? 00:00:00 [kworker/2:2H-kblockd]
root 1562 2 0 13:56 ? 00:00:00 [kworker/1:0H]
root 1692 2 0 14:00 ? 00:00:00 [kworker/1:1-events]
root 1693 2 0 14:00 ? 00:00:00 [kworker/3:2-events]
root 1713 2 0 14:01 ? 00:00:00 [kworker/2:1-cgroup_destroy]
volumio 1720 893 0 14:03 ? 00:00:00 /bin/sh -c /usr/bin/node /volumio/logsubmit.js 'After failed rescan'
volumio 1721 1720 0 14:03 ? 00:00:00 /usr/bin/node /volumio/logsubmit.js After failed rescan
volumio 1749 1721 0 14:03 ? 00:00:00 /bin/sh -c ps -ef >>/tmp/logondemand 2>&1
volumio 1750 1749 0 14:03 ? 00:00:00 ps -ef
# df -h ---------------
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 2.5G 535M 1.8G 24% /imgpart
/dev/loop0 470M 470M 0 100% /static
overlay 27G 16M 25G 1% /
devtmpfs 2.0G 0 2.0G 0% /dev
tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs 2.0G 12M 2.0G 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
tmpfs 2.0G 0 2.0G 0% /var/spool/cups
tmpfs 2.0G 64K 2.0G 1% /tmp
tmpfs 20M 392K 20M 2% /var/log
tmpfs 2.0G 0 2.0G 0% /var/spool/cups/tmp
/dev/mmcblk0p1 92M 65M 27M 72% /boot
/dev/sda1 932G 730G 202G 79% /media/1TB
# mount ---------------
/dev/mmcblk0p2 on /imgpart type ext4 (rw,relatime)
/dev/loop0 on /static type squashfs (ro,relatime,errors=continue)
overlay on / type overlay (rw,relatime,lowerdir=/mnt/static,upperdir=/mnt/ext/dyn,workdir=/mnt/ext/work)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=2002752k,nr_inodes=500688,mode=755)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noexec)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=39,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12876)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /var/spool/cups type tmpfs (rw,noatime,mode=755)
tmpfs on /tmp type tmpfs (rw,noatime,mode=755)
tmpfs on /var/log type tmpfs (rw,nodev,relatime,size=20480k,mode=777,uid=1000,gid=4)
tmpfs on /var/spool/cups/tmp type tmpfs (rw,noatime,mode=755)
/dev/mmcblk0p1 on /boot type vfat (rw,nosuid,nodev,noexec,relatime,fmask=0111,dmask=0000,allow_utime=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro,user)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda1 on /media/1TB type fuseblk (rw,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
# netstat -natp ---------------
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:49149 0.0.0.0:* LISTEN 1154/upmpdcli
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:49152 0.0.0.0:* LISTEN 1154/upmpdcli
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN -
tcp 0 0 192.168.0.66:445 192.168.0.48:3038 ESTABLISHED -
tcp 0 0 127.0.0.1:44014 127.0.0.1:3000 ESTABLISHED 697/volumio-remote-
tcp 0 0 192.168.0.66:59512 34.120.160.131:443 ESTABLISHED 893/node
tcp 0 0 127.0.0.1:46916 127.0.0.1:6599 ESTABLISHED 1154/upmpdcli
tcp 0 0 127.0.0.1:46328 127.0.0.1:3000 ESTABLISHED 893/node
tcp 0 0 127.0.0.1:39794 127.0.0.1:3000 ESTABLISHED 893/node
tcp 0 0 127.0.0.1:46928 127.0.0.1:6599 ESTABLISHED 1154/upmpdcli
tcp6 0 0 :::3245 :::* LISTEN 1170/node
tcp6 0 0 :::139 :::* LISTEN -
tcp6 0 0 :::111 :::* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 :::53 :::* LISTEN -
tcp6 0 0 :::6600 :::* LISTEN -
tcp6 0 0 :::6599 :::* LISTEN 893/node
tcp6 0 0 :::445 :::* LISTEN -
tcp6 0 0 :::5000 :::* LISTEN -
tcp6 0 0 :::3005 :::* LISTEN 893/node
tcp6 0 0 :::3000 :::* LISTEN 893/node
tcp6 0 0 :::3001 :::* LISTEN 974/node
tcp6 0 0 127.0.0.1:6599 127.0.0.1:46916 ESTABLISHED 893/node
tcp6 0 0 192.168.0.66:3000 192.168.0.48:3278 ESTABLISHED 893/node
tcp6 0 0 127.0.0.1:3000 127.0.0.1:44014 ESTABLISHED 893/node
tcp6 0 0 192.168.0.66:3000 192.168.0.48:3335 FIN_WAIT2 -
tcp6 0 0 127.0.0.1:6599 127.0.0.1:46928 ESTABLISHED 893/node
tcp6 0 0 192.168.0.66:3000 192.168.0.48:3332 FIN_WAIT2 -
tcp6 0 0 127.0.0.1:3000 127.0.0.1:39794 ESTABLISHED 893/node
tcp6 0 0 192.168.0.66:3000 192.168.0.33:54642 ESTABLISHED 893/node
tcp6 0 0 192.168.0.66:3000 192.168.0.48:3333 FIN_WAIT2 -
tcp6 0 0 192.168.0.66:3000 192.168.0.48:3336 ESTABLISHED 893/node
tcp6 0 0 127.0.0.1:3000 127.0.0.1:46328 ESTABLISHED 893/node
# cat /etc/asound.conf ---------------
pcm.!default {
type empty
slave.pcm "volumio"
}
pcm.volumio {
type empty
slave.pcm "volumioOutput"
}
# There is always a plug before the hardware to be safe
pcm.volumioOutput {
type plug
slave.pcm "volumioHw"
}
pcm.volumioHw {
type hw
card "sndrpihifiberry"
}
# cat /var/log/mpd.log ---------------
Nov 11 16:35 : zeroconf: No global port, disabling zeroconf
Nov 11 16:35 : zeroconf: No global port, disabling zeroconf
Nov 11 16:35 : zeroconf: No global port, disabling zeroconf
Nov 11 16:35 : exception: No such directory
Nov 11 16:35 : exception: Failed to read mixer for 'alsa': no such mixer control: PCM
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 1/John Mayer - Any Given Thursday - 01 - 3x5.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 1/John Mayer - Any Given Thursday - 02 - No Such Thing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 1/John Mayer - Any Given Thursday - 03 - Back To You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 1/John Mayer - Any Given Thursday - 04 - City Love.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 1/John Mayer - Any Given Thursday - 05 - Something's Missing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 1/John Mayer - Any Given Thursday - 06 - Lenny_Man On The Side.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 1/John Mayer - Any Given Thursday - 07 - Message In A Bottle.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 1/John Mayer - Any Given Thursday - 08 - Love Song For No One.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 2/John Mayer - Any Given Thursday - 01 - Why Georgia.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 2/John Mayer - Any Given Thursday - 02 - Your Body Is A Wonderland.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 2/John Mayer - Any Given Thursday - 03 - My Stupid Mouth.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 2/John Mayer - Any Given Thursday - 04 - Covered In Rain.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 2/John Mayer - Any Given Thursday - 05 - 83.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 2/John Mayer - Any Given Thursday - 06 - Comfortable.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Any Given Thursday/Disc 2/John Mayer - Any Given Thursday - 07 - Neon.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/01 - Heartbreak Warfare.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/02 - All We Ever Do Is Say Goodbye.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/03 - Half Of My Heart.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/04 - Who Says.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/05 - Perfectly Lonely.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/06 - Assassin.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/07 - Crossroads.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/08 - War Of My Life.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/09 - Edge Of Desire.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/10 - Do You Know Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Battle Studies/11 - Friends, Lovers Or Nothing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 01 - Waiting on the World to Change.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 02 - I Don't Trust Myself (With Loving You).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 03 - Belief.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 04 - Gravity.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 05 - The Heart of Life.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 06 - Vultures.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 07 - Stop This Train.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 08 - Slow Dancing in a Burning Room.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 09 - Bold as Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 10 - Dreaming with a Broken Heart.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 11 - Repair.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Continuum/John Mayer - Continuum - 12 - I'm Gonna Find Another You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/01-john_mayer-wildfire.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/02-john_mayer-dear_marie.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/03-john_mayer-waitinon_the_day.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/04-john_mayer-paper_doll.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/05-john_mayer-call_me_the_breeze.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/06-john_mayer-who_you_love_feat._katy_perry.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/07-john_mayer-i_will_be_found_lost_at_sea.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/08-john_mayer-wildfire_feat._frank_ocean.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/09-john_mayer-youre_no_one_til_someone_lets_you_down.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/10-john_mayer-badge_and_gun.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Paradise Valley 2013/11-john_mayer-on_the_way_home.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/01. Still Feel Like Your Man.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/02. Emoji of a Wave.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/03. Helpless.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/04. Love on the Weekend.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/05. In the Blood.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/06. Changing.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/07. Theme from _The Search for Everything_.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/08. Moving On and Getting Over.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/09. Never on the Day You Leave.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/10. Rosie.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/11. Roll It on Home.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/The Search for Everything (2017)/12. You're Gonna Live Forever in Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/A1 - Who Did You Think I Was.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/A2 - Good Love Is on the Way.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/A3 - Wait Until Tomorrow.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/B1 - Gravity.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/B2 - Vultures.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/B3 - Out of My Mind.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/C1 - Another Kind of Green.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/C2 - I Got a Woman.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/D1 - Something's Missing.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/D2 - Daughters.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Try! (2005) vinyl/D3 - Try.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(1) Neon - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(10) Good Love Is On The Way - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(11) Out Of My Mind - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(12) Vultures - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(13) Bold As Love - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(14) Waiting On The World To Change - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(15) Slow Dancing In A Burning Room - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(16) Why Georgia - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(17) The Heart Of Life - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(18) I Don t Need No Doctor - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(19) Gravity - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(2) Stop This Train - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(20) I Dont Trust Myself - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(21) Belief - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(22) I M Gonna Find Another You - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(3) In Your Atmosfere - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(4) Daughters - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(5) Free Fallin - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(6) Everyday I Have The Blues - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(7) Wait Until Tomorrow - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(8) Who Did You Think I Was - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/John Mayer/Where The Light Is/(9) Come when I Call - John Mayer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 01 Chillin And Willin - G.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 02 E to D to C - E.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 03 Just Another Ballad - E.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 04 Funky Surprises - G.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 05 Reggae On Reggae Off - Em.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 06 Who Doesn't Like A Blusy Shuffle - Bm.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 07 Scoop'a'groov'a'loop - C.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 08 Train A Coming And A Going - G7.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 09 The One With The Funky Bass Line - E7.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5/Andertons TV - Guitar Jam tracks Vol 5 - 10 The Captains Jam - A7.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 01 Chillin And Willin - G.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 02 E to D to C - E.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 03 Just Another Ballad - E.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 04 Funky Surprises - G.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 05 Reggae On Reggae Off - Em.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 06 Who Doesn't Like A Blusy Shuffle - Bm.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 07 Scoop'a'groov'a'loop - C.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 08 Train A Coming And A Going - G7.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 09 The One With The Funky Bass Line - E7.flac
Nov 14 14:00 : exception: zzip_seek() has failed
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Andertons/Andertons TV - Guitar Jam tracks Vol 5.zip/Andertons TV - Guitar Jam tracks Vol 5 - 10 The Captains Jam - A7.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios - Bass Backing Track Blues in Am (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios - Blues Backing Track in Am (95bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios - Emotional Blues Backing Track in B (48bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 01 Steve Vai Style Backing Track in C (110bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 02 Joe Satriani Style Backing Track in C (144bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 03 Guthrie Govan Style Backing Track in A (92bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 04 BB King Style Blues Backing Track in A (165bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 05 Blues Backing Track in A Minor (95bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 06 Slow Blues Backing Track in B (50bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 08 Hard Rock Backing Track in G (124bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 09 Drums Backing Track - Hard Rock (124bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 10 Bass Backing Track - Hard Rock in G (124bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 100 Blues Groove Backing Track in D (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 101 Albert King Style Blues in Am (96bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 102 Albert Collins Style Blues in B7 (120bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 104 Hard Rock Backing Track (126bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 105 Emotional Blues Backing Track in B (48bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 106 Emotional Blues Groove Backing Track in A Minor (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 107 Slow Blues Groove in A (54bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 108 Bass Backing Track Blues in Am (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 109 Bonus Track- Little Wing in Ebm (70bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 07 Blues Rock Backing Track in E (116bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 103 Rock Blues Backing Track in E7 (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 11 Guthrie Govan Style Backing Track in A minor (96bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 116 Funk Backing Track in Em (80bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 122 Rock Backing Track in G Minor (with crowd - 84bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 129 Ballad Groove Backing Track in A (120bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 110 Bonus Track- Little Wing in Em (70bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 111 Bonus Track- Regret #9.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 112 Blues Backing Track in Am (short version).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 113 Blues Funk (Ray Charles 86bpm) short version.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 114 Medium Tempo Blues Backing Track in A7 (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 115 Slow Blues in Bbm (50bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 117 Funky Blues Backing Track in A (95bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 118 Chill Groove Backing Track in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 119 Slow Blues Ballad Backing Track in B Minor (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 12 Bass Backing Track Funk in A minor (96bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 120 Slow Blues Backing Track in A Minor (65bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 121 Slow Blues Backing Track in A Minor (65bpm with crowd sounds).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 123 Rock Backing Track in G Minor (no crowd - 84bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 124 Slow Blues Backing Track in A (crowd-60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 125 Slow Blues Backing Track in A (no crowd-60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 126 Blues Rock Backing Track in E.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 127 Rockin Blues Backing Track in E (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 128 Blues Funk Backing Track in A (105bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 13 Drums Backing Track Funk Rock (96bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 130 Uplifting Indie Rock Backing Track in C (120bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 131 Funk Rock Backing Track in E (110bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 132 Slow Blues Backing Track in A (65bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 133 Blues Funk Rock Guitar Backing Track in G (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 134 Slow Soulful Blues Guitar Backing Track in Bb (70bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 136 One Chord Blues Guitar Backing Track in E (115bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 137 Classic Blues Guitar Backing Track in C (115bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 138 Driving Blues Guitar Backing Track in Bb (155bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 139 Minor Blues Guitar Backing Track in Am (140bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 14 Rock Backing Track in E Minor (130bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 140 Rock Backing Track in E (75bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 142 Country Blues Guitar Backing Track in E (105bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 143 Super Slow Soulful Blues Guitar Backing Track in A (55bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 144 Slow Traditional Blues Guitar Backing Track in D (58bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 145 Slow Sad Blues Guitar Backing Track in A (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 146 Modern Blues Guitar Backing Track in G (70bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 147 Jazz Blues Guitar Backing Track in A (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 149 Rock Bass Backing Track in E Minor (130bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 15 Funk Backing Track Stevie Wonder Style in E (102bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 150 C Major Backing Track Bass (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 151 Slow Blues Backing Track in B minor (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 152 Blues Funk Backing Track No Bass in E (114bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 153 Rock Backing Track in E (No Drums 124bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 155 Funk Rock Backing Track for Drummers (114 bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 156 Slow Blues Ballad Backing Track in Am (No Rhythm Guitar_60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 157 Rock N Roll Bass Backing Track in A (165bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 158 Rock Blues Bass Backing Track (124bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 159 Slow Blues Backing Track in B Flat Minor(50bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 16 Blues Funk Backing Track Jimi Hendrix Style in E (120bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 161 Quick Blues Guitar Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 162 Ballad Guitar Backing Track G Major.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 163 Rock Ballad Bass Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 164 12 Bar Blues Drum Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 165 12 Bar Blues Backing Track For Bass.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 166 Slow Blues Bass Backing Track in Bb.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 168 Slow Rock Ballad Backing Track in G for Bass Player.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 169 Slow Blues Backing Track in C for Guitar Solo.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 17 John Mayer Backing Track RnB Style in E (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 170 Slow Blues Backing Tracks in Bb for Guitar Solo and Rhythm.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 171 Drum Backing Track Fast Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 172 Drum Backing Track Blues Slow.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 174 Rock n Roll Drum Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 175 Slow Blues Backing Track for Bass.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 176 Slow Blues Backing Track for Drums.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 177 Slow Blues Backing Track in C for Bass Player.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 178 Slow Blues Backing Track in C for Guitar Solo and Rhythm.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 179 Slow Blues Backing Track for Drummers.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 141 Rock Guitar Backing Track in Bb (85bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 148 Funky Bass Backing Track in E (102bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 154 Slow Blues Guitar Backing Track in Bb (65bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 160 Rock N Roll Guitar Backing Track in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 167 Rock Ballad Backing Track for Drummers.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 173 Funky Groove Backing Track for Guitar.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 180 Funk Blues Guitar Backing Track in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 181 Super Slow Blues Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 182 Albert Collins Style Guitar Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 183 Funky Bass Backing Track E Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 184 Funk Drumless Backing Track 80bpm.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 185 Blues Backing Track for Guitar Solo.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 187 Blues Backing Track for Bass Guitar.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 188 Blues Guitar Bass Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 189 Sad Emotional Blues Backing Track for Guitar in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 19 Eric Clapton Style Blues Backing Track in E (110bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 190 Slow Blues Guitar Backing Track Jam in C.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 191 Blues Groove Backing Track for Drummers.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 193 Blues Backing Track for Bass Guitar.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 194 Emotional Slow Blues Guitar Backing Track in Am.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 195 Slow Soulful Blues Guitar Backing Track in Bb.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 196 Blues Guitar Backing Track in E.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 197 Blues Backing Track for Drummers.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 198 Blues Bass Guitar Backing Track in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 20 Slow Ballad Backing Track Gary Moore Style in A minor (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 21 Rock and Roll Backing Track Chuck Berry Style in A (165bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 22 Sad Blues Backing Track in G (55bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 23 One Chord Funk Backing Track B7 (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 25 Two Chord Funk Backing Track in B Minor (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 26 Emotional Blues in A Minor (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 27 Cool Rock Backing Track in Em (96bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 28 Chill Out Blues in Bm (64bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 29 Rock Backing Track John Petrucci Style in C (106bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 30 Sad Emotional Blues Backing Track in Am (50bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 32 Two Chord Backing Track in Am (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 33 One Chord Funk Backing Track Bb7 (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 34 Funk Bass Backing Track in Bb (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 35 Two Chord Backing Track Funk in Bb Minor (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 36 Bass Backing Track - Funk in Bbm (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 37 Chill Blues Backing Track in B (70bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 39 Slow Blues Backing Track in A7 (75bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 40 Bass Backing Track - Slow Bass in A (75bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 41 Ballad Backing Track in C - Neil Young and Satriani Style (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 42 Sophisticated Blues Backing Track in B (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 43 Slow Emotional Blues Backing Track in Em (45bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 44 Blues Bass Backing Track in B (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 186 Blues A Minor Pentatonic Scale Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 192 Blues Bass Backing Track in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 199 Blues Backing Track for Bass Guitar in C.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 24 Bass Backing Track - One Chord Funk in B (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 31 One Chord Backing Track in A7 (82bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 38 Bass Backing Track - Chill Blues (70bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 135 Angry Blues Guitar Backing Track in Em (85bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 18 Blues Rock Backing Track in E (124bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 45 Medium Blues Backing Track in E (110bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 46 12 Bar Blues Backing Track in A (56bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 47 Blues Rock Backing Track in E (140bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 48 Melodic Rock Backing Track Andy Timmons Style in C Major (75bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 49 Rock Funk Backing Track Guthrie Govan Style in Em (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 50 Slow Blues Backing Track in Bb Minor (50bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 51 Slow Blues Backing Track in D Minor (50bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 53 Rock Ballad Backing Track in G (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 54 Ballad Backing Track Prince Style in G Major (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 55 Uplifting Rock Backing Track In A (125bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 56 Blues Rock Backing Track ZZ Top Style in D (155bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 57 Rock Ballad Backing Track Lynyrd Skynyrd Style in G Major (120bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 58 Energetic Blues Rock Backing Track in B (135bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 60 Red Hot Chili Peppers Style Backing Track in D (86bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 61 AC-DC Style Rock Backing Track in D (125bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 62 Led Zeppelin Style Classic Rock Backing Track In A Minor (104bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 63 Pink Floyd Style Backing Track in A Minor (125bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 64 Slow Blues Backing Track in C (63bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 65 Green Day Style Punk Rock Backing Track in G (150bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 67 David Gilmour Style Backing Track in D (84bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 68 Blues Backing Track in A (80bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 69 Blues Rock Backing Track in G Minor (88bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 70 Ballad Backing Track in G (76bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 71 Soulful Rock Backing Track in B Minor (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 72 Laid Back Blues Backing Track in D Minor (108bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 74 Blues Backing Track in F# Minor (78bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 75 Blues Shuffle Backing Track in E (120bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 76 Fast Blues Backing Track in A (160bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 77 Up Tempo Blues Backing Track in B (160bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 78 Blues Ballad Backing Track in Bb (70bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 79 12 Bar Blues Bass Backing Track in A (56bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 81 Funk Backing Track in E (95bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 82 Happy Groove Backing Track in D (90bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 83 Funky Blues Backing Track in A (112bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 84 Slow Blues Backing Track in G Minor (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 85 Slow Blues Backing Track in C (58bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 86 Blues Ballad Backing Track in B Minor (55bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 88 Slow Sad Blues Backing Track in C Minor (70bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 89 Relaxing Blues Backing Track in Bb (80bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 90 Blues Backing Track In E (55bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 91 Rock Bass Backing Track in E Minor (65bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 92 Rock Ballad Backing track in Em (65bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 93 Blues Guitar Backing Track in Am (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 94 Slow Blues Backing Track in Fm (50bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 95 Funky Blues Backing Track in B (86bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 96 Blues Groove Backing Track in Em (115bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 97 Emotional Blues Backing Track in Dm (55bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 98 Blues Backing Track in A (96bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 99 Eric Clapton Style Blues Backing Track in B (100bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 52 Slow Blues Backing Track Jeff Beck Style in A Minor (60bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 59 Blues Backing Track in Bb (99bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 66 Melodious Rock Backing Track Andy Timmons Style in Em (76bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 73 Uplifting Groove Backing Track in D (88bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 80 Up Tempo Blues Backing Track in B for Bass (160bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Artmant Studios/Artmant Studios Backing Tracks Collection/Artmant Studios - Artmant Studios Backing Tracks Collection - 87 Slow Blues Ballad Backing Track in B Minor (50bpm).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_E_-_New_Orleans_Stomper.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_funky_blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_Jam_Boffaman_Key_A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Albert_King_like.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/BB_KING_like.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_A2_-_Last_Orders_Shuffle.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_A3_-_Erics_Got_The_Key!.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_A_-_Good_Time_Honey.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_Bm_-_BB_Gunn.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_Cm_-_Trout_Fishing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_In_C_-_Funky_12_bar.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_Dm_-_Cray_Fish_Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_Dm_-_One_More_For_The_Road.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_D_-_Texas_Rocker.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_E2_-_Moore_Walkin_Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Blues_in_G_-_Red_Sock_Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Carlos_Santana_-_Black_Magic_Woman.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Eric_Clapton_-_I_Shot_The_Sheriff.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/fleetwood_mac_need_your_love_so_bad.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/ford,_robben_talk_to_your_daughter.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/FreedieKing_-_SanHoZay.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_blues_backing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_blues_backing_in_am.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_blues_boogie.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_blues_rock.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_blues_shuffle.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_blues_track_2.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_bm_slow_blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_rock_n_roll_blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_slow_blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_slow_blues_backing_in_e.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/jamtracks_slow_minor_9_blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Am_Blues_Jam.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Another_Blues_In_G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_A_Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_(2).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_In_Cm.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_Jam(2).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_Jamtrack_A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_Key_A(3).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_Key_E(2).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_Shuffle_G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_Slow_Jam(2).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Blues_Without_Solo_Guitar_A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Early_Chicago_Blues_In_A.MP3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Freddy_King_In_E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Med_Shuffle_In_A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Memphis_Blues_In_Bm.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Slowblues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Slow_Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Slow_Blues_Backing_In_E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Slow_Blues_In_A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Slow_Blues_In_G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Texas_Shuffle_In_E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Jam_Track_-_Twelve_Bar_Rock_n_Roll_Blues_In_C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Peter_Green_Like.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Robben_FORD_like.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/SRV_-_Couldnt_Stand_The_Weather.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/SRV_-_Pride_And_Joy.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/SRV_-_Texas_Flood_(With_Vocals).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/SRV_-_The_sky_is_crying.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/SRV_like.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/T-Bone_WALKER_like.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/t-bone_walker_stormy_monday_blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/BackingTrax/Ten_Years_After_Slow_Blues_in_C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/01_A_Medium_Shuffle_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/02_C_Rude_Country_Mood_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/02_D_Medium_Fast_Shuffle_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/02_E_Acoustic_Mellow_I_IV_vi_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/03_A_Acoustic_New_Jersey_Turnpike_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/03_C_Straight_Ahead_Blues_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/03_D_Straight_Country_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/04_D_Country_Up_Ahead_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/05_D_Funken_Country_Rock_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/05_Fuzzy_Rock_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/06_E_Mosey_On_Down_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/08_E_Rocket_Rock_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/09_E_Vamp_in_the_Key_of_Chill_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/09_G_Old_School_Rock_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/10_F_Straight_Ahead_Blues_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/11_F_Gasoline_Rock_No_Bass.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Bass Jammin' Tracks/DescenteInfinie.ogg
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Call Me the Breeze F#.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/10 Soulful Blues Groove Guitar Backing Track Jam in D Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/01 Soulful Bluesy Groove Guitar Backing Track Jam in C Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/02 Soulful Bluesy Groove Guitar Backing Track Jam in G.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/03 Seductive Blues Ballad Guitar Backing Track Jam in C Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/04 Soulful Seductive Groove Guitar Backing Track Jam in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/05 Seductive Blues Groove Guitar Backing Track Jam in F Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/06 Deep Blues Ballad Guitar Backing Track Jam in F Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/07 Soulful Seductive Groove Guitar Backing Track Jam in E Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/08 Soulful Seductive Groove Guitar Backing Track Jam in A Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/09 Deep Blues Ballad Guitar Backing Track Jam in G Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/11 Seductive Blues Groove Guitar Backing Track Jam in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/12 Soulful Funk Groove Guitar Backing Track Jam in C Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/13 Tasty Blues Rock Guitar Backing Track Jam in E.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/14 Soulful Seductive Funk Guitar Backing Track Jam in E Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/15 Soulful Mellow Groove Guitar Backing Track Jam in D.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/16 Bluesy Psychedelic Groove Guitar Backing Track Jam in E Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/17 Soulful Funk Groove Guitar Backing Track Jam in G Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/18 Western Blues Ballad Guitar Backing Track Jam in E Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/19 Deep Blues Ballad Guitar Backing Track Jam in C Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Elevated Jam Tracks/Soulful Bluesy Grooves Collection- Vol. 4/20 Soulful Seductive Groove Guitar Backing Track Jam in B Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Into The Wind - Backing Track.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Into The Wind - Performance Track.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Jam Track - 70s riff rock in A minor.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Jam Track - Major Pentatonic Practice.m4a
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/5E3 Blues in E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/ALL CAPS BLUES.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Baby Talk Blues In G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Backdoor Buzzer Blues.In D.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Blind Oyster Blues. In E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Body Language Blues.In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Brown Shoes Blues in C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Bubble Gum Blues. In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Bumper To Bumber Blues In G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Cafeteria Blues in D.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Call Me A Cab Blues In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Cat Barf Blues in C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Cheerleader Blues in D.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Cold Call Blues In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Crosscut Saw in B.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Cupcake Blues In G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Cussed Out Blues in C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Cut My Grass Blues in Bb.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Door To Door Blues In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Dumb Dog Blues.In E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/East Chicago Blues in D.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/East Pasco Blues. in Bb.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Easter Bunny Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Easy, Baby in A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Expired Tags Blues In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Extra Sensory Blues in C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Face Time Blues In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Gimme Gimme Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Good Girl Blues. In G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Holy Ghost Blues in Bb.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Hoodoo Man Blues in A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Hopped Up Blues in D.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Ladies'NightBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Last El Stop Blues.In G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Lawerence Fritts - Whose Beer Blues in 'C'.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/LeftTurnBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Make Me Tardy Blues.In Bb.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Man Child Blues In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Mannish Boy Blues In E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Messin With the Kid in C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Moron Blues In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Mr. Goecke Blues in D.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Non-Compliant Blues In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Post Modern Blues In G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Rainy Gravy Blues.In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/RearEndedBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/RecidivismBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Respect My Cat Blues In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/SemanticBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/ShowntheDoorBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Side Eye Blues in E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/SlideRuleBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/SmokeFreeBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Snatch It Back and Hold It in G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Snoring Cat Blues. In D.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/SpeedTrapBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Steak At Ronny's Blues. In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Step On It Blues In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Stomp and Bawl Blues In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Stormy Monday Blues in G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Sucker Punch Blues In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Take It Down A Little Blues In G.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/TenureClockBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/The Thrill Is Gone in C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Too Good For Me Blues in Bb.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Transcendental Blues. In C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/UnderAgeBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Usual Blues in E.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Walk That Poodle Blues In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/We Need To Talk Blues In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/What's Your Sign Blues in C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Where's My Pants Blues.In C.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Working That Mojo Blues In A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/WrongAgainBlues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Class A Blues in D.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Float My Boat Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/Mojo Working Blues In F.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Lawerence Fritts Backing Tracks/South Loop Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/MaxMarkony - Backing Tracks Vol. 2/MaxMarkony - Backing Tracks Vol. 2 - 01 B.B. King - The Thrill Is Gone - Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/MaxMarkony - Backing Tracks Vol. 2/MaxMarkony - Backing Tracks Vol. 2 - 02 Herbie Hancock - Chameleon - Jam Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/MaxMarkony - Backing Tracks Vol. 2/MaxMarkony - Backing Tracks Vol. 2 - 03 Latin Rock - Jam Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/MaxMarkony - Backing Tracks Vol. 2/MaxMarkony - Backing Tracks Vol. 2 - 04 Joe Satriani - Crushing Day - Backing Track.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 01 Bass Backing Track Blues in A Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 02 Bass Backing Track Acoustic Blues in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 03 Bass Backing Track Rock & Roll Blues in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 04 Bass Backing Track Blues in E minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 05 Bass Backing Track Rock Blues in A.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 06 Bass Backing Track Rock & Roll Blues in E.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 07 Bass Backing Track Blues in G Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 08 Bass Backing Track Blues in D Minor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 09 Bass Backing Track Fast Rock & Roll Blues in G.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Nick Neblo Backing Tracks/Nick Neblo Backing Tracks - Blues Backing Tracks for Bass - 10 Bass Backing Track Slow Blues in G.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Ac-Zep (In A).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Eighty Something (In G#m).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Funk Frenzy (In Em).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Jazz 'n' Blues (in D).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Mad For It (In D).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Making Faces (In A).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Masters Of Metal (In E).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Tequila Eyes (In G).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Thick and Thin (In Gm).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/ProBand backing tracks/Pro band backing tracks - Think Pink (In Gm).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 24 Funky Groove Backing Track in E minor - #SZBT 793.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 01 Soul Bluesy Ballad Backing Track in E minor - #SZBT 770.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 02 Pleasing Funky Groove Backing Track in A minor - #SZBT 771.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 03 slow Reggae Blues Backing Track in G minor - #SZBT 772.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 05 Soaring Ballad Backing Track in E minor - #SZBT 774.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 06 Sad Slow Blues Backing Track in B minor - #SZBT 775.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 07 Cool Funky Groove Backing Track in E minor - #SZBT 776.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 08 Superstitious Blues Backing Track in A minor - #SZBT 777.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 10 Rio Latin Groove Backing Track in D minor - #SZBT 779.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 11 Magisterial Atmospheric Ballad Backing Track in A minor - #SZBT 780.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 12 Funkiest Blues Backing Track in E - #SZBT 781.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 13 Summer Love Ballad Rock Backing Track in E minor - #SZBT 782.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 04 Smart Smooth Jazz Backing Track in B minor - #SZBT 773.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 09 Another Ballad Backing Track in G minor - #SZBT 778.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 14 Classic Groove Backing Track in G minor - #SZBT 783.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 19 Straight Minor Blues Backing Track in C minor - #SZBT 788.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 15 Dorian Funky Groove Backing Track in G minor - #SZBT 784.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 16 Healing Latin Ballad Backing Track in E minor - #SZBT 785.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 17 Atmospheric Blues Backing Track in G minor - #SZBT 786.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 18 Dreamy Groove Backing Track in D minor - #SZBT 787.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 20 Sensual Funky Groove Backing Track in B minor - #SZBT 789.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 21 Smooth Jazz Groove Backing Track in G minor - #SZBT 790.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 22 Emotional Neo Soul Backing Track in D minor - #SZBT 791.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 23 Lazy Blues Backing Track in B minor - #SZBT 792.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 25 Quiet Blues Backing Track in E minor - #SZBT 794.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 26 Beautiful Rock Ballad Backing Track in E minor - #SZBT 795.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 27 Quiet Soulful Groove Backing Track in C minor - #SZBT 796.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 28 Groovy Blues Rock Backing Track in E - #SZBT 797.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 30 Chill Groove Backing Track in G minor - #SZBT 799.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 31 Groovy Blues Backing Track in C minor - #SZBT 800.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 32 Summer Groovy Ballad Backing Track in D minor - #SZBT 801.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 33 Tranquil Funky Groove Backing Track in E minor - #SZBT 802.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 35 Colorful Funk Backing Track in D minor - #SZBT 804.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 36 Hard Funk Backing Track in B minor - #SZBT 805.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 37 Slow Whiskey Blues Track in C minor - #SZBT 806.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 38 Shady Funky Groove Track in A minor - #SZBT 807.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 40 Teardrop Emotional Ballad Track in A minor - #SZBT 809.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 41 Sweet Dreamy Groove Track in C minor - #SZBT 810.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 42 Crunchy Groovy Blues Track in E minor - #SZBT 811.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 43 Easy Funky Groove Track in A minor - #SZBT 812.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 45 Dreamy Ballad Track in C# minor - #SZBT 814.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 46 Good Looking Funk Backing Track in A minor - #SZBT 815.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 47 Dorian Latin Groove Track in G minor - #SZBT 816.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 48 Skyful Groovy Blues Backing Track in D minor - #SZBT 817.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 50 Slow Deep Blues Backing track in E minor - #SZBT 819.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 51 Emotional Rock Ballad Backing Track in F# minor - #SZBT 820.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 52 Unwind Groove Backing Track in C minor - #SZBT 821.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 53 Emotional Hip Hop Groove Backing Track in A minor - #SZBT 822.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 29 Atmospheric Rock Ballad Backing Track in Am - #SZBT 798.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 34 Black Hole Blues Backing Track in A minor - #SZBT 803.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 39 Rainy Blues Track in A minor - #SZBT 808.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 44 Peaceful Groove Track in E minor - #SZBT 813.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 49 Coll Smooth Groove Backing Track in B minor - #SZBT 818.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 54 Sad Groove Blues Backing track in E minor - #SZBT 823.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 59 Night Ballad Backing Track in B minor - #SZBT 828.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 64 Charming Neo Soul Backing Track in C# minor - #SZBT 833.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 69 Bluesy Ballad Backing Track in A minor - #SZBT 838.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 55 Beautiful Acoustic Ballad Backing Track in D minor - #SZBT 824.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 56 Smooth Funk Backing Track in B minor - #SZBT 825.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 57 Deep Slow Blues Backing Track in A minor - #SZBT 826.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 58 Cool Funky Groove Backing Track in B minor - #SZBT 827.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 60 Hushed Groove Backing Track in D minor - #SZBT 829.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 61 Donut Funk Backing Track in B minor - #SZBT 830.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 62 Foggy Slow Blues Backing Track in A minor - #SZBT 831.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 63 Easy Groovy Backing Track in E minor - #SZBT 832.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 65 Leather Groovy Blues Backing Track in G minor - #SZBT 834.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 66 Romantic Ballad Backing Track in F# minor - #SZBT 835.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 67 Tranquil Groove Backing Track in Dm - #SZBT 836.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 68 Easy Groove Backing Track in E minor - #SZBT 837.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 70 Quiet Groovy Ballad Backing Track in B minor - #SZBT 839.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 71 Nostalgic Ballad Backing Track in C# minor - #SZBT 840.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 72 Nightfall Latin Blues Backing Track in D minor - #SZBT 841.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 73 Tranquil funky Groove Backing Track in D minor - #SZBT 842.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 74 Mysterious Ballad Backing Track in A minor - #SZBT 843.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 75 Mild Groove Backing Track in D minor - #SZBT 844.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 76 Chill Groove Backing Track in E minor - #SZBT 845.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 77 Slow Atmospheric Blues Backing Track in C minor - #SZBT 846.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Awesome Backing Tracks Collection 17/Sebastien Zunino - Awesome Backing Tracks Collection- 78 TRACKS !!! Backing Track Addiction Collection - 78 Happy funk Backing Track in A minor - #SZBT 847.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 32 Lover Funky Groove Backing Track in D minor - SZBT 955.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/100 Tasty Funky Blues Am Backing Track SZBT 1024.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/101 Elegant Ballad Backing Track in E major SZBT 1025.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/102 Morning Slow Blues Backing Track in C minor SZBT 1026.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/103 Superstitious Blues Backing Track in G minor - SZBT 1027.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/104 Marvin Groove Backing Track in D minor - SZBT 1028.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/105 Sunset Groove Backing Track in E minor - SZBT 1029.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/106 Seaside Groove Backing Track in B minor - SZBT 1030.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/107 Refresh Groove Guitar Backing Track in E minor - SZBT 1031.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/108 Spunky Groove Backing Track in B minor - SZBT 1031.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT ( +86 Tracks ) - 85 Nostalgic Ballad Backing Track in C# minor - SZBT 1009.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT ( +86 Tracks ) - 86 Sunshine Groove Backing track in E minor - SZBT 1010.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 01 Upraised Ballad Backing Track in A minor - SZBT 924.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 02 Fairy Tale Groovy Ballad Backing Track Jam in F# minor - SZBT 925.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 03 Downhearted Bluesy Backing Track in G minor - SZBT 926.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 05 Requiem Atmospheric Ballad Backing Track in E minor - SZBT 928.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 06 Slow Whiskey Blues Backing Track in A minor - SZBT 929.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 07 Easy Groove Backing Track in G minor - SZBT 930.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 08 Lovesick Ballad Rock Backing track in B minor - SZBT 931.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 09 Velvet Bluesy Groove Backing Track in B minor - SZBT 932.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 10 Shiver Blues Backing Track in C minor - SZBT 933.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/109 Mustang Blues Backing Track in B minor - SZBT 1032.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/119 Trouble Slow Blues Backing Track in B minor SZBT 1045.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/96 Sad A minor Slow Blues Guitar Backing Track - SZBT 1020.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT ( +86 Tracks ) - 84 Positive Funky Groove Backing Track in E minor - SZBT 1008.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 04 Sensuous Smooth Groove Backing Track in B minor - SZBT 927.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 11 Cloudy Blues Backing track in G minor - SZBT 934.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 18 Enigmatic Blues Backing Track in G minor - SZBT 941.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 25 Coyote Slow Blues Backing Track in G minor - SZBT 948.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 12 Glorious Blues Rock Ballad Backing Track in G minor - SZBT 935.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 13 Confidential Groove Backing Track in C minor - SZBT 936.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 14 Frozen Bluesy Ballad Backing Track in G minor - SZBT 937.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 15 Tragic Blues Backing Track in G minor - SZBT 938.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 16 Safe Groove Backing Track in C minor - SZBT 939.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 17 Winter Time Bluesy Ballad Backing Track in C minor - SZBT 940.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 19 Bongo Blues in A minor - SZBT 942.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 20 Silky Latin groove Backing Track in A minor - SZBT 943.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 21 Pimp my Blues Backing Track in D minor - SZBT 944.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 22 Awesome Glossy Groove Backing Track in E major - SZBT 945.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 23 Gentle Blues BackingTrack in A minor - SZBT 946.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 24 Clement Groove Backing Track in G minor - SZBT 947.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 26 Curly Groove Backing Track in E minor - SZBT 949.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 27 Butter Blues Backing Track in E minor - SZBT 950.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 28 Morgan Groove Backing Track in G minor - SZBT 951.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 29 Solstice Ballad Backing Track in E major - SZBT 952.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 30 Elementary bluesy Backing Track in A minor - SZBT 953.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 31 Davis Blues Backing Track in A minor - SZBT 954.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 33 slinky Funk Backing track in E minor - SZBT 956.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 34 Quiet Smooth Groove Backing track in C minor - SZBT 957.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 35 Easy Groove New Backing Track in A minor - SZBT 958.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 36 Late Ballad Backing Track in G minor- SZBT 959.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 37 Clement Groove Backing Track in A minor - SZBT 960.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 38 Solstice Slow Blues Backing track in C minor - SZBT 562.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 40 Sad Whiskey Blues Backing Track in A minor - SZBT 964.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 41 Magisterial Atmospheric Ballad Backing Track in B minor - SZBT 965.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 42 Spunky Funk Backing Track in A minor - SZBT 966.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 43 Lonesome Slow Blues Backing Track in A minor - SZBT 967.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 44 Smooth Latin Groove Backing Track in G minor - SZBT 968.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 45 Moonlight Blues Backing Track in A minor - SZBT 969.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 47 Cloudy Blues Backing Track in E minor - SZBT 971.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 48 Springtime Ballad Rock Backing Track in E minor - SZBT 972.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 49 Elegant Funky Blues Backing Track in Em - SZBT 973.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 50 Lazy Blues Backing Track in A minor - SZBT 974.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 51 Cheesy Funk Backing Track in F# minor - SZBT 975.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 52 Acid Blues Backing Track in D minor - SZBT 976.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 54 Western Blues Backing Track in A minor - SZBT 978.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 55 Elegant Groove Backing Track in B minor - SZBT 979.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 56 Autumn Groove Backing Track in B minor - SZBT 980.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 57 Flying Bluesy Ballad Backing Track in A minor - SZBT 981.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 58 Lonesome Sad Blues Backing Track in D minor - SZBT 982.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 59 September Funk Guitar Backing Track in G minor - SZBT 983.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 61 Dreamy Ballad Backing Track in B minor - SZBT 985.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 62 fuNk the Copycats Groove Backing Track in A minor - SZBT 986.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 63 Autumn Funky Blues Backing Track in E minor - SZBT 987.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 64 Magisterial Atmospheric Rock Ballad Backing Track in A minor - SZBT 988.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 65 Swaggy Funk Groove Backing Track in B minor Dorian - SZBT 989.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 67 Ardent Love Ballad Backing Track in B minor - SZBT 991.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 68 Pumpkin Smooth Groove Backing Track in C minor - SZBT 992.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 69 Bourbon Blues Backing Track in A minor - SZBT 993.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 70 City Night Groove Backing Track in B minot - SZBT 994.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 71 Smooth Jazz Groove Backing Track in F# minor - SZBT 995.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 72 Hazy Blues Rock Backing Track in E minor - SZBT 996.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 74 Elegant Groove Backing Track in B minor - SZBT 998.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 75 Bloody Blues Backing Track in G minor - SZBT 999.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 76 Undercover Funk Backing Track in C minor - SZBT 1000.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 77 Easy Funk Blues Backing Track in C minor - SZBT 1001.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 78 Dorian Funk Backing Track Track in B minor - SZBT 1002.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 79 Heartbroken Blues Backing Track in A minor - SZBT 1003.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 80 Quiet Groove Backing Track in B minor - SZBT 1004.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 81 Santana Latin Groove in C minor Dorian - SZBT 1005.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 82 Winter Blues Funk Backing Track in C minor - SZBT 1006.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Simple Groove Backing Track in Am - #SZBT 400.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 39 Neo Soul backing track in F# minor - SZBT 963.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 46 Sexy Funk Backing Track in B minor - SZBT 970.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 53 Summer Groove Backing Track in A minor - SZBT 977.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 60 Indian Summer Groove Smooth Guitar Backing Track in B minor - SZBT 984.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 66 Fall Blues Backing Track in G minor - SZBT 990.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT - 73 Winter Rock Ballad Backing Track in B minor - SZBT 997.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/97 Lucky Groove Backing Track in A minor - SZBT 1021.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/98 Springtime Sunny Groove Backing Track in E major - SZBT 1022.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/99 Dorian Funky Groove Backing Track in E minor - SZBT 1023.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Dorian Latin Groove Backing Track in Am - #SZBT 399.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Dorian Latin Groove Backing Track in Am - #SZBT 399.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Simple Groove Backing Track in Am - #SZBT 400.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/Sebastien Zunino - Ultimate Backing Track Collection SZBT ( +86 Tracks ) - 83 Soothing groove Backing Track in E minor - SZBT 1007.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/110 Hurting Slow Blues Backing Track in A minor - SZBT 1034.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/111 Running Blues Backing Track in E minor - SZBT 1035.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/112 Cosmic Blues Backing Track in G minor - SZBT 1036.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/113 Smoky Blues Backing Track in C minor - SZBT 1037.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/115 Dark Slow Blues Backing Track in G minor - SZBT 1039.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/116 Quiet Summer Groove Backing Track in D minor - SZBT 1040.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/117 Blues & Funky Backing Track in A minor - SZBT 1041.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/118 Sensual Funk Groove Guitar Backing Track in B minor - SZBT 1044.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/118 Sunshine Groove Smooth Backing Track in C# minor - SZBT 1042.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/120 Elegant Groove Blues Backing Track in E minor - SZBT 1046.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/87 Jam Strat Blues Backing Track in D minor - SZBT 1011.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/88 Smoking Sad Blues Backing Track in A minor - SZBT 1012.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/89 Juicy Groove Backing Track in G minor - SZBT 1013.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/90 Trouble Blues Backing Track in G minor - SZBT 1014.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/91 Sexy Funk Backing Track in A minor - SZBT 1015.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/92 Sad Slow Blues Backing Track in B minor - SZBT 1016.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/93 Peace Groove Backing Track in A minor - SZBT 1017.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/94 Straight Groove Blues Backig Track in E minor - SZBT 1018.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Sebastien Zunino/Ultimate Backing Track Collection SZBT/95 Quiet Groove Backing Track in E minor - SZBT 1019.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Stormy Monday 80 BPM (no Bass).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Stormy Monday 80 BPM (no GTR).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/! BACKING TRACKS/Stormy Monday 80 BPM.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/01 - 4 Non Blondes - Train.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/02 - 4 Non Blondes - Superfly.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/03 - 4 Non Blondes - What's Up.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/04 - 4 Non Blondes - Pleasantly Blue.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/05 - 4 Non Blondes - Morphine & Chocolate.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/06 - 4 Non Blondes - Spaceman.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/07 - 4 Non Blondes - Old Mr - 4 Non Blondes.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/08 - 4 Non Blondes - Calling All the People.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/09 - 4 Non Blondes - Dear Mr - 4 Non Blondes - President.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/10 - 4 Non Blondes - Drifiting.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/Bigger, Better, Faster, More (2006)/11 - 4 Non Blondes - No Place Like Home.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/What's Up (CDM) (1993)/1 What's Up� (Edit).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/What's Up (CDM) (1993)/2 What's Up� (Remix).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/What's Up (CDM) (1993)/3 Train.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/4 Non Blondes/What's Up (CDM) (1993)/4 What's Up� (Piano Version).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/BOOGIE_ArtTatumTrio_ASCH_452-1A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/HONOLULUBLUES_OrioleTerraceOrchestra_BRUNSWICK_2398-B.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/LAZYLADYBLUESLadyInBed_CountBasie_COLUMBIA_36990.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/TENNESSEEWALTZ_LesPaul_CAPITOL_1316.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/TEXASSTEELGUITAR_SpadeCooley_RCAVICTOR_20-3137-B.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/TOYHEART_BillMonroeCOLUMBIA20552.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/TUMBLINGTUMBLEWEEDS_SonsofthePioneers_DECCA_46027B.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/TUXEDOJUNCTION_GlennMillerBLUEBIRDB-10612-A.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/WHYDOILIETOMYSELFABOUTYOU_FatsWallerVICTOR25353-B.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/78 rpm recordings/WHYDONTYOUDORIGHT_BennyGoodman-PeggyLee_COLUMBIA_36652.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/01 Title Music from a Clockwork Orange.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/02 The Thieving Magpie [Abridged].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/03 Theme from a Clockwork Orange (Beethoviana).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/04 Ninth Symphony, Second Movement [Abridged].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/05 March from a Clockwork Orange (Ninth Symphony, Fourth Movement) [Abridg.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/06 William Tell Overture [Abridged].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/07 Pomp and Circumstance March No. I.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/08 Pomp and Circumstance March No. IV [Abridged].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/09 Timesteps [Excerpt].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/10 Overture to the Sun.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/11 I Want to Marry a Lighthouse Keeper.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/12 William Tell Overture [Abridged].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/13 Suicide Scherzo (Ninth Symphony, Second Movement) [Abridged].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/14 Ninth Symphony, Fourth Movement [Abridged].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Clockwork Orange OST/15 Singin' in the Rain.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/01 - Boogie Oogie Oogie.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/02 - This Love Of Ours.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/03 - Distant.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/04 - World Spin.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/05 - Disco Dancin'.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/06 - You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/07 - If We Loved.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/08 - Sky High.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/A Taste Of Honey/A Taste Of Honey/09 - You're In Good Hands.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Chiquitita.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Dancing Queen.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Does Your Mother Know.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Fernando.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Gimme! Gimme! Gimme! (A Man After Midnight).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/I Have A Dream.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Knowing Me, Knowing You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Lay All Your Love On Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Mamma Mia.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Money, Money, Money.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/One Of Us.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/S.O.S..flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Super Trouper.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Take A Chance On Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Thank You For The Music.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/The Name Of The Game.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/The Winner Takes It All.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Voulez Vous.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Abba/Gold - Greatest Hits 1973-1981 (1992)/Waterloo.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/01. Dirty Deeds Done Dirt Cheap.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/02. Love at First Feel.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/03. Big Balls.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/04. Rocker.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/05. Problem Child.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/06. There's Gonna Be Some Rockin'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/07. Ain't No Fun (Waiting Round to Be a Millionaire).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/08. Ride On.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - Dirty Deeds Done Dirt Cheap (2020) [24-96]/09. Squealer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/01-AC-DC - Its A Long Way To The Top-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/02-AC-DC - Rock n Roll Singer-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/03-AC-DC - The Jack-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/04-AC-DC - Live Wire-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/05-AC-DC - T.N.T.-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/06-AC-DC - Can I Sit Next To You Girl-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/07-AC-DC - Little Lover-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/08-AC-DC - Shes Got Balls-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1976 - High Voltage/09-AC-DC - High Voltage-KMRG.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1977 - Let There Be Rock/01 - Go Down.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1977 - Let There Be Rock/02 - Dog Eat Dog.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1977 - Let There Be Rock/03 - Let There be Rock.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1977 - Let There Be Rock/04 - Bad Boy Boogie.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1977 - Let There Be Rock/05 - Problem Child.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1977 - Let There Be Rock/06 - Overdose.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1977 - Let There Be Rock/07 - Hell Ain't A Bad Place To Be.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1977 - Let There Be Rock/08 - Whole Lotta Rosie.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/01 Highway To Hell.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/02 Girls Got Rhythm.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/03 Walk All Over You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/04 Touch Too Much.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/05 Beating Around The Bush.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/06 Shot Down In Flames.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/07 Get It Hot.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/08 If You Want Blood (You've Got It).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/09 Love Hungry Man.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1979 - Highway To Hell/10 Night Prowler.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/01. ACDC - Hells Bells.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/02. ACDC - Shoot to Thrill.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/03. ACDC - What Do You Do for Money Honey.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/04. ACDC - Givin the Dog a Bone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/05. ACDC - Let Me Put My Love Into You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/06. ACDC - Back In Black.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/07. ACDC - You Shook Me All Night Long.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/08. ACDC - Have a Drink on Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/09. ACDC - Shake a Leg.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1980 - Back In Black/10. ACDC - Rock and Roll Ain't Noise Pollution.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/01 Fly On The Wall.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/02 Shake Your Foundations.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/03 First Blood.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/04 Danger.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/05 Sink The Pink.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/06 Playing With Girls.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/07 Stand Up.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/08 Hell Or High Water.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/09 Back In Business.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1985 - Fly On The Wall/10 Send For The Man.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/Chase the ace.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/D.T..mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/For those about to rock (we salute you).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/Hells bells.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/Ride on.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/Shake your foundations.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/Sink the pink.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/Who made who.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1986 - Who Made Who/You shook me all night long.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/01 Thunderstruck.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/02 Fire Your Guns.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/03 Moneytalks.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/04 The Razors Edge.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/05 Mistress for Christmas.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/06 Rock Your Heart Out.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/07 Are You Ready.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/08 Got You By The Balls.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/09 Shot Of Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/10 Let's Make It.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/11 Goodbye And Good Riddance To Bad Luck.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1990 - The Razors Edge/12 If You Dare.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/01-ACDC-Hard_As_A_Rock-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/02-ACDC-Cover_You_In_Oil-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/03-ACDC-The_Furor-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/04-ACDC-Boogie_Man-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/05-ACDC-The_Honey_Roll-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/06-ACDC-Burnin_Alive-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/07-ACDC-Hail_Caesar-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/08-ACDC-Love_Bomb-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/09-ACDC-Caught_With_Your_Pants_Down-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/10-ACDC-Whiskey_On_The_Rocks-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/1995 - Ballbreaker/11-ACDC-Ballbreaker-HHI.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/01 - Stiff Upper Lip.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/02 - Meltdown.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/03 - House Of Jazz.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/04 - Hold Me Back.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/05 - Safe In New York City.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/06 - Can't Stand Still.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/07 - Can't Stop Rock 'N' Roll.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/08 - Satellite Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/09 - Damned.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/10 - Come And Get It.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/11 - All Screwed Up.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2000 - Stiff Upper Lip/12 - Give It Up.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(01) [AC-DC] Rock N Roll Train.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(02) [AC-DC] Skies On Fire.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(03) [AC-DC] Big Jack.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(04) [AC-DC] Anything Goes.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(05) [AC-DC] War Machine.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(06) [AC-DC] Smash N Grab.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(07) [AC-DC] Spoilin' For A Fight.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(08) [AC-DC] Wheels.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(09) [AC-DC] Decibel.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(10) [AC-DC] Stormy May Day.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(11) [AC-DC] She Likes Rock N Roll.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(12) [AC-DC] Money Made.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(13) [AC-DC] Rock N Roll Dream.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(14) [AC-DC] Rocking All The Way.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2008 - Black Ice/(15) [AC-DC] Black Ice.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(01) - AC-DC - Rock Or Bust.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(02) - AC-DC - Play Ball.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(03) - AC-DC - Rock The Blues Away.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(04) - AC-DC - Miss Adventure.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(05) - AC-DC - Dogs Of War.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(06) - AC-DC - Got Some Rock & Roll Thunder.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(07) - AC-DC - Hard Times.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(08) - AC-DC - Baptism By Fire.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(09) - AC-DC - Rock The House.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(10) - AC-DC - Sweet Candy.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2014 - Rock Or Bust/(11) - AC-DC - Emission Control.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/01 Realize.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/02 Rejection.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/03 Shot In The Dark.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/04 Through The Mists Of Time.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/05 Kick You When You're Down.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/06 Witch's Spell.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/07 Demon Fire.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/08 Wild Reputation.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/09 No Man's Land.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/10 Systems Down.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/11 Money Shot.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/2020 - Power Up - (24 96K)/12 Code Red.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/AC-DC/ACDC - highway_to_hell(live).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Call Me (Come Back Home).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Here I Am (Come and Take Me).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - How Can You Mend a Broken Heart-.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - I Can't Get Next to You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - I Tried to Tell Myself.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - I'm Still in Love With You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - I've Never Found a Girl (Who Loves Me Like You Do).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - L-O-V-E (Love).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Let's Stay Together.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Look What You Done for Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Love and Happiness.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Oh Me, Oh My (Dreams in My Arms).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Sha-La-La (Make Me Happy).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Take Me to the River.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - Tired of Being Alone.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Al/Al Green - You Ought to Be With Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/01 - Al Green - Back Up Train.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/02 - Al Green - Hot Wire.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/03 - Al Green - Stop & Check Myself.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/04 - Al Green - I Want To Hold Your Hand.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/05 - Al Green - Tomorrow's Dream.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/06 - Al Green - I'm A Ram.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/07 - Al Green - I Can't Get Next To You (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/08 - Al Green - Light My Fire.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/09 - Al Green - Intro To Tired Of Being Alone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/10 - Al Green - Tired Of Being Alone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/11 - Al Green - Drving Wheel.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/12 - Al Green - Listen (Take 2).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/13 - Al Green - True Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/14 - Al Green - Guilty.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 1) (1997) [FLAC]/15 - Al Green - We've Only Just Begun_Let's Stay Together (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/01 - Al Green - Intro To Let's Stay Together.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/02 - Al Green - Let's Stay Together.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/03 - Al Green - So You're Leaving.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/04 - Al Green - Judy (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/05 - Al Green - La-La For You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/06 - Al Green - How Can You Mend A Broken Heart (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/07 - Al Green - I'm Still In Love With You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/08 - Al Green - I'm Glad You're Mine.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/09 - Al Green - Look What You Done For Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/10 - Al Green - Love & Happiness (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/11 - Al Green - Simply Beautiful.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 2) (1997) [FLAC]/12 - Al Green - The Technique Of Writing My Songs.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/01 - Al Green - Call Me (Come Back Home).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/02 - Al Green - You Ought To Be With Me (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/03 - Al Green - Have You Been Making Out O.K..flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/04 - Al Green - Here I Am (Come & Take Me).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/05 - Al Green - ''I Took What I Learned From Rock & Roll...''.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/06 - Al Green - Jesus Is Waiting.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/07 - Al Green - Free At Last (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/08 - Al Green - Livin' For You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/09 - Al Green - Mimi.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/10 - Al Green - I Think It's For The Feeling.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/11 - Al Green - Sha-La-La (Make Me Happy) (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/12 - Al Green - Take Me To The River.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/13 - Al Green - L-O-V-E (Love) (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/14 - Al Green - Rhymes.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/15 - Al Green - The Love Sermon.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/16 - Al Green - God Blessed Our Love (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 3) (1997) [FLAC]/17 - Al Green - ''That's My Dog Roma...''_''How I Sing The Way I Sing...''.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/01 - Al Green - 'I Don't Have To Go To Your Church...'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/02 - Al Green - I'd Fly Away.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/03 - Al Green - Full Of Fire.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/04 - Al Green - Together Again.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/05 - Al Green - Love Ritual (1988 RMX).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/06 - Al Green - Always.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/07 - Al Green - Have A Good Time.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/08 - Al Green - Love & Happiness.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/09 - Al Green - Too Close (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/10 - Al Green - 'We Try To Furnish...'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/11 - Al Green - 'But One Thing I Like About Jesus...'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/12 - Al Green - Belle.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/13 - Al Green - Wait Here.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/14 - Al Green - Chariots Of Fire.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/15 - Al Green - I Feel Good (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/16 - Al Green - Dreams_All 'N' All (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Green/Anthology - 4CD-Set (1997) [FLAC]/Anthology (Disc 4) (1997) [FLAC]/17 - Al Green - 'I Know One Thing I Had To Do...'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/01 - Lord Grenville.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/02 - On The Border.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/03 - Midas Shadow.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/04 - Sand In Your Shoes.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/05 - If It Doesn't Come Naturally, Leave It.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/06 - Flying Sorcery.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/07 - Broadway Hotel.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/08 - One Stage Before.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Al Stewart/Year Of The Cat/09 - Year Of The Cat.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/01 Converted.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/02 Speed of the Sound of Loneliness.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/03 Woke up This Morning.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/04 U Don't Dans 2 Tekno Anymore.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/05 Bourgeoisie Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/06 Ain't Goin' to Goa.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/07 Mao Tse Tung Said.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/08 Hypo Full of Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/09 Old Purple Tin.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/10 The Night We Nearly Got Busted.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/11 Sister Rosetta.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/Exile On Coldharbour Lane/12 Peace in the Valley.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/01 - A3 - Too Sick to Pray.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/02 - A3 - Mansion on the Hill.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/03 - A3 - Sad Eyed Lady of the Lowlife.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/04 - A3 - Walking in My Sleep.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/05 - A3 - Wade into the Water.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/06 - A3 - Hotel California.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/07 - A3 - Cocaine (Killed My Community).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/08 - A3 - The Thrills Have Gone.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/09 - A3 - 2129.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/10 - A3 - Strange.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/11 - A3 - Sinking....mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabama 3/La Peste [Import Bonus Track]/12 - A3 - Woke Up This Morning [Chosen One Mix].mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina - Persian Arabic belly dance music - aliek asaal.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina & Gypsy Kings - Arabic Dance 6.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina & Gypsy Kings - Baila Maria (New Version).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina & Gypsy Kings - Eres Tu (Arabic Dance).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina & Gypsy Kings - Fiesta Mora (Arabic) 1.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina & Gypsy Kings - Habibi ya nour el ein.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina & Gypsy Kings - Salam El Maghreb.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina & Ishtar - Comme toi de Nouveau.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina & Ishtar - Comme toi.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina - (ISHTAR) - 04 - Mille et une nuits.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina - Amro Diab Angela Dimitriou_Eleos.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina - Masallah.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina - Salma Ya Salama .mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Alabina - Ya 7abybi Ya Ghaybine.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/01 - Sin Ti (ft. Tchanelas).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/02 - Ragga_Boom (ft. Tchanelas & Mc Fly).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/03 - Diki Diki (ft. Tchanelas).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/04 - Aime La Vie (ft. Tchanelas).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/05 - Je Sais D'ou Je Viens.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/06 - Habibi Sawah (ft. Jmi Sissoko).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/07 - Dis Le Moi.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/08 - Loin De Ce Monde Fou (ft. Tchanelas).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/09 - Fi Hawak (ft. Burak Aziz).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/10 - Yalla Yalla (ft. Ilan Babylon).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Je Sais D`ou Je Viens (2005)/11 - Helwa Ya Baladi (ft. Tchanelas).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - La Voix D'Alabina - 01 - C'est La Vie.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/01 - C'est La Vie (My Baby).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/02 - Comme Toi.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/03 - Last Kiss.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/04 - Horchat Hai Caliptus.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/05 - Et Qu'un Ange Passe.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/06 - Corps Etranger.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/07 - Lamouni (Ligharou Meni).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/08 - Si Tu Ouvres Tes Bras.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/09 - Apprivoise - Moi.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/10 - Mille Et Une Nuits.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/11 - Yalla.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/12 - Ou Tu T'endors.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - The Voice Of Alabina (2000)/13 - Je N'oublie Rien.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/01 - Lo Dai Baahava.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/02 - Nasse Ve Tire.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/03 - Daf Hadash.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/04 - Ls'orech Ha Yam.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/05 - Emet.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/06 - Allahalek Ya Sidi.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/07 - Ad Mahar.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/08 - Aba.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/09 - C'est la Vie My Baby.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/10 - Hozer Eleha.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/11 - Last Kiss.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Ishtar - Truly Emet (2003)/12 - Horchat Hai Caliptus.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/01 - Alabina.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/02 - Comme Toi.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/03 - Salma Ya Salama (Ole Y Ola).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/04 - Lolole (Don't Let Me Be Misunderstood).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/05 - Baila Maria.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/06 - Lolai (Ya Habibi Ya Enyi).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/07 - Yo Te VI (Ah Ya Zien).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/08 - Choukrane.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/09 - Ya Mama, Ya Mama.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/10 - Eshebo (Chebba).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/11 - Tierra Santa.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/12 - Santa Maria.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/13 - Linda.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/14 - Shir Ha' Keshet (The Rainbow Song).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/15 - La Cubanita.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/16 - Salam, la Paz Al Final.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/17 - Vengan, Vengan (Ya Habaybi, Ya Ghaybine).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/L'Essentiel (2000)/18 - Alabina (Spanish Version).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/Mezdeke - Alabina Megamix (Arabic).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/01 - Alabina (Original Version 96).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/02 - Salma Ya Salma (Ole Y Ola).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/03 - Baila Maria (New Version).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/04 - Lolai (Ya Habibi Ya Eyni)(New Version).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/05 - Ya Mama, Ya Mama.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/06 - Tierra Santa.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/07 - Eshebo (Chebba).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/08 - Rona.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/09 - Yo Te Vi (Ah Ya Zein).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/10 - Yo Te Quiero, Tu Me Quieres.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/11 - Espero.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/12 - Linda.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/13 - Alabina (Spanish Version).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alabina/The Album (1996)/14 - MegaMix (Bonus Track).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 01 - All I Really Want.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 02 - You Oughta Know.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 03 - Perfect.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 04 - Hand in My Pocket.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 05 - Right Through You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 06 - Forgiven.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 07 - You Learn.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 08 - Head Over Feet.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 09 - Mary Jane.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 10 - Ironic.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 11 - Not the Doctor.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 12 - Wake Up.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alanis Morissette/Jagged Little Pill/Alanis Morissette - Jagged Little Pill - 13 - You Oughta Know (Alternate Take).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Blues At Sunrise (1973; 1988)/01 - Don't Burn Down The Bridge ('Cause You Might Wanna Come Back Across).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Blues At Sunrise (1973; 1988)/02 - I Believe To My Soul.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Blues At Sunrise (1973; 1988)/03 - For The Love Of A Woman.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Blues At Sunrise (1973; 1988)/04 - Blues At Sunrise.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Blues At Sunrise (1973; 1988)/05 - I'll Play The Blues For You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Blues At Sunrise (1973; 1988)/06 - Little Brother (Make A Way).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Blues At Sunrise (1973; 1988)/07 - Roadhouse Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/01 - Born Under A Bad Sign.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/02 - Crosscut Saw.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/03 - Kansas City (1).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/03 - Kansas City.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/04 - Oh, Pretty Woman.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/05 - Down Don't Bother Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/06 - The Hunter.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/07 - I Almost Lost My Mind.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/08 - Personal Manager.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/09 - Laundromat Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/10 - As The Years Go Passing By.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Born Under A Bad Sign (1967) [FLAC] (MFSL Gold UDCD 577)/11 - The Very Thought Of You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/01 - Honey Bee.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/02 - Ask Me No Questions.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/03 - I'm Gonna Move To The Outskirts of Town.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/04 - They Made The Queen Welcome.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/05 - Floodin' In California.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/06 - I Found Love In The Food Stamp Line.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/07 - Match Box Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/08 - Crosscut Saw.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/Crosscut Saw (Albert King In San Francisco) 1983 (1992)/09 - Why You So Mean To Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/01 Laundromat Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/02 Overall Junction.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/03 Oh, Pretty Woman.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/04 Funk-Shun.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/05 Crosscut Saw.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/06 Down Don't Bother Me [Bonus].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/07 Born Under a Bad Sign.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/08 Personal Manager.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/09 Kansas City[Bonus].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/10 The Very Thought of You [Bonus].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/11 The Hunter [Bonus].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/12 I Almost Lost My Mind[Bonus].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/13 As the Years Go Passing By [Bonus].flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/14 Cold Feet.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/15 You Sure Drive a Hard Bargain.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/16 I Love Lucy.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/King of the Blues Guitar (1969; 1989)/17 You're Gonna Need Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(01) [Albert King] The Blues Don't Change.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(02) [Albert King] I'm Doing Fine.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(03) [Albert King] Nice To Be Nice (Ain't That Nice).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(04) [Albert King] Oh, Pretty Woman.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(05) [Albert King] King Of Kings.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(06) [Albert King] Feel The Need.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(07) [Albert King] Firing Line.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(08) [Albert King] The Pinch Paid Off (Part 1).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(09) [Albert King] The Pinch Paid Off (Part 2).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(10) [Albert King] I Can't Stand The Rain.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King/The Blues Don't Change (1977; 1992)/(11) [Albert King] Ain't It Beautiful.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(01) [Albert King With Stevie Ray Vaughan] Call It Stormy Monday.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(02) [Albert King With Stevie Ray Vaughan] 'Old Times'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(03) [Albert King With Stevie Ray Vaughan] Pride And Joy.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(04) [Albert King With Stevie Ray Vaughan] Ask Me No Questions.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(05) [Albert King With Stevie Ray Vaughan] 'Pep Talk'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(06) [Albert King With Stevie Ray Vaughan] Blues At Sunrise.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(07) [Albert King With Stevie Ray Vaughan] 'Turn It Over'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(08) [Albert King With Stevie Ray Vaughan] Overall Junction.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(09) [Albert King With Stevie Ray Vaughan] Match Box Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(10) [Albert King With Stevie Ray Vaughan] 'Who Is Stevie-'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Albert King With Stevie Ray Vaughan/In Session (1983; 1999)/(11) [Albert King With Stevie Ray Vaughan] Don't Lie To Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/01 01 - Shout.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/02 02 - Framed.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/03 03 - I Just Wanna Make Love To Yo.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/04 04 - Elevator Rock (Previously Un.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/05 05 - St James Infirmary.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/06 06 - Penecillin Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/07 07 - Reelin' And Rockin'.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/08 08 - Ain't That Just Too Bad.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/09 09 - Agent 00 Soul.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/10 10 - Tomahawk Kid.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/10 10 - Work Song.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/11 11 - Hair.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/12 12 - Birthday.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/13 13 - Roman Wall Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/14 14 - Midnight Moses.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/15 15 - Hammer Song.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/16 16 - Hole In Her Stocking.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/17 17 - Wade In The Water.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/18 18 - Isobel Goudie (Previously Un.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/19 19 - The Harp (Previously Unrelea.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation/20 20 - The Harp.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/01 01 - Midnight Moses.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/02 02 - Framed.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/03 03 - There's No Lights On The Xma.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/04 04 - Buff's Bar Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/05 05 - Swampsnake.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/06 06 - Next.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/07 07 - The Last Of The Teenage Idol.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/09 09 - Sergeant Fury.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/11 11 - Action Strasse.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/13 13 - Faith Healer (Live).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/14 14 - Delilah.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/15 15 - Boston Tea Party.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/16 16 - Water Beastie.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alex Harvey/Considering The Situation Disc 2/17 17 - I Love Monsters Too.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Alice Deejay - Alice DeeJay.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Alice Deejay - Don't Call Me Baby [ Disco Babies White Label ].mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Alice Deejay - Higher And Higher (Dj Hewies Shorter Club Voc.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Alice Deejay - Will I ever.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Alice DJ - Do you think your better off alone (remix).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Better Off Alone - CDM - 1999/01 - Alice Deejay - Better off alone (Radio edit).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Better Off Alone - CDM - 1999/02 - Alice Deejay - Better off alone (Vocal club mix).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Better Off Alone - CDM - 1999/03 - Alice Deejay - Better off alone (Signum remix).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Better Off Alone - CDM - 1999/04 - Alice Deejay - Better off alone (Pronti and Kalmani vocal remix).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Better Off Alone - CDM - 1999/05 - Alice Deejay - Better off alone (Pronti and Kalmani club dub).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/Better Off Alone - CDM - 1999/06 - Alice Deejay - Better off alone (Mark van Dale with Enrico remix).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice Deejay/DJ Plummet- It's Going To Be A Fine Night Tonight (Alice DJ).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/01 01. Alice In Chains - Grind.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/02 02. Alice In Chains - Brush Away.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/03 03. Alice In Chains - Sludge Factory.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/04 04. Alice In Chains - Heaven Beside You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/05 05. Alice In Chains - Head Creeps.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/06 06. Alice In Chains - Again.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/07 07. Alice In Chains - Shame In You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/08 08. Alice In Chains - God Am.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/09 09. Alice In Chains - So Close.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/10 10. Alice In Chains - Nothin' Song.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/11 11. Alice In Chains - Frogs.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Alice In Chains/12 12. Alice In Chains - Over Now.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/01 01. Alice In Chains - Them Bones.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/02 02. Alice In Chains - Dam That River.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/03 03. Alice In Chains - Rain When I Die.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/04 04. Alice In Chains - Sickman.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/05 05. Alice In Chains - Rooster.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/06 06. Alice In Chains - Junkhead.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/07 07. Alice In Chains - Dirt.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/08 08. Alice In Chains - God Smack.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/09 09. Alice In Chains - Iron Gland.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/10 10. Alice In Chains - Hate To Feel.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/11 11. Alice In Chains - Angry Chair.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/12 12. Alice In Chains - Down In A Hole.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Dirt/13 13. Alice In Chains - Would .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/01 01. Alice In Chains - We Die Young.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/02 02. Alice In Chains - Man in the Box.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/03 03. Alice In Chains - Sea of Sorrow.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/04 04. Alice In Chains - Bleed the Freak.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/05 05. Alice In Chains - I Can't Remember.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/06 06. Alice In Chains - Love, Hate, Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/07 07. Alice In Chains - It Ain't Like That.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/08 08. Alice In Chains - Sunshine.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/09 09. Alice In Chains - Put You Down.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/10 10. Alice In Chains - Confusion.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/11 11. Alice In Chains - I Know Somethin (Bout You).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Facelift/12 12. Alice In Chains - Real Thing.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Jar Of Flies/1 01. Alice In Chains - Rotten Apple.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Jar Of Flies/2 02. Alice In Chains - Nutshell.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Jar Of Flies/3 03. Alice In Chains - I Stay Away.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Jar Of Flies/4 04. Alice In Chains - No Excuses.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Jar Of Flies/5 05. Alice In Chains - Whale & Wasp.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Jar Of Flies/6 06. Alice In Chains - Don't Follow.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Jar Of Flies/7 07. Alice In Chains - Swing On This.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/01 01. Alice In Chains - Bleed The Freak.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/02 02. Alice In Chains - Queen Of The Rodeo.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/03 03. Alice In Chains - Angry Chair.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/04 04. Alice In Chains - Man In The Box.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/05 05. Alice In Chains - Love, Hate, Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/06 06. Alice In Chains - Rooster.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/07 07. Alice In Chains - Would .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/08 08. Alice In Chains - Junkhead.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/09 09. Alice In Chains - Dirt (Drunk and Disordely Version).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/10 10. Alice In Chains - Them Bones.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/11 11. Alice In Chains - God Am.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/12 12. Alice In Chains - Again.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/13 13. Alice In Chains - A Little Bitter.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Live/14 14. Alice In Chains - Dam That River.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/01 01. Alice In Chains - Nutshell.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/02 02. Alice In Chains - Brother.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/03 03. Alice In Chains - No Excuses.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/04 04. Alice In Chains - Sludge Factory.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/05 05. Alice In Chains - Down In A Hole.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/06 06. Alice In Chains - Angry Chair.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/07 07. Alice In Chains - Rooster.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/08 08. Alice In Chains - Got Me Wrong.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/09 09. Alice In Chains - Heaven Beside You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/10 10. Alice In Chains - Would .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/11 11. Alice In Chains - Frogs.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/12 12. Alice In Chains - Over Now.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/MTV Unplugged/13 13. Alice In Chains - Killer Is Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/06 06. Alice in Chains - Again (Tattoo of Pain Mix).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/01 01. Alice in Chains - Down in a Hole.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/01 01. Alice in Chains - Get Born Again.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/02 02. Alice in Chains - Hate to Feel.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/02 02. Alice in Chains - I Can't Have You Blues (Demo).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/03 03. Alice in Chains - What the Hell Have I (Remix).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/03 03. Alice in Chains - Whatcha Gonna Do (Demo).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/04 04. Alice in Chains - A Little Bitter (Remix).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/04 04. Alice in Chains - Social Parasite (Demo).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/05 05. Alice in Chains - Grind.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/05 05. Alice in Chains - Queen of the Rodeo (Live).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/06 06. Alice in Chains - Bleed the Freak (Demo).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/07 07. Alice in Chains - Head Creeps.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/07 07. Alice in Chains - Killing Yourself (Demo).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/08 08. Alice in Chains - God Am.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/08 08. Alice in Chains - We Die Young.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/09 09. Alice in Chains - Frogs.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/09 09. Alice in Chains - Man in the Box.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/1 15. Alice in Chains - Rooster (Demo).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/10 10. Alice in Chains - Heaven Beside You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/10 10. Alice in Chains - Sea of Sorrow (Demo).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/11 11. Alice in Chains - I Can't Remember.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/11 14. Alice in Chains - Died.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/12 12. Alice in Chains - Love, Hate, Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/13 13. Alice in Chains - It Ain't Like That.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/14 14. Alice in Chains - Confusion.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/2 16. Alice in Chains - Right Turn.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Music Bank/3 17. Alice in Chains - Got Me Wrong.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/01 Get Born Again.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/02 We Die Young (Demo).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/03 Man In The Box.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/04 Them Bones.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/05 Iron Gland.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/06 Angry Chair.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/07 Down In A Hole.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/09 Got Me Wrong.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/10 No Excuses.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/11 I Stay Away.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/12 What The Hell Have I.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/13 Grind.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/14 Again.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Nothing Safe/15 Would_.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Sap/1 01. Alice In Chains - Brother.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Sap/2 02. Alice In Chains - Got Me Wrong.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Sap/3 03. Alice In Chains - Right Turn.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Sap/4 04. Alice In Chains - Am I Inside.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Sap/5 05. Alice In Chains - Love Song.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/01-alice_in_chains-hollow.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/02-alice_in_chains-pretty_done.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/03-alice_in_chains-stone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/04-alice_in_chains-voices.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/05-alice_in_chains-the_devil_put_dinosaurs_here.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/06-alice_in_chains-lab_monkey.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/07-alice_in_chains-low_ceiling.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/08-alice_in_chains-breath_on_a_window.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/09-alice_in_chains-scalpel.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/10-alice_in_chains-phantom_limb.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/11-alice_in_chains-hung_on_a_hook.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/The Devil Put Dinosaurs Here/12-alice_in_chains-choke.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Various/08 A Little Bitter.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Various/1 01. Class of '99 - Another Brick in The Wall (Part 2).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Various/2 02. Alice In Chains - What The Hell Have I.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alice in Chains/Various/3 13. Class of '99 - Another Brick in The Wall.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Alison Krauss & Union Station - Bluegrass Instrumental.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/alison krauss & union station - Down From The Mountain.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Alison Krauss & Union Station - It Doesn't Matter.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Alison Krauss - Down To The River To Pray.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Alison Krauss - Emmylou Harris - Gillian Welch - Didn't Leave Nobody but the Baby.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Alison Krauss - When You Say Nothing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Alison Krauss And Union Station - Bright Sunny South.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-01 Let Me Touch You For Awhile.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-02 Choctaw Hayride.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-03 The Lucky One.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-04 Baby, Now That I've Found You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-05 Bright Sunny South.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-06 Every Time You Say Goodbye.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-07 Tiny Broken Heart.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-08 Cluck Old Hen.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-09 Stay.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-10 Broadway.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-11 Ghost In This House.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-12 Forget About It.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 1]/1-13 Faraway Land.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-01 Tribute To Peador O'Donnell_Mon.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-02 The Boy Who Wouldn't Hoe Corn.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-03 Take Me For Longing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-04 I Am A Man Of Constant Sorrow.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-05 Maybe.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-06 We Hide & Seek.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-07 But You Know I Love You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-08 When You Say Nothing At All.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-09 New Favorite.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-10 Oh, Atlanta.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-11 Down To The River To Pray.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Live [2002]/Live [Disc 2]/2-12 There Is A Reason.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/1-Paper Airplane.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/10-Bonita And Bill Butler.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/11-My Opening Farewell.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/2-Dust Bowl Children.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/3-Lie Awake.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/4-Lay My Burden Down.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/5-My Love Follows You Where Yo.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/6-Dimming Of The Day.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/7-On The Outside Looking In.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/8-Miles To Go.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Paper Airplane 24-96/9-Sinking Stone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/01. Alison Krauss & Union Station - Two Highways.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/02. Alison Krauss & Union Station - I'm Alone Again.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/03. Alison Krauss & Union Station - Wild Bill Jones.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/04. Alison Krauss & Union Station - Beaumont Rag.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/05. Alison Krauss & Union Station - Heaven's Bright Shore.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/06. Alison Krauss & Union Station - Love You In Vain.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/07. Alison Krauss & Union Station - Here Comes Goodbye.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/08. Alison Krauss & Union Station - As Lovely as You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/09. Alison Krauss & Union Station - Windy City Rag.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/10. Alison Krauss & Union Station - Lord Don't Forsake Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/11. Alison Krauss & Union Station - Teardrops Will Kiss the Morning Dew.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Alison Krauss + Union Station/Two Highways/12. Alison Krauss & Union Station - Midnight Rider.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Road Games (1983)/1 Three Sheets To The Wind.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Road Games (1983)/2 Road Games.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Road Games (1983)/3 Water On The Brain Pt.II.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Road Games (1983)/4 Tokyo Dream.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Road Games (1983)/5 Was There�.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Road Games (1983)/6 Material Real.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/The Sixteen Men of Tain (1999)/01 - 0274.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/The Sixteen Men of Tain (1999)/02 - The Sixteen Men Of Tain.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/The Sixteen Men of Tain (1999)/03 - Above And Below.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/The Sixteen Men of Tain (1999)/04 - The Drums Were Yellow.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/The Sixteen Men of Tain (1999)/05 - Texas.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/The Sixteen Men of Tain (1999)/06 - Downside Up.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/The Sixteen Men of Tain (1999)/07 - Eidolon.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/The Sixteen Men of Tain (1999)/08 - Above And Below (Reprise).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Velvet Darkness (1976)/A1 - Good Clean Filth.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Velvet Darkness (1976)/A2 - Floppy Hat.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Velvet Darkness (1976)/A3 - Wish.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Velvet Darkness (1976)/A4 - Kinder.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Velvet Darkness (1976)/B1 - Velvet Darkness.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Velvet Darkness (1976)/B2 - Karzie Key.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Velvet Darkness (1976)/B3 - Last May.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Allan Holdsworth/Velvet Darkness (1976)/B4 - Gattox.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/01 Johnny Boyle's , King Of The Pipe.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/02 Dark Haired Lass , Biddy From Muc.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/03 Stor, A Stor, A Ghra.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/04 Strathspey , Con McGinley's , The.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/05 Ta Me Mo Shui.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/06 An Gasur Mor , Bunker Hill , Dogs.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/07 Molly Na gCuach Ni Chuilleanain.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/08 Jenny Picking Cockles, Farewell T.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/09 Ar Bhruach Na Carraige Baine.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/10 The Dance Of The Honeybees.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/11 Blackwaterside.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Altan/Blackwater/12 A Tune For Frankie.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/01 Adit El Ayam.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/02 Al Leila.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/03 Andy Suwal.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/04 Fouq Men Elenta Feh.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/05 Garaly Eeh.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/06 Habeet Ya Alby.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/07 Khalina Lewahdina.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/08 Lafetha Belad.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/09 Mafeesh Menak.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/10 Sebt Faragh Kibeer.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/11 Wahy Zekrayat.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amr Diab/Al Leila 2013/12 Ya Albaha.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/01-Rehab.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/02-You Know I'm No Good.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/03-Me & Mr Jones.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/04-Just Friends.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/05-Back To Black.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/06-Love Is A Losing Game.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/07-Tears Dry On Their Own.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/08-Wake Up Alone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/09-Some Unholy War.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/10-He Can Only Hold Her.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Back to Black (2015) [96-24 HD FLAC]/11-Addicted.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/01 Stronger Than Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/02 You Sent Me Flying.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/03 Cherry.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/04 Fuck Me Pumps.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/05 I Heard Love Is Blind.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/06 Moody's Mood for Love.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/07 (There Is) No Greater Love.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/08 In My Bed.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/09 Take the Box.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/10 October Song.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/11 What Is It About Men.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/12 Help Yourself.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Frank/13 Amy Amy Amy.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/01.Our Day Will Come.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/02.Between the Cheats.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/03.Tears Dry (Original Version).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/04.Will You Still Love Me Tomorrow.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/05. Like Smoke (feat. Nas).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/06.Valerie ('68 Version).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/07.The Girl from Ipanema.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/08.Half Time.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/09.Wake Up Alone (Original Recording).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/10.Best Friends, Right.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/11.Body and Soul with Tony Bennett.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Amy Winehouse/Lioness Hidden Treasures 2011/12.A Song for You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/01-anais_mitchell-your_fonder_heart.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/02-anais_mitchell-of_a_friday_night.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/03-anais_mitchell-namesake.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/04-anais_mitchell-shenandoah.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/05-anais_mitchell-changer.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/06-anais_mitchell-song_of_the_magi.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/07-anais_mitchell-santa_fe_dream.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/08-anais_mitchell-hobos_lullaby.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/09-anais_mitchell-old-fashioned_hat.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/10-anais_mitchell-hades_and_persephone.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anais Mitchell/The Brightness (2007)/11-anais_mitchell-out_of_pawn.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/01 - Anastacia - Not That Kind .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/02 - Anastacia - I'm Outta Love .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/03 - Anastacia - Cowboys & Kisses .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/04 - Anastacia - Who's Gonna Stop The Rain .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/05 - Anastacia - Love Is Alive .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/06 - Anastacia - I Ask Of You .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/07 - Anastacia - Wishing Well .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/08 - Anastacia - Made For Lovin' You .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/09 - Anastacia - Black Roses .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/10 - Anastacia - Yo Trippin' .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/11 - Anastacia - One More Chance .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Not That Kind - (2000)/12 - Anastacia - Same Old Story .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/01 - I'm Outta Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/02 - Not That Kind.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/03 - Cowboys & Kisses.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/04 - Made For Lovin' You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/05 - Paid My Dues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/06 - One Day In Your Life.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/07 - Why'd You Lie To Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/08 - You'll Never Be Alone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/09 - Left Outside Alone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/10 - Sick And Tired.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/11 - Welcome To My Truth.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/12 - Heavy On My Heart.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/13 - Everything Burns.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/14 - I Belong To You (Il Ritmo Della Passione - Feat. Eros).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/15 - Pieces Of A Dream.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/16 - In Your Eyes.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Pieces of a Dream/17 - Anastacia , Club Megamix.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/01 Staring at the Sun.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/02 Lifeline.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/03 Stupid Little Things.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/04 I Don't Want to Be the One.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/05 Evolution.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/06 Pendulum.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/07 Stay.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/08 Dark White Girl.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/09 Apology.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/10 Broken Wings.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/11 Other Side of Crazy (Bonus Track).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/12 Oncoming Train (Bonus Track).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/13 Resurrection (Bonus Track).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/14 Left Outside Alone, Pt. 2 (Bonus.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anastacia/Resurrection 2014/15 Underdog (Bonus Track).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/13 - Eight Lessons for Guitar - No. 1 in A major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/25 - Etude No. 17 in D major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/01 - Praeludium and Allegro.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/02 - Passacaglia.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/03 - Suite in G major - Gigue.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/04 - Suite in G major - Gavotte.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/05 - Seis Pavanas - Pavana No. 1 in A minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/06 - Seis Pavanas - Pavana No. 6 in D major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/07 - Seis Pavanas - Pavana No. 3 in C major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/08 - Seis Pavanas - Pavana No. 5 in D major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/09 - Seis Pavanas - Pavana No. 2 in B minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/10 - Seis Pavanas - Pavana No. 4 in D major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/11 - Suite española - No. 2 Gallarda y Villano.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/12 - Suite española - No. 1 Españoletas.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/14 - Eight Lessons for Guitar - No. 2 in A minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/15 - Eight Lessons for Guitar - No. 3 in G major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/16 - Eight Lessons for Guitar - No. 4 in A major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/17 - Eight Lessons for Guitar - No. 5 in E minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/18 - Eight Lessons for Guitar - No. 6 in A major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/19 - Eight Lessons for Guitar - No. 7 in E major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/20 - Eight Lessons for Guitar - No. 8 in E minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/21 - Minuet in C minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/22 - Minuet in C major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/23 - Etude No. 8 in C major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/24 - Etude No. 2 in A major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/26 - Etude No. 20 in A minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/27 - Etude No. 19 in A major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/28 - Etude No. 16 in D minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/29 - Etude No. 11 in E minor.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/30 - Etude No. 13 in B flat major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/31 - Etude No. 17 in C major.ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/32 - Granada (No. 1 from Suite española, Op. 47).ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/33 - Andaluza (Danza española, Op. 37 No. 5).ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/34 - Danza triste (Danza española, Op. 37 No. 10).ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Andrés Segovia (Albeniz, Granados, Sanz, Sor a.o.)/35 - La Maja de Goya (in G minor, No. 1 from Tonadillas).ape
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/09 Andrés Segovia - Poet Of The Guitar - Johann Sebastian Bach , Bourree (dalla Partita per violino in si minore).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/01 Andrés Segovia - Poet Of The Guitar - Luis Milan , Pavane n.1.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/02 Andrés Segovia - Poet Of The Guitar - Luis Milan , Pavane n.3.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/03 Andrés Segovia - Poet Of The Guitar - Luis Milan , Pavane n.6.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/04 Andrés Segovia - Poet Of The Guitar - Luis Milan , Pavane n.5.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/05 Andrés Segovia - Poet Of The Guitar - Luis Milan , Pavane n.2.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/06 Andrés Segovia - Poet Of The Guitar - Luis Milan , Pavane n.4.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/07 Andrés Segovia - Poet Of The Guitar - Gilolamo Frescobaldi , Aria con Variazioni, La Frescobalda.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/08 Andrés Segovia - Poet Of The Guitar - Johann Sebastian Bach , Siciliana (dalla Sonata per violino in sol minore).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/10 Andrés Segovia - Poet Of The Guitar - Leopols Sylvius Weiss , Adagio mesto e Allegretto.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/11 Andrés Segovia - Poet Of The Guitar - Fernando Sor , Rondo.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/12 Andrés Segovia - Poet Of The Guitar - Fernando Sor , Minuetto in la maggiore.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/13 Andrés Segovia - Poet Of The Guitar - Felix Mendelssohn-Bartholdy , Lied ohne Worte op. 30 n.3.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/14 Andrés Segovia - Poet Of The Guitar - Felix Mendelssohn-Bartholdy , Canzonetta dal Quartetto n.1 op.12.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/15 Andrés Segovia - Poet Of The Guitar - Isaac Albeniz , Zambra Granadina.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/16 Andrés Segovia - Poet Of The Guitar - Isaac Albeniz , Torre Bermeja.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/17 Andrés Segovia - Poet Of The Guitar - Isaac Albeniz , Sevilla.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/Poet Of The Guitar FLAC/18 Andrés Segovia - Poet Of The Guitar - Federico Moreno Torroba , Romance de los pinos.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 01 - Mario Castelnuovo-Tedesco - 5 pieces from 'Platero y yo', Op. 90, I. Platero.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 02 - Mario Castelnuovo-Tedesco - 5 pieces from 'Platero y yo', Op. 90, II. Melancolía.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 03 - Mario Castelnuovo-Tedesco - 5 pieces from 'Platero y yo', Op. 90, III. Angelus.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 04 - Mario Castelnuovo-Tedesco - 5 pieces from 'Platero y yo', Op. 90, IV. Golodrinas.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 05 - Mario Castelnuovo-Tedesco - 5 pieces from 'Platero y yo', Op. 90, V. La Arrulladora.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 07 - Mario Castelnuovo-Tedesco - Quintet for Guitar and String Quartet, Op. 143, II. Andante mesto.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 08 - Mario Castelnuovo-Tedesco - Quintet for Guitar and String Quartet, Op. 143, III. Scherzo- Allegro con spirito alla Marcia.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 09 - Mario Castelnuovo-Tedesco - Quintet for Guitar and String Quartet, Op. 143, IV. Finale- Allegro con fuoco.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 10 - Heitor Villa-Lobos - Etude No. 8 in C sharp minor (from '12 Etudes for Guitar'), Modéré.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 11 - Heitor Villa-Lobos - Etude No. 1 in E minor (from '12 Etudes for Guitar'), Allegro non troppo.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 12 - Federico Moreno Torroba - Albada (from 'Piezas características').mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 14 - Federico Moreno Torroba - Sonatina in A major, II. Andante.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 15 - Federico Moreno Torroba - Sonatina in A major, III. Allegro.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 16 - Óscar Esplá - Dos Impresiones Levantinas, I. Andante.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 17 - Óscar Esplá - Dos Impresiones Levantinas, II. Andante.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 18 - Antonio Lauro - Valse Criollo (Valse Venezolano No. 3).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 19 - Manuel Ponce - Canción (No. 2 from 'Tres Canciones Populares Mexicanas').mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 20 - Manuel Ponce - Canción y Paisaje.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 01 - Luis Milán - Pavana No. 6 (from 'El Maestro').mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 02 - Luis Milán - Pavana No. 5 (from 'El Maestro').mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 06 - Mario Castelnuovo-Tedesco - Quintet for Guitar and String Quartet, Op. 143, I. Allegro, vivo e schietto.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[1] - 13 - Federico Moreno Torroba - Sonatina in A major, I. Allegretto.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 03 - Robert de Visée - Passacaille.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 13 - Manuel Ponce - Ballet.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 23 - Alexandre Tansman - Suite in Modo Polonico, Mazurka.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 04 - Luis de Narváez - Canción del Emperador (sobre 'Mille Regretz' de Josquin des Prez).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 05 - Luis de Narváez - Varations on 'Guárdame las vacas'.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 06 - John Dowland - Two Pieces for Lute, Song (Captain Digorie Piper's Galliard).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 07 - John Dowland - Two Pieces for Lute, Allemande.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 08 - Manuel Ponce - Preambulo.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 09 - Manuel Ponce - Gavotta.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 10 - Domenico Scarlatti - Sonata in G major, K. 391-L. 79.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 11 - Silvius Leopold Weiss - Fantasie.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 12 - Manuel Ponce - Prelude.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 14 - Manuel Ponce - Gigue.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 15 - George Frideric Handel - Allegretto grazioso (Menuet I & II from Suite in G minor, HWV 453).mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 16 - George Frideric Handel - Gavotte in G major, HWV 491.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 17 - George Frideric Handel - Minuet in G major, HWV 531.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 18 - Alexandre Tansman - Suite in Modo Polonico, Branle.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 19 - Alexandre Tansman - Suite in Modo Polonico, Gaillarde.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 20 - Alexandre Tansman - Suite in Modo Polonico, Kujawiak.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 21 - Alexandre Tansman - Suite in Modo Polonico, Polonaise.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 22 - Alexandre Tansman - Suite in Modo Polonico, Kolisanka No. 1.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 24 - Alexandre Tansman - Suite in Modo Polonico, Rêverie.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 25 - Alexandre Tansman - Suite in Modo Polonico, Alla Polacca.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 26 - Alexandre Tansman - Suite in Modo Polonico, Kolisanka No. 2.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 27 - Alexandre Tansman - Suite in Modo Polonico, Oberek.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 28 - Manuel Ponce - 6 Preludes, No. 1 in A major.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 29 - Manuel Ponce - 6 Preludes, No. 2 in A minor.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 30 - Manuel Ponce - 6 Preludes, No. 3 in E Major.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 31 - Manuel Ponce - 6 Preludes, No. 4 in F sharp minor.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 32 - Manuel Ponce - 6 Preludes, No. 5 in F sharp Major.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 33 - Manuel Ponce - 6 Preludes, No. 6 in B Major.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Great Master [2CD]/[2] - 34 - Manuel Ponce - Valse.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Segovia Collection vol 3/01. Sevilla Albeniz.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Segovia Collection vol 3/02. Granada Albeniz.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Segovia Collection vol 3/03. Zambra Granadina.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Segovia Collection vol 3/05. Estudio No 10 No 15 No19 No 9.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Segovia Collection vol 3/06. Recuerdos de la Alhambra Tarrega.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andres Segovia/The Segovia Collection vol 3/07. Tonadilla Granados.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/01 - Deliver Us.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/02 - Hellipad.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/03 - Ghost Of You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/04 - Resolution.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/05 - Redemption.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/06 - Lydia.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/07 - Gone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/08 - Move On.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/09 - Beware Dark Days.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/10 - The Prayer - The Answer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Andy Timmons Band/Resolution - 2006/11 - Headed For The Ditch.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Giving You The Best That I Got - 1988/Anita Baker. 1988. Giving You The Best That I Got-01. Priceless.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Giving You The Best That I Got - 1988/Anita Baker. 1988. Giving You The Best That I Got-02. Lead Me Into Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Giving You The Best That I Got - 1988/Anita Baker. 1988. Giving You The Best That I Got-03. Giving You The Best That I Got.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Giving You The Best That I Got - 1988/Anita Baker. 1988. Giving You The Best That I Got-04. Good Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Giving You The Best That I Got - 1988/Anita Baker. 1988. Giving You The Best That I Got-05. Rules.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Giving You The Best That I Got - 1988/Anita Baker. 1988. Giving You The Best That I Got-06. Good Enough.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Giving You The Best That I Got - 1988/Anita Baker. 1988. Giving You The Best That I Got-07. Just Because.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Giving You The Best That I Got - 1988/Anita Baker. 1988. Giving You The Best That I Got-08. You Belong To Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Rapture - 1986/01 - Sweet Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Rapture - 1986/02 - You Bring Me Joy.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Rapture - 1986/03 - Caught Up In The Rapture.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Rapture - 1986/04 - Been So Long.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Rapture - 1986/05 - Mystery.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Rapture - 1986/06 - No One In The World.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Rapture - 1986/07 - Same Ole Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anita Baker/Rapture - 1986/08 - Watch Your Step.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/01 Give Me Some Credit .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/02 Crazy About You Baby .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/03 Make Me Yours .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/04 My Man .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/05 Solid Foundation .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/06 Chain of Fools .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/07 It's Your Thing .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/08 Walk Away .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/09 Rescue Me .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/10 Won't You Try Me .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/11 Steal Away .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/12 Respect .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/13 I Can't Let You Go .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/14 Part Time Love .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/15 I'll Get Along .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/16 I Still Love You .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol 1 - Cd 1/17 Generation Gap Between Us .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/01 Slipped Tripped And Fell In Love .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/02 Trouble, Heartaches And Sadness .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/03 What You Laid On Me .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/04 How Strong Is A Woman .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/05 Somebody's On Your Case .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/06 I Feel Like Breaking Up Sombody's Home .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/07 I've Been There Before .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/08 I Pity The Fool .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/09 99 Pounds .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/10 I Take What I Want .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/11 Heartaches Heartaches .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/12 I Can't Stand The Rain .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/13 Do I Need You .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/14 Until You Came Into My Life .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/15 (You Keep Me) Hanging On .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/16 Run Run Run .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/17 If We Can't Trust Each Other .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/18 A Love Vibration .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/19 You Got To Feed The Fire .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/20 I'm Gonna Tear Your Playhouse Down .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Ann Peebles/The Complete Ann Peebles on Hi Records Vol.1 - Cd 2/21 One Way Street .flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anna Ternheim/Anna Ternheim - Quiet Nights (Wallander Soundtrack)-DVD-Uploader.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/01. Scared You’re Gonna Leave.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/02. Afterlife.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/03. Play A Game.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/04. Take Care Of You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/05. Found A Song.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/06. Nothingness To Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/07. Tired Of Saying Sorry.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/08. Starlighting.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/09. One Heart At A Time.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/10. Know The Answer.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/11. Just For A Day.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/12. Riddle Me This.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/13. Rules Of My Heart.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/14. Love Song To Myself.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Annalisa Tornfelt/The Number 8 - 2015/15. June, June, Hot Air Balloon.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/07-The Four Seasons - Concerto In F Minor, RV 297, _The Winter__ 1. Allegro non molto (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/01-The Four Seasons - Concerto In G Minor, RV 315, _The Summer__ 3. Presto (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/02-Three Preludes_ 1. Allegro ben ritmato e deciso (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/03-Three Preludes_ 2. Andante con moto e poco rubato (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/04-Three Preludes_ 3. Allegro ben ritmato e deciso (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/05-Double Concerto For 2 Violins, Strings, And Continuo In D Minor, BWV 1043_ 3. Allegro (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/06-Souvenir d'un lieu cher, Op. 42_ Melodie (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/08-Double Concerto For 2 Violins, Strings, And Continuo In D Minor, BWV 1043_ 1. Vivace (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/09-Hungarian Dance No.1 In G Minor, WoO 1 (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/10-Children's Corner, L. 113_ 6. Golliwogg's Cakewalk (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/11-Introduction et Rondo capriccioso, Op. 28 (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/12-Suite bergamasque, L. 75_ 3. Clair de lune (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/13-Rodeo_ 4. Hoe-Down (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/14-Ave Maria (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/15-Jamaican Rumba (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Anne-Sophie Mutter/The Club Album - Live From Yellow Lounge [96_24]/16-Schindler's List - Original Motion Picture Soundtrack_ Theme (Live From Yellow Lounge).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/01. 01 Respect.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/02. 02 Chani Of Fools.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/03. 03 Good Times.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/04. 04 I Never Loved A Man.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/05. 05 Baby I Love You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/06. 06 Dr. Feelgood.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/07. 07 A Change Is Gonna Come.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/08. 08 Don't Let Me Lose This Dream.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/09. 09 Drown In My Own Tears.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/10. 10 Ain't Nobody.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/11. 11 96 Tears.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/12. 12 Save me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/13. 13 Bay Baby.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/14. 14 Do Right Woman.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/15. 15 Night Life.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/16. 16 Going Down Slow.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/17. 17 Never Let Me Go.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/18. 18 Prove It.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/19. 19 I Wonder.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD1/20. 20 A Natural Woman.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/01. 01 Think.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/02. 02 The House That Jack Built.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/03. 03 I Say A Little Prayer.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/04. 04 Hello Sunshine.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/05. 05 You Send Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/06. 06 Soul Serenade.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/07. 07 Groovin.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/08. 08 Satisfaction.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/09. 09 See Saw.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/10. 10 Since You've Been Gone.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/11. 11 Come Back Baby.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/12. 12 You Are My Sunshine.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/13. 13 I Take What I Want.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/14. 14 Money Won't Change You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/15. 15 Night Time Is Right Time.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/16. 16 That's My Life.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/17. 17 Ain't No Way.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/18. 18 My Song.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/19. 19 Good To Me As I Am To You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD2/20. 20 People get Ready.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/01. Son Of A Preacher Man.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/02. Share Your Love With Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/03. The Weight.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/04. I Can't See Myself Leaving You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/05. Tracks Of Tears.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/06. Bring It On Home To Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/07. River's Invitation.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/08. Don't Play That Song {You Lied}.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/09. You're A Sweet Sweet Man.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/10. Eleanor Rigby.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/11. Spirit In The Dark.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/12. Gentle On My Mind.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/13. Ramblin'.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/14. If You Gotta Make A Fool Of Somebody.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/15. Crazy He Calls Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/16. I'll Never Be Free.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/17. Call Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/18. So Long.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/19. Pitful.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD3/20. Bridge Over Troubled Water.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/01. 01 Rock Steady.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/02. 02 Spanish Harlem.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/03. 03 That's All I Want From You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/04. 04 Border Song.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/05. 05 You And Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/06. 06 Honest I Do.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/07. 07 The Thrill Is Gone.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/08. 08 Dark End Of The Street.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/09. 09 Let It Be.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/10. 10 You're All i Need To Get By.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/11. 11 Oh No Not My Baby.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/12. 12 Try Matty's.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/13. 13 When The battle Is Over.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/14. 14 Why I Sing The Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/15. 15 Pullin.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/16. 16 This Girl's In Love With You.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/17. 17 One Way Ticket.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/18. 18 Sit Down And Cry.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/19. 19 It Ain't Fair.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD4/20. 20 Bridge Over Troubled Water.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/01. 01 Day Dreaming.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/02. 02 Angel.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/03. 03 Until You Come Back To Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/04. 04 Young Gifted And Black.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/05. 05 All The King's Horses.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/06. 06 I've Been Loving You Too Long.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/07. 07 Oh Me Oh My.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/08. 08 A Brand New Ne.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/09. 09 Ain't Nothing Like The Real Thing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/10. 10 April Fools.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/11. 11 How I GotOver.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/12. 12 Master Of Eyes.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/13. 13 I'm In Love.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/14. 14 So Swell When You're Well.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/15. 15 Let me in Your Life.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/16. 16 Something He Can Feel.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/17. 17 Sparkle.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/18. 18 Rock With Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/19. 19 Hooked On Your Love.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Aretha Franklin/100 Hits Legends 5 CD Boxset/Aretha Franklin - 100 Hits Legends - CD5/20. 20 Look Into Your Heart.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(1) Evidence - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(2) In Walked Bud - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(3) Blue Monk - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(4) I Mean You - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(5) Rhythm-A-Ning - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(6) Purple Shades - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(7) Evidence (Alternate Take) - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(8) Blue Monk (Alternate Take) - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1957 - Art Blakey's Jazz Messengers With Thelonious Monk/(9) I Mean You (Alternate Take) - Art Blakey & Thelonious Monk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1961 - Impulse (1961) 24-96 HD/01-Alamode.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1961 - Impulse (1961) 24-96 HD/02-Invitation.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1961 - Impulse (1961) 24-96 HD/03-Circus.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1961 - Impulse (1961) 24-96 HD/04-You Don't Know What Love Is.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1961 - Impulse (1961) 24-96 HD/05-I Hear A Rhapsody.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1961 - Impulse (1961) 24-96 HD/06-Gee Baby Ain't I Good To You.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1962 - Caravan/1 - Caravan.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1962 - Caravan/2 - Sweet 'n' Sour [take 4].mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1962 - Caravan/3 - Sweet 'n' Sour.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1962 - Caravan/4 - In the Wee Small Hours of the Morning.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1962 - Caravan/5 - This is for Albert.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1962 - Caravan/6 - Skylark.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1962 - Caravan/7 - Thermo [take 2].mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1962 - Caravan/8 - Thermo.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1972 - Three Blind Mice/The Jazz Messengers - Three Blind Mice - 01 - Three Blind Mice.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1972 - Three Blind Mice/The Jazz Messengers - Three Blind Mice - 02 - Blue Moon.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1972 - Three Blind Mice/The Jazz Messengers - Three Blind Mice - 03 - That Old Feeling.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1972 - Three Blind Mice/The Jazz Messengers - Three Blind Mice - 04 - Plexis.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1972 - Three Blind Mice/The Jazz Messengers - Three Blind Mice - 05 - Up Jumped Spring.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1972 - Three Blind Mice/The Jazz Messengers - Three Blind Mice - 06 - When Lights Are Low.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1973 - Buhaina/01 - Moanin'.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1973 - Buhaina/02 - A Chant For Bu.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1973 - Buhaina/03 - One For Trane.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1973 - Buhaina/04 - Mission Eternal.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1973 - Buhaina/05 - Along Came Betty.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/1973 - Buhaina/06 - Gertrude's Bounce.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/A Night In Tunisia/01-A_night_in_Tunisia.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/A Night In Tunisia/02-Sincerely_Diana.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/A Night In Tunisia/03-Sincerely_Diane_(alternate_take).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/A Night In Tunisia/04-So_tired.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/A Night In Tunisia/05-Yama.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/A Night In Tunisia/06-Kozos_waltz.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Blakey and the Jazz Messengers/A Night In Tunisia/07-When_your_lover_has_gone.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/01 - You'd Be So Nice To Come Home To.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/02 - Red Pepper Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/03 - Imagination.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/04 - Waltz Me Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/05 - Straight Life.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/06 - Jazz Me Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/07 - Tin Tin Deo.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/08 - Star Eyes.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/09 - Birks' Works.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - Meets The Rhythm Section/10 - The Man I Love (bonus track).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/01 Holiday Flight.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/02 Too Close For Comfort.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/03 Long Ago And Far Away.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/04 Begin The Beguine.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/05 I Can't Believe That You're In Love With Me.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/06 Webb City.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/07 Summertime.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/08 Facinatin' Rhythm.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/09 Body And Soul.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/10 Without A Song.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/11 The Breeze And I.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1957 - The Art Of Pepper/12 Surf Ride.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1960 - Smack Up/1 Smack Up.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1960 - Smack Up/2 Las Cuevas de Mario.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1960 - Smack Up/3 A Bit of Basie.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1960 - Smack Up/4 How Can You Lose.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1960 - Smack Up/5 Maybe Next Year.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1960 - Smack Up/6 Tears Inside.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1960 - Smack Up/7 Solid Citizens (take 33).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1960 - Smack Up/8 Solid Citizens (take 37).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Saturday Night at the Village Vanguard/01 - Art Pepper - You Go To My Head.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Saturday Night at the Village Vanguard/02 - Art Pepper - The Trip.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Saturday Night at the Village Vanguard/03 - Art Pepper - Cherokee.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Saturday Night at the Village Vanguard/04 - Art Pepper - For Freddie.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Thursday Night at the Village Vanguard/Art Pepper - Blues for Heard.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Thursday Night at the Village Vanguard/Art Pepper - Blues for Les.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Thursday Night at the Village Vanguard/Art Pepper - Goodbye.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Thursday Night at the Village Vanguard/Art Pepper - My Friend John.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1977 - Thursday Night at the Village Vanguard/Art Pepper - Valse Triste.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/01 - Among friends.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/02 - Round about midnight.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/03 - I'm getting sentimental over you.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/04 - Blue bossa.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/05 - What is this thing called love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/06 - What's new.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/07 - Besame mucho.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/08 - I'll remember April.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1978 - Among Friends/09 - Blue bossa (take two).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - Landscape/1 True Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - Landscape/2 Sometime.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - Landscape/3 Landscape.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - Landscape/4 Avalon.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - Landscape/5 Over The Rainbow.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - Landscape/6 Straight Life.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - New York Album (2004 Hybrid SACD)/01 - A Night In Tunisia.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - New York Album (2004 Hybrid SACD)/02 - Lover Man (Oh, Where Can You Be).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - New York Album (2004 Hybrid SACD)/03 - Straight, No Chaser (Alternate Take).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - New York Album (2004 Hybrid SACD)/04 - Duo Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1979 - New York Album (2004 Hybrid SACD)/05 - My Friend John.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/01 - Our Song.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/02 - Here's That Rainy Day.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/03 - That's Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/04 - Winter Moon.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/05 - When The Sun Comes Out.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/06 - Blues In The Night.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/07 - The Prisoner (Love theme from ''The Eyes of Laura Mars'').flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/08 - Our Song (alternate).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/09 - The Prisoner (alternate).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/1980 - Winter Moon/10 - Ol' Man River.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2004 - Besame Mucho/1 Red Car.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2004 - Besame Mucho/2 The Shadow Of Your Smile.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2004 - Besame Mucho/3 The Trip.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2004 - Besame Mucho/4 Mambo De La Pinta.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2004 - Besame Mucho/5 Besame Mucho.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/01. Pepper Returns.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/02. Broadway.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/03. You Go To My Head.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/04. Angel Wings.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/05. Funny Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/06. Five More.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/07. Minority.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/08. Patricia.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/09. Mambo De La Pinta.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/10. Walkin' Out Blues.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/11. Straight Life.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/12. Yardbird Suite.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/13. Pepper Steak.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/14. You're Driving Me Crazy.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 1/15. Tenor Blooz.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/01. Blues In.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/02. Bewitched, Bothered And Bewildered.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/03. Stompin' At The Savoy.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/04. What Is This Thing Called Love.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/05. Blues Out.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/06. Diane's Dilemma.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/07. When You're Smiling.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/08. Cool Bunny.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/09. Summertime.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/10. Diane's Dilemma (alt take).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/11. What Is This Thing Called Love (alt take).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/12. A Foggy Day.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/13. Diane-A-Flow.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/14. Zenobia.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 2/15. Angel Eyes.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/01. Holiday Flight.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/02. Too Close For Comfort.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/03. Long Ago And Far Away.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/04. Begin The Beguine.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/05. I Can't Believe That You're In Love With Me.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/06. Summertime.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/07. Fascinatin' Rhythm.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/08. Body And Soul.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/09. Without A Song.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/10. The Breeze And I.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/11. Surf Ride.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/12. Webb City.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/13. Begin The Beguine (alt take).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/14. Fascinatin' Rhythm (alt take).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2005 - Mosaic Select 15 (3 CD)/CD 3/15. Webb City (alt take).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/01 - Blues For Blanche.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/02 - Talk Intros, Cat People.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/03 - Ophelia.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/04 - Talk Thank You For Coming.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/05 - Make A List.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/06 - Talk About Make A List.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/07 - Sad A Little Bit.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/08 - Talk Clarinet.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/09 - Anthropology.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/10 - Red Car.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 1/11 - Blues For Bould.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/01 - Untitled #34.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/02 - Talk Weird Noise.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/03 - A Song For Richard.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/04 - Talk Rhythm-A-Ning Intro.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/05 - Rhythm-A-Ning.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/06 - Talk Rita San Intro.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/07 - Rita San false start.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/08 - Rita San.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/09 - What's New.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/10 - I'll Remember April.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 2/11 - Talk Good Night.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/01 - True Blues.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/02 - Talk- Band & Ophelia Intros.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/03 - Ophelia.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/04 - Make A List.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/05 - Stardust.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/06 - Talk- 3 Out Of 4; False Start- Red Car.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/07 - Red Car.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/08 - Talk- About Straight Life.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 3/09 - Straight Life.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/01 - Untitled #34.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/02 - Talk Reminiscing.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/03 - The Trip.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/04 - Talk Accident Prone.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/05 - I'll Remember April.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/06 - Talk Goodbye Intro.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/07 - Goodbye + Talk A Great Song.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/08 - In A Mellow Tone.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/09 - Talk Clarinet.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper/2011 - Unreleased Art Pepper Vol. VI Blues For The Fisherman/Disc 4/10 - Blues For The Fisherman + Talk I.mp3
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/01 - Move.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/02 - Groovin' high.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/03 - Opus de Funk.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/04 - 'Round Midnight.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/05 - Four brothers.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/06 - Shaw nuff.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/07 - Bernie's tune.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/08 - Walkin' shoes.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/09 - Anthropology.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/10 - Airegin.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/11 - Walkin'.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/12 - Walkin' (alternate take 1).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/13 - Walkin' (alternate take 2).flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/14 - Donna Lee.flac
Nov 14 14:00 : update: added USB/1TB/MUSIC/Art Pepper & Eleven/1991 - Modern Jazz Classics/15 - Donna Lee (alternate take).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper & Sonny Redd/1957 - Two Altos (1992)/01 - Deep Purple.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper & Sonny Redd/1957 - Two Altos (1992)/02 - Watkins Production.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper & Sonny Redd/1957 - Two Altos (1992)/03 - Everything Happens To Me.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper & Sonny Redd/1957 - Two Altos (1992)/04 - Redd's Head.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper & Sonny Redd/1957 - Two Altos (1992)/05 - These Foolish Things.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper & Sonny Redd/1957 - Two Altos (1992)/06 - What's New.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/01 - Mucho Calor.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/02 - Autumn Leaves.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/03 - Mambo De La Pinta.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/04 - I’ll Remember April.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/05 - Vaya Hombre Vaya.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/06 - I Love You.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/07 - Mambo Jumbo.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/08 - Old Devil Moon.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/09 - Pernod.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Art Pepper and Conte Candoli/1958 - Mucho Calor (1987)/10 - That Old Black Magic.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/01 - if i get lucky.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/02 - gonna follow my baby.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/03 - mean old frisco blues.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/04 - cool disposition.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/05 - rock me mama.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/06 - keep your arms around me.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/07 - that's your red wagon.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/08 - she's gone.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/09 - so glad you're mine.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/10 - chicago blues.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/11 - crudup's after hours.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/12 - that's all right.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/13 - shout, sister, shout.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/14 - she ain't nothin' but trouble.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/15 - my baby left me.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/16 - too much competition.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/17 - second man blues.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/18 - i'm gonna dig myself a hole.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/19 - mr. so and so.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/20 - my wife and woman.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/21 - i love you.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Arthur 'Big Boy' Crudup/- That's All Right Mama [Bluebird]/22 - she's got no hair.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/01 - Stay - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/02 - Misty Roses - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/03 - The Face I Love - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/04 - A Banda (Parade) - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/05 - Oba, Oba - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/06 - Canoeiro - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/07 - I Had the Craziest Dream - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/08 - Bossa na Praia (Beach Samba) - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/09 - My Foolish Heart - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/10 - Dia Das Rosas (I Think of You) - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/11 - You Didn't Have Be So Nice - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/12 - Nao Bate O Corocao - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/13 - Goodbye Sadness - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/14 - Call Me - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/15 - Here's That Rainy Day - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/16 - Tu Meu Dlirio - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Astrud Gilberto/Beach Samba/17 - It's a Lovely Day Today - Beach Samba.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/01 - Dont Turn Around.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/02 - Woman.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/03 - Justice.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/04 - Give A Little Love.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/05 - The Message.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/06 - Gave You My Love.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/07 - Babylon.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/08 - Chasing for The Breeze.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/09 - Sons Of Criminals.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/10 - 54-56 (was My Number).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/11 - Hulet.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/12 - Behold.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/13 - Smokey Blues.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Aswad/Reggae Greats/14 - Bubbling.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/ATB/ATB - it's a fine day (club mix).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/ATB/ATB - 9pm (Till I Come) - ministry of sound trance nation 31 mix.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/ATB/ATB - Youre_Not_Alone-MTC.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/ATB/ATB vs Alice Dj-The Matrix Theme (remix).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/01 Cochise.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/02 Show Me How To Live.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/03 Gasoline.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/04 What You Are.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/05 Like A Stone.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/06 Set It Off.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/07 Shadow Of The Sun.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/08 I Am The Highway.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/09 Exploder.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/10 Hypnotize.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/11 Bring Em Back Alive.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/12 Light My Way.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/13 Getaway Car.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Audioslave/Audioslave/14 The Last Remaining Light.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/16 You Never Satisfy Me.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/01 I Don-t Give.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/02 Why.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/03 Get Over It.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/04 Take Me Away.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/05 Headset.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/06 Falling Into History.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/07 Falling Down.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/08 Tomorrow You Didn-t.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/09 Things I-ll Never Say.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/10 All You Will Never Know.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/11 Once And For Real.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/12 Make Up.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/13 Not The Only One.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/14 I Will Be.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/15 Move Your Little Self On.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/17 Let Go.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/18 Alone.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/19 I Always Get What I Want.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/20 The Scientist.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/21 Imagine.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/22 Knockin- On Heaven-s Door.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/23 Oh Holy Night (featuring Chantal.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/24 I Can Do Better (Acoustic).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/24 When You-re Gone (Acoustic).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/25 Nobody-s Home (Acoustic).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/26 Girlfriend (Dr. Luke Remix) (Feat.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/27 Girlfriend (The Submarines- Time.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/All You Will Never Know (2008)/28 I Will Be (featuring Leona Lewis).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Girlfriend/girlfriend.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/He Wasn't (Promo CDS 2005)/01.avril lavigne - he wasnt - [NeDtHeOnE.NhaNc3].ogg
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Keep Holding On - Limited_Edition-2006/01-avril_lavigne_-_keep_holding_on-limited_edition-2006-friends.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/01 Losing Grip.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/02 Complicated.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/03 Sk8er Boi.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/04 I'm With You.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/05 Mobile.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/06 Unwanted.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/07 Tomorrow.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/08 Anything But Ordinary.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/09 Things I'll Never Say.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/10 My World.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/11 Nobody's Fool.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/12 Too Much To Ask.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Let Go/13 Naked.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/My World/01 Fuel (Live).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/My World/02 Basketcase (Live).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/My World/03 Unwanted (Live).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/My World/04 Sk8er Boi (Live).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/My World/05 Knockin' On Heavens Door (Live).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/My World/06 Why (UK B-side).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Nobody's Home Single/02 Nobody's Home (Live Acoustic).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Nobody's Home Single/03 Knockin' On Heavens Door.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Nobody's Home Single/04 I Always Get What I Want.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/01 Girlfriend (Clean Edit).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/02 I Can Do Better (Clean Edit).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/03 Runaway.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/04 The Best Damn Thing.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/05 When You're Gone.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/06 Everything Back But You (Clean Edit).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/07 Hot.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/08 Innocence.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/09 I Don't Have To Try.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/10 One Of Those Girls.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/11 Contagious.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/The Best Damn Thing/12 Keep Holding On.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 01 - Take Me Away.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 02 - Together.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 03 - Don't Tell Me.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 04 - He Wasn't.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 05 - How Does It Feel.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 06 - My Happy Ending.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 07 - Nobody's Home.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 08 - Forgotten.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 09 - Who Knows.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 10 - Fall To Pieces.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 11 - Freak Out.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Avril Lavigne/Under My Skin/Avril Lavigne - 12 - Slipped Away.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/01 Awolnation - Megalithic Symphony.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/02 Awolnation - Some Sort of Creature.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/03 Awolnation - Soul Wars.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/04 Awolnation - People.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/05 Awolnation - Jump On My Shoulders.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/06 Awolnation - Burn It Down.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/07 Awolnation - Guilty Filthy Soul.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/08 Awolnation - Kill Your Heros.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/09 Awolnation - My Nightmare's Dream.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/10 Awolnation - Sail.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/11 Awolnation - Wake Up.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/12 Awolnation - Not Your Fault.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/13 Awolnation - All I Need.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Awolnation/Megalithic Symphony (2011) [FLAC]/14 Awolnation - Knights of Shame.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(01) [Paul Kossoff] Tuesday Morning.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(02) [Paul Kossoff] I'm Ready.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(03) [Paul Kossoff] Time Away.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(04) [Paul Kossoff] Molton Gold.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(05) [Paul Kossoff] Back Street Crawler (Don't Need You No More).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(06) [Paul Kossoff] Tuesday Morning (Early Take #1).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(07) [Paul Kossoff] Tuesday Morning (Early Take #2).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(08) [Paul Kossoff] Tuesday Morning Blues.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(09) [Paul Kossoff] Tuesday Morning Groove.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(10) [Paul Kossoff] Tuesday Morning Boogie.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 1)/(11) [Paul Kossoff] Tuesday Morning Piano Jam.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(01) [Kossoff, Paul] I'm Ready.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(02) [Kossoff, Paul] The Lady Is A Tramp.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(03) [Kossoff, Paul] I'm Ready.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(04) [Kossoff, Paul] May You Never.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(05) [Kossoff, Paul] Leslie Jam.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(06) [Kossoff, Paul] Time Away.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(07) [Kossoff, Paul] Molton Gold.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(08) [Kossoff, Paul] Molton Gold.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Back Street Crawler (1973; 2008 Deluxe Edition)/Back Street Crawler (Disc 2)/(09) [Kossoff, Paul] Back Street Crawler (Don't Need You No More).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/1 Selfish Lover.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/2 Blue Soul.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/3 Stop Doing What You're Doing.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/4 Raging River.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/5 Some Kind Of Happy.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/6 Sweet Beauty.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/7 Just For You.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/8 On Your Life.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Back Street Crawler/Second Street/9 Leaves In The Wind.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Bad Company (2015)/01-Can't Get Enough (Remastered Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Bad Company (2015)/02-Rock Steady (Remastered Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Bad Company (2015)/03-Ready For Love (Remastered Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Bad Company (2015)/04-Don't Let Me Down (Remastered Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Bad Company (2015)/05-Bad Company (Remastered Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Bad Company (2015)/06-The Way I Choose (Remastered Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Bad Company (2015)/07-Movin' On (Remastered Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Bad Company (2015)/08-Seagull (Remastered Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/202-bad_company-feel_like_makin_love_(take_before_master).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/101-bad_company-good_lovin_gone_bad.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/102-bad_company-feel_like_makin_love.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/103-bad_company-weep_no_more.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/104-bad_company-shooting_star.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/105-bad_company-deal_with_the_preacher.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/106-bad_company-wild_fire_woman.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/107-bad_company-anna.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/108-bad_company-call_on_me.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/201-bad_company-good_lovin_gone_bad_(alternate_vocal_and_guitar).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/203-bad_company-weep_no_more_(early_slow_version).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/204-bad_company-shooting_star_(alternate_take).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/205-bad_company-deal_with_the_preacher_(early_version).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/206-bad_company-anna_(alternate_vocal).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/207-bad_company-call_on_me_(alternate_take).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/208-bad_company-easy_on_my_soul_(slow_version).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/209-bad_company-whisky_bottle_(early_piano_version).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/210-bad_company-see_the_sunlight_(previously_unreleased_song).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/211-bad_company-all_night_long_(previously_unreleased_song).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/212-bad_company-wild_fire_woman_(alternate_vocal_and_guitar).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/213-bad_company-feel_like_makin_love_(harmonica_version).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bad Company/Straight Shooter (2015) 2 CD Deluxe Edition/214-bad_company-whisky_bottle_(b-side).mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 01 - Baby, We Better Try To Get It Together.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 02 - Can't Get Enough Of Your Love Babe.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 03 - Don't Make Me Wait Too Long.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 04 - Honey Please, Can't Ya See.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 05 - I'll Do For You Anything You Want Me To.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 06 - I'm Gonna Love Just A Little More, Baby.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 07 - Let The Music Play.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 08 - Never, Never Gonna Give You Up.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 09 - Oh, What A Night For Dancing.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 10 - Playing Your Game, Baby.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 11 - What Am I Gonna Do With You.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 12 - You See The Trouble With Me.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 13 - You're The First, The Last, My Everything.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Barry White/Let The Music Play/Barry White 14 - Your Sweetness Is My Weakness.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/01 - Horse and I.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/02 - Trophy.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/03 - Tahiti.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/04 - What's a Girl To Do.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/05 - Sad Eyes.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/06 - The Wizard.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/07 - Prescilla.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/08 - Bat's Mouth.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/09 - Seal Jubilee.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/10 - Sarah.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Fur and gold (2006)/11 - I Saw A Light.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/01 glass.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/02 sleep alone.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/03 moon and moon.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/04 daniel.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/05 peace of mind.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/06 siren song.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/07 pearl's dream.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/08 good love.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/09 two planets.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/10 travelling woman.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bat for Lashes/Two Suns/11 the big sleep.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bax- Cello Concerto/01_-_London_Philharmonic_Orchestra,_Bryden_Thomson,_Raphael_Wallfisch_Cello_,_Cello_Concerto-_Allegro_moder.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bax- Cello Concerto/02_-_London_Philharmonic_Orchestra,_Bryden_Thomson,_Raphael_Wallfisch_Cello_,_Cello_Concerto-_Nocturne-_Len.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bax- Cello Concerto/03_-_London_Philharmonic_Orchestra,_Bryden_Thomson,_Raphael_Wallfisch_Cello_,_Cello_Concerto-_Molto_vivace.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bax- Cello Concerto/04_-_London_Philharmonic_Orchestra,_Bryden_Thomson_,_Northern_Ballad_No.3.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bax- Cello Concerto/05_-_London_Philharmonic_Orchestra,_Bryden_Thomson_,_Cortege_for_Orchestra.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bax- Cello Concerto/06_-_London_Philharmonic_Orchestra,_Bryden_Thomson_,_Mediterranean.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bax- Cello Concerto/07_-_London_Philharmonic_Orchestra,_Bryden_Thomson_,_Overture_to_a_Picaresque_Comedy.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/01 Cycle.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/02 Morning.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/03 Heart Is a Drum.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/04 Say Goodbye.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/05 Blue Moon.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/06 Unforgiven.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/07 Wave.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/08 Don't Let It Go.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/09 Blackbird Chain.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/10 Phase.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/11 Turn Away.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/12 Country Down.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Morning Phase 2014/13 Waking Light.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/01 Devil's Haircut.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/02 Hotwax.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/03 Lord Only Knows.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/04 The New Pollution.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/05 Derelict.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/06 Novacane.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/07 Jack-Ass.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/08 Where It's At.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/09 Minus.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/10 Sissyneck.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/11 Readymade.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/12 High 5 (Rock The Catskills).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/13 Ramshackle.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/14 Computer Rock.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/15 Deadweight.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/16 Inferno.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 1/17 Gold Chains.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/01 Where It's At (U.N.K.L.E. Remix).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/02 Richard's Hairpiece (Aphex Twin Remix Of ''Devil's Haircut'').flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/03 American Wasteland (Mickey P. Remix Of ''Devil's Haircut'').flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/04 Clock.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/05 Thunder Peel.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/06 Electric Music And The Summer People.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/07 Lemonade.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/08 SA-5.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/09 Feather In Your Cap.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/10 Erase The Sun.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/11 000.000.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/12 Brother.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/13 Devil Got My Woman.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/14 Trouble All My Days.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/15 Strange Invitation.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Odelay (1994) (2008 Deluxe)/Disc 2/16 Burro.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/01 - Beck - The Golden Age.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/02 - Beck - Paper Tiger.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/03 - Beck - Guess I'm Doing Fine.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/04 - Beck - Lonesome Tears.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/05 - Beck - Lost Cause.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/06 - Beck - End Of The Day.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/07 - Beck - It's All In Your Mind.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/08 - Beck - Round The Bend.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/09 - Beck - Already Dead.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/10 - Beck - Sunday Sun.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/11 - Beck - Little One.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/12 - Beck - Side Of The Road.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beck/Sea Change 2002 MFSL UDCD 780 2009/13 - Beck - Ship In The Bottle.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Piano Sonatas Nos. 30, 31, 32 (Esoteric SACD-ISO) (Maurizio Pollini)/Maurizio Pollini - BEETHOVEN PIANO SONATAS NOS.30-32 (1 - 1. Vivace, ma non troppo [Piano Sonata No.30]).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Piano Sonatas Nos. 30, 31, 32 (Esoteric SACD-ISO) (Maurizio Pollini)/Maurizio Pollini - BEETHOVEN PIANO SONATAS NOS.30-32 (2 - 2. Prestissimo [Piano Sonata No.30]).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Piano Sonatas Nos. 30, 31, 32 (Esoteric SACD-ISO) (Maurizio Pollini)/Maurizio Pollini - BEETHOVEN PIANO SONATAS NOS.30-32 (3 - 3. Gesangvoll, mit innigster Empfindung (Andante molto cantabile ed espressivo) [Piano S.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Piano Sonatas Nos. 30, 31, 32 (Esoteric SACD-ISO) (Maurizio Pollini)/Maurizio Pollini - BEETHOVEN PIANO SONATAS NOS.30-32 (4 - 1. Moderato cantabile molto espressivo [Piano Sonata No.31]).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Piano Sonatas Nos. 30, 31, 32 (Esoteric SACD-ISO) (Maurizio Pollini)/Maurizio Pollini - BEETHOVEN PIANO SONATAS NOS.30-32 (5 - 2. Allegro molto [Piano Sonata No.31]).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Piano Sonatas Nos. 30, 31, 32 (Esoteric SACD-ISO) (Maurizio Pollini)/Maurizio Pollini - BEETHOVEN PIANO SONATAS NOS.30-32 (6 - 3. Adagio, ma non troppo - Fuga. Allegro ma non troppo [Piano Sonata No.31]).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Piano Sonatas Nos. 30, 31, 32 (Esoteric SACD-ISO) (Maurizio Pollini)/Maurizio Pollini - BEETHOVEN PIANO SONATAS NOS.30-32 (7 - 1. Maestoso - Allegro con brio ed appassionato [Piano Sonata No.32]).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Piano Sonatas Nos. 30, 31, 32 (Esoteric SACD-ISO) (Maurizio Pollini)/Maurizio Pollini - BEETHOVEN PIANO SONATAS NOS.30-32 (8 - 2. Arietta. Adagio molto semplice e cantabile [Piano Sonata No.32]).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/1 Symphony No.1,op.21 - 1.Adagio molto� Allegro con Brio.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/2 Symphony No.1,op.21 - 2.Andante cantabile con moto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/3 Symphony No.1,op.21 - 3.Menuetto� Allegro molto e vovace.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/4 Symphony No.1,op.21 - 4.Adagio� Allegro molto e vivace.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/5 Symphony No.6 op.68 'Pastorale' - 1.Allegro ma non troppo.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/6 Symphony No.6 op.68 'Pastorale' - 2.Andante molto mosso.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/7 Symphony No.6 op.68 'Pastorale' - 3.Allegro.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/8 Symphony No.6 op.68 'Pastorale' - 4.Allegro.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD1/9 Symphony No.6 op.68 'Pastorale' - 5.Allegretto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD2/1 Symphony No.2 op.36, Adagio molto Allegro con brio.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD2/2 Symphony No.2 op.36, Larghetto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD2/3 Symphony No.2 op.36, Scherzo Allegro.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD2/4 Symphony No.2 op.36, Allegro molto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD2/5 Symphony No.7 op.92, Poco sostenuto Vivace.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD2/6 Symphony No.7 op.92, Allegretto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD2/7 Symphony No.7 op.92, Presto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD2/8 Symphony No.7 op.92, Allegro con brio.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD3/1 Symphony No.3 in E flat major, Op.55 - 1. Allegro con brio.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD3/2 Symphony No.3 in E flat major, Op.55 - 2. Marcia funebre� Adagio assai.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD3/3 Symphony No.3 in E flat major, Op.55 - 3. Scherzo� Allegro vivace.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD3/4 Symphony No.3 in E flat major, Op.55 - Allegro molto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD3/5 Symphony No.8 in F major, Op.93 - 1. Allegro vivace e con brio.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD3/6 Symphony No.8 in F major, Op.93 - 2. Allegretto scherzando.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD3/7 Symphony No.8 in F major, Op.93 - 3. Tempo di Menuetto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD3/8 Symphony No.8 in F major, Op.93 - 4. Allegro vivace.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/1 No.4 � Adagio; Allegro vivace.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/2 No.4 � Adagio.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/3 No.4 � Menuetto; Allegro vivace.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/4 No.4 � Allegro ma non troppo.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/5 No.5 � Allegro con brio.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/6 No.5 � Andante con moto.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/7 No.5 � Allegro.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/8 No.5 � Allegro.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD4/9 Ouverture - Fidelio op.72.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD5/1 Allegro ma non troppo, un poco maestoso.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD5/2 Molto vivace.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD5/3 Adagio e molto cantabile.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD5/4 Presto� Allegro assai; Rezitativo; Allegro assai; Choral finale on Schiller's....ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 1-9 - Maazel, Cleveland O, 1978, CBS/CD5/5 Egmont Overture, op. 84.ape
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 2 & 4 (Philarmonia Orchestra, Otto Klemperer) (1990)/01 - Symphony No. 2 In D Major, Op. 36 I. Adagio Molto- Allegro Con Brio.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 2 & 4 (Philarmonia Orchestra, Otto Klemperer) (1990)/02 - Symphony No. 2 In D Major, Op. 36 II. Larghetto.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 2 & 4 (Philarmonia Orchestra, Otto Klemperer) (1990)/03 - Symphony No. 2 In D Major, Op. 36 III. Scherzo (Allegro) & Trio.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 2 & 4 (Philarmonia Orchestra, Otto Klemperer) (1990)/04 - Symphony No. 2 In D Major, Op. 36 IV. Allegro Molto.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 2 & 4 (Philarmonia Orchestra, Otto Klemperer) (1990)/05 - Symphony No. 4 In B Flat Major, Op. 60 I. Adagio- Allegro Vivace.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 2 & 4 (Philarmonia Orchestra, Otto Klemperer) (1990)/06 - Symphony No. 4 In B Flat Major, Op. 60 II. Adagio.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 2 & 4 (Philarmonia Orchestra, Otto Klemperer) (1990)/07 - Symphony No. 4 In B Flat Major, Op. 60 III. Allegro Vivace- Trio- Tempo I.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beethoven/Symph 2 & 4 (Philarmonia Orchestra, Otto Klemperer) (1990)/08 - Symphony No. 4 In B Flat Major, Op. 60 IV. Allegro Ma Non Troppo.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/01 The First Snow.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/02 Winter Within.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/03 Deathstar.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/04 Remembrance.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/05 Unbroken.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/06 Judgement.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/07 The Wake.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/08 Sanctuary.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/09 Butterfly Effect.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/10 Wreith.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/11 Infinity (Demo 1998).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/12 My Room (Acoustic Version).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/13 Unbreakable (Live).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2011 - Deathstar Rising (Limited Edition)/14 The Black (Live).flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/01 - Exordium.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/02 - Pitch-Black Universe.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/03 - Phoenix Rising.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/04 - Cross To Bear.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/05 - Throne Of Ice.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/06 - Perfect Storm.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/07 - Fallen World.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/08 - Eclipse.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/09 - Closure.flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/10 - Unbreakable [2012 Version - Bonus Track].flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Before The Dawn/2012 - Rise Of The Phoenix/11 - Starless Tranquility [Bonus Track].flac
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Blues Backing Track in A.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Blues Backing Track in E.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 10a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 11a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 12a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 12b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1j.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1k.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 1l.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2h.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2j.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2k.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2l.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2m.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3h.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3j.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3k.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3l.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3m.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3n.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3o.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3p.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3q.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3r.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3s.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3t.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3u.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3v.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3w.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4h.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4j.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4k.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4l.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4m.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4n.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4o.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4p.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4q.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4s.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4t.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4u.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4v.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4w.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4x.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5h.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5j.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5k.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5l.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5n.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5o.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5p.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5q.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5r.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5s.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5t.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5u.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5v.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5w.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 2a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 3x.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 4r.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 5m.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6h.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6j.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6k.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6l.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6m.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6n.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6o.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6p.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6q.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6r.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6s.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 6t.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7h.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7j.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7k.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7l.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7m.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7n.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7o.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7p.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7q.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7r.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 7s.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8h.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 8i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9a.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9b.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9c.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9d.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9e.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9f.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9g.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9h.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9i.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9j.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9l.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Beginner Blues Guitar Soloing/Example 9m.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/01 Whitewater.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/02 Slipstream.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/03 Up and Around the Bend.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/04 Natchez Trace.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/05 See Rock City.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/06 The Legend.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/07 The Lights of Home.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/08 Down In the Swamp.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/09 Sanctuary.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/10 The Open Road.mp3
Nov 14 14:01 : update: added USB/1TB/MUSIC/Bela Fleck/Drive/11 Crucial Country Breakdown.mp3
# cat /tmp/camilladsp.log ---------------
cat: /tmp/camilladsp.log: No such file or directory
# cat /tmp/cec-client.log ---------------
cat: /tmp/cec-client.log: No such file or directory
# volumio plugin list ---------------
This command will list installed plugins on your device
----------------------- Installed Plugins:
[]
------------------------------------------
# cat /data/configuration/plugins.json ---------------
{
"music_service": {
"airplay_emulation": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"inputs": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"mpd": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"webradio": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"example_plugin": {
"enabled": {
"type": "boolean",
"value": false
},
"status": {
"type": "string",
"value": "STOPPED"
}
},
"last_100": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"upnp_browser": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"streaming_services": {
"status": {
"type": "string",
"value": "STARTED"
}
}
},
"audio_interface": {
"outputs": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"upnp": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"alsa_controller": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
}
},
"miscellanea": {
"alarm-clock": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"albumart": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"appearance": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"wizard": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"my_music": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
}
},
"user_interface": {
"websocket": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"mpdemulation": {
"enabled": {
"type": "boolean",
"value": false
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"rest_api": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
}
},
"system_controller": {
"updater_comm": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"network": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"networkfs": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"services": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"system": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"i2s_dacs": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"volumiodiscovery": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"volumio_command_line_client": {
"enabled": {
"type": "boolean",
"value": true
},
"status": {
"type": "string",
"value": "STARTED"
}
},
"my_volumio": {
"status": {
"type": "string",
"value": "STARTED"
}
}
}
}
# cat /etc/mpd.conf ---------------
# Volumio MPD Configuration File
# Files and directories #######################################################
music_directory "/var/lib/mpd/music"
playlist_directory "/var/lib/mpd/playlists"
db_file "/var/lib/mpd/tag_cache"
log_file "/var/log/mpd.log"
#pid_file "/var/run/mpd/pid"
#state_file "/var/lib/mpd/state"
#sticker_file "/var/lib/mpd/sticker.sql"
###############################################################################
# General music daemon options ################################################
user "mpd"
group "audio"
bind_to_address "any"
#port "6600"
log_level "default"
#save_absolute_paths_in_playlists "no"
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
auto_update "no"
#auto_update_depth "3"
###############################################################################
# Symbolic link behavior ######################################################
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
###############################################################################
# Input #######################################################################
#
input {
plugin "curl"
# proxy "proxy.isp.com:8080"
# proxy_user "user"
# proxy_password "password"
}
###############################################################################
# Decoder ################################################################
decoder {
plugin "faad"
enabled "no"
}
###############################################################################
# Audio Output ################################################################
resampler {
plugin "soxr"
quality "high"
threads "1"
}
audio_output {
type "alsa"
name "alsa"
device "volumio"
dop "no"
}
audio_output {
type "fifo"
enabled "no"
name "multiroom"
path "/tmp/snapfifo"
format "44100:16:2"
}
#replaygain "album"
#replaygain_preamp "0"
volume_normalization "no"
###############################################################################
# MPD Internal Buffering ######################################################
audio_buffer_size "2048"
###############################################################################
# Resource Limitations ########################################################
#connection_timeout "60"
max_connections "20"
max_playlist_length "81920"
max_command_list_size "81920"
max_output_buffer_size "81920"
###############################################################################
# Character Encoding ##########################################################
filesystem_charset "UTF-8"
###############################################################################
# volumio endpointstest ---------------
TESTING REMOTE ENDPOINTS
https://google.com, 277 ms: OK
https://www.googleapis.com, 221 ms: OK
https://securetoken.googleapis.com, 226 ms: OK
https://myvolumio.firebaseio.com, 389 ms: OK
https://functions.volumio.cloud, 279 ms: OK
https://oauth-performer.dfs.volumio.org, 198 ms: OK
https://browsing-performer.dfs.volumio.org, 330 ms: OK
http://cddb.volumio.org, 4456 ms: OK
https://functions.volumio.cloud, 370 ms: OK
http://pushupdates.volumio.org, 220 ms: OK
http://plugins.volumio.org, 4614 ms: OK
https://database.volumio.cloud, 483 ms: OK
https://radio-directory.firebaseapp.com, 284 ms: OK
----------
REMOTE ENDPOINTS TEST OK, all Endpoints are reachable
----------
# cat /data/updatesHistoryFile ---------------
---
Fri Oct 20 2023 13:45:42 GMT+0000 (Coordinated Universal Time)
{"systemversion":"3.569","builddate":"Fri 20 Oct 2023 03:38:28 PM CEST","variant":"volumio","hardware":"pi"}
---
# sudo journalctl -p 7 ---------------
-- Logs begin at Thu 2019-02-14 10:11:58 GMT, end at Tue 2023-11-14 14:03:46 GMT. --
Feb 14 10:11:58 rpi5 kernel: Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
Feb 14 10:11:58 rpi5 kernel: Linux version 6.1.58-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1690 SMP PREEMPT Tue Oct 17 15:37:08 BST 2023
Feb 14 10:11:58 rpi5 kernel: random: crng init done
Feb 14 10:11:58 rpi5 kernel: Machine model: Raspberry Pi 5 Model B Rev 1.0
Feb 14 10:11:58 rpi5 kernel: efi: UEFI not found.
Feb 14 10:11:58 rpi5 kernel: Reserved memory: created CMA memory pool at 0x000000003bc00000, size 64 MiB
Feb 14 10:11:58 rpi5 kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Feb 14 10:11:58 rpi5 kernel: Zone ranges:
Feb 14 10:11:58 rpi5 kernel: DMA [mem 0x0000000000000000-0x00000000ffffffff]
Feb 14 10:11:58 rpi5 kernel: DMA32 empty
Feb 14 10:11:58 rpi5 kernel: Normal empty
Feb 14 10:11:58 rpi5 kernel: Movable zone start for each node
Feb 14 10:11:58 rpi5 kernel: Early memory node ranges
Feb 14 10:11:58 rpi5 kernel: node 0: [mem 0x0000000000000000-0x000000000007ffff]
Feb 14 10:11:58 rpi5 kernel: node 0: [mem 0x0000000000080000-0x000000003fbfffff]
Feb 14 10:11:58 rpi5 kernel: node 0: [mem 0x0000000040000000-0x00000000ffffffff]
Feb 14 10:11:58 rpi5 kernel: Initmem setup node 0 [mem 0x0000000000000000-0x00000000ffffffff]
Feb 14 10:11:58 rpi5 kernel: On node 0, zone DMA: 1024 pages in unavailable ranges
Feb 14 10:11:58 rpi5 kernel: psci: probing for conduit method from DT.
Feb 14 10:11:58 rpi5 kernel: psci: PSCIv1.1 detected in firmware.
Feb 14 10:11:58 rpi5 kernel: psci: Using standard PSCI v0.2 function IDs
Feb 14 10:11:58 rpi5 kernel: psci: MIGRATE_INFO_TYPE not supported.
Feb 14 10:11:58 rpi5 kernel: psci: SMC Calling Convention v1.2
Feb 14 10:11:58 rpi5 kernel: percpu: Embedded 29 pages/cpu s79208 r8192 d31384 u118784
Feb 14 10:11:58 rpi5 kernel: pcpu-alloc: s79208 r8192 d31384 u118784 alloc=29*4096
Feb 14 10:11:58 rpi5 kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Feb 14 10:11:58 rpi5 kernel: Detected PIPT I-cache on CPU0
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Virtualization Host Extensions
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Hardware dirty bit management
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Spectre-v4
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Spectre-BHB
Feb 14 10:11:58 rpi5 kernel: CPU features: kernel page table isolation forced ON by KASLR
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Kernel page table isolation (KPTI)
Feb 14 10:11:58 rpi5 kernel: alternatives: applying boot alternatives
Feb 14 10:11:58 rpi5 kernel: Built 1 zonelists, mobility grouping on. Total pages: 1031168
Feb 14 10:11:58 rpi5 kernel: Kernel command line: coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 smsc95xx.macaddr=D8:3A:DD:A6:FC:0D vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 splash plymouth.ignore-serial-consoles dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0xF dwc_otg.nak_holdoff=1 quiet console=ttyAMA10,115200 console=tty1 imgpart=/dev/mmcblk0p2 imgfile=/volumio_current.sqsh rootwait bootdelay=5 elevator=noop logo.nologo vt.global_cursor_default=0 net.ifnames=0 snd-bcm2835.enable_compat_alsa= snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 loglevel=0
Feb 14 10:11:58 rpi5 kernel: Kernel parameter elevator= does not have any effect anymore.
Please use sysfs to set IO scheduler for individual devices.
Feb 14 10:11:58 rpi5 kernel: Unknown kernel command line parameters "splash imgpart=/dev/mmcblk0p2 imgfile=/volumio_current.sqsh bootdelay=5", will be passed to user space.
Feb 14 10:11:58 rpi5 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Feb 14 10:11:58 rpi5 kernel: Memory: 4005508K/4190208K available (12224K kernel code, 2172K rwdata, 4208K rodata, 4352K init, 1082K bss, 119164K reserved, 65536K cma-reserved)
Feb 14 10:11:58 rpi5 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Feb 14 10:11:58 rpi5 kernel: ftrace: allocating 41368 entries in 162 pages
Feb 14 10:11:58 rpi5 kernel: ftrace: allocated 162 pages with 3 groups
Feb 14 10:11:58 rpi5 kernel: trace event string verifier disabled
Feb 14 10:11:58 rpi5 kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 14 10:11:58 rpi5 kernel: rcu: RCU event tracing is enabled.
Feb 14 10:11:58 rpi5 kernel: rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
Feb 14 10:11:58 rpi5 kernel: Trampoline variant of Tasks RCU enabled.
Feb 14 10:11:58 rpi5 kernel: Rude variant of Tasks RCU enabled.
Feb 14 10:11:58 rpi5 kernel: Tracing variant of Tasks RCU enabled.
Feb 14 10:11:58 rpi5 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Feb 14 10:11:58 rpi5 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Feb 14 10:11:58 rpi5 kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
Feb 14 10:11:58 rpi5 kernel: Root IRQ handler: gic_handle_irq
Feb 14 10:11:58 rpi5 kernel: GIC: Using split EOI/Deactivate mode
Feb 14 10:11:58 rpi5 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Feb 14 10:11:58 rpi5 kernel: arch_timer: cp15 timer(s) running at 54.00MHz (phys).
Feb 14 10:11:58 rpi5 kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
Feb 14 10:11:58 rpi5 kernel: sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
Feb 14 10:11:58 rpi5 kernel: Console: colour dummy device 80x25
Feb 14 10:11:58 rpi5 kernel: printk: console [tty1] enabled
Feb 14 10:11:58 rpi5 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
Feb 14 10:11:58 rpi5 kernel: pid_max: default: 32768 minimum: 301
Feb 14 10:11:58 rpi5 kernel: LSM: Security Framework initializing
Feb 14 10:11:58 rpi5 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: cgroup: Disabling memory control group subsystem
Feb 14 10:11:58 rpi5 kernel: cblist_init_generic: Setting adjustable number of callback queues.
Feb 14 10:11:58 rpi5 kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Feb 14 10:11:58 rpi5 kernel: cblist_init_generic: Setting adjustable number of callback queues.
Feb 14 10:11:58 rpi5 kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Feb 14 10:11:58 rpi5 kernel: cblist_init_generic: Setting adjustable number of callback queues.
Feb 14 10:11:58 rpi5 kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Feb 14 10:11:58 rpi5 kernel: rcu: Hierarchical SRCU implementation.
Feb 14 10:11:58 rpi5 kernel: rcu: Max phase no-delay instances is 1000.
Feb 14 10:11:58 rpi5 kernel: EFI services will not be available.
Feb 14 10:11:58 rpi5 kernel: smp: Bringing up secondary CPUs ...
Feb 14 10:11:58 rpi5 kernel: Detected PIPT I-cache on CPU1
Feb 14 10:11:58 rpi5 kernel: CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
Feb 14 10:11:58 rpi5 kernel: Detected PIPT I-cache on CPU2
Feb 14 10:11:58 rpi5 kernel: CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
Feb 14 10:11:58 rpi5 kernel: Detected PIPT I-cache on CPU3
Feb 14 10:11:58 rpi5 kernel: CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
Feb 14 10:11:58 rpi5 kernel: smp: Brought up 1 node, 4 CPUs
Feb 14 10:11:58 rpi5 kernel: SMP: Total of 4 processors activated.
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: 32-bit EL0 Support
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Data cache clean to the PoU not required for I/D coherence
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Common not Private translations
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: CRC32 instructions
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: RCpc load-acquire (LDAPR)
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: LSE atomic instructions
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Privileged Access Never
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: RAS Extension Support
Feb 14 10:11:58 rpi5 kernel: CPU features: detected: Speculative Store Bypassing Safe (SSBS)
Feb 14 10:11:58 rpi5 kernel: CPU: All CPU(s) started at EL2
Feb 14 10:11:58 rpi5 kernel: alternatives: applying system-wide alternatives
Feb 14 10:11:58 rpi5 kernel: devtmpfs: initialized
Feb 14 10:11:58 rpi5 kernel: Enabled cp15_barrier support
Feb 14 10:11:58 rpi5 kernel: Enabled setend support
Feb 14 10:11:58 rpi5 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Feb 14 10:11:58 rpi5 kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: pinctrl core: initialized pinctrl subsystem
Feb 14 10:11:58 rpi5 kernel: DMI not present or invalid.
Feb 14 10:11:58 rpi5 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb 14 10:11:58 rpi5 kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Feb 14 10:11:58 rpi5 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 14 10:11:58 rpi5 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 14 10:11:58 rpi5 kernel: audit: initializing netlink subsys (disabled)
Feb 14 10:11:58 rpi5 kernel: audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
Feb 14 10:11:58 rpi5 kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 14 10:11:58 rpi5 kernel: cpuidle: using governor menu
Feb 14 10:11:58 rpi5 kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
Feb 14 10:11:58 rpi5 kernel: ASID allocator initialised with 32768 entries
Feb 14 10:11:58 rpi5 kernel: Serial: AMBA PL011 UART driver
Feb 14 10:11:58 rpi5 kernel: bcm2835-mbox 107c013880.mailbox: mailbox enabled
Feb 14 10:11:58 rpi5 kernel: 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
Feb 14 10:11:58 rpi5 kernel: printk: console [ttyAMA10] enabled
Feb 14 10:11:58 rpi5 kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-18T17:30:17, variant start_cd
Feb 14 10:11:58 rpi5 kernel: raspberrypi-firmware soc:firmware: Firmware hash is c2da2ae700000000000000000000000000000000
Feb 14 10:11:58 rpi5 kernel: KASLR enabled
Feb 14 10:11:58 rpi5 kernel: bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
Feb 14 10:11:58 rpi5 kernel: iommu: Default domain type: Translated
Feb 14 10:11:58 rpi5 kernel: iommu: DMA domain TLB invalidation policy: strict mode
Feb 14 10:11:58 rpi5 kernel: SCSI subsystem initialized
Feb 14 10:11:58 rpi5 kernel: usbcore: registered new interface driver usbfs
Feb 14 10:11:58 rpi5 kernel: usbcore: registered new interface driver hub
Feb 14 10:11:58 rpi5 kernel: usbcore: registered new device driver usb
Feb 14 10:11:58 rpi5 kernel: usb_phy_generic phy: supply vcc not found, using dummy regulator
Feb 14 10:11:58 rpi5 kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 14 10:11:58 rpi5 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
Feb 14 10:11:58 rpi5 kernel: PTP clock support registered
Feb 14 10:11:58 rpi5 kernel: vgaarb: loaded
Feb 14 10:11:58 rpi5 kernel: clocksource: Switched to clocksource arch_sys_counter
Feb 14 10:11:58 rpi5 kernel: VFS: Disk quotas dquot_6.6.0
Feb 14 10:11:58 rpi5 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 14 10:11:58 rpi5 kernel: FS-Cache: Loaded
Feb 14 10:11:58 rpi5 kernel: CacheFiles: Loaded
Feb 14 10:11:58 rpi5 kernel: NET: Registered PF_INET protocol family
Feb 14 10:11:58 rpi5 kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: TCP: Hash tables configured (established 32768 bind 32768)
Feb 14 10:11:58 rpi5 kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Feb 14 10:11:58 rpi5 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb 14 10:11:58 rpi5 kernel: RPC: Registered named UNIX socket transport module.
Feb 14 10:11:58 rpi5 kernel: RPC: Registered udp transport module.
Feb 14 10:11:58 rpi5 kernel: RPC: Registered tcp transport module.
Feb 14 10:11:58 rpi5 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Feb 14 10:11:58 rpi5 kernel: PCI: CLS 0 bytes, default 64
Feb 14 10:11:58 rpi5 kernel: Trying to unpack rootfs image as initramfs...
Feb 14 10:11:58 rpi5 kernel: hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
Feb 14 10:11:58 rpi5 kernel: kvm [1]: IPA Size Limit: 40 bits
Feb 14 10:11:58 rpi5 kernel: kvm [1]: vgic interrupt IRQ9
Feb 14 10:11:58 rpi5 kernel: kvm [1]: VHE mode initialized successfully
Feb 14 10:11:58 rpi5 kernel: Freeing initrd memory: 13616K
Feb 14 10:11:58 rpi5 kernel: Initialise system trusted keyrings
Feb 14 10:11:58 rpi5 kernel: workingset: timestamp_bits=46 max_order=20 bucket_order=0
Feb 14 10:11:58 rpi5 kernel: zbud: loaded
Feb 14 10:11:58 rpi5 kernel: NFS: Registering the id_resolver key type
Feb 14 10:11:58 rpi5 kernel: Key type id_resolver registered
Feb 14 10:11:58 rpi5 kernel: Key type id_legacy registered
Feb 14 10:11:58 rpi5 kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
Feb 14 10:11:58 rpi5 kernel: nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
Feb 14 10:11:58 rpi5 kernel: Key type asymmetric registered
Feb 14 10:11:58 rpi5 kernel: Asymmetric key parser 'x509' registered
Feb 14 10:11:58 rpi5 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Feb 14 10:11:58 rpi5 kernel: io scheduler mq-deadline registered
Feb 14 10:11:58 rpi5 kernel: io scheduler kyber registered
Feb 14 10:11:58 rpi5 kernel: irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 31)
Feb 14 10:11:58 rpi5 kernel: irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 32)
Feb 14 10:11:58 rpi5 kernel: irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 33)
Feb 14 10:11:58 rpi5 kernel: irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 34)
Feb 14 10:11:58 rpi5 kernel: gpio-461 (RP1 RUN pin): hogged as output/high
Feb 14 10:11:58 rpi5 kernel: bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver.
Feb 14 10:11:58 rpi5 kernel: bcm2708_fb: probe of soc:fb failed with error -2
Feb 14 10:11:58 rpi5 kernel: Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
Feb 14 10:11:58 rpi5 kernel: 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 36, base_baud = 6000000) is a 16550A
Nov 11 16:35:02 rpi5 kernel: serial serial0: tty port ttyS0 registered
Nov 11 16:35:02 rpi5 kernel: iproc-rng200 107d208000.rng: hwrng registered
Nov 11 16:35:02 rpi5 kernel: vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
Nov 11 16:35:02 rpi5 kernel: bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
Nov 11 16:35:02 rpi5 kernel: brd: module loaded
Nov 11 16:35:02 rpi5 kernel: loop: module loaded
Nov 11 16:35:02 rpi5 kernel: bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
Nov 11 16:35:02 rpi5 kernel: Loading iSCSI transport class v2.0-870.
Nov 11 16:35:02 rpi5 kernel: usbcore: registered new interface driver r8152
Nov 11 16:35:02 rpi5 kernel: usbcore: registered new interface driver lan78xx
Nov 11 16:35:02 rpi5 kernel: usbcore: registered new interface driver smsc95xx
Nov 11 16:35:02 rpi5 kernel: dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
Nov 11 16:35:02 rpi5 kernel: dwc_otg: FIQ enabled
Nov 11 16:35:02 rpi5 kernel: dwc_otg: NAK holdoff enabled
Nov 11 16:35:02 rpi5 kernel: dwc_otg: FIQ split-transaction FSM enabled
Nov 11 16:35:02 rpi5 kernel: Module dwc_common_port init
Nov 11 16:35:02 rpi5 kernel: usbcore: registered new interface driver uas
Nov 11 16:35:02 rpi5 kernel: usbcore: registered new interface driver usb-storage
Nov 11 16:35:02 rpi5 kernel: mousedev: PS/2 mouse device common for all mice
Nov 11 16:35:02 rpi5 kernel: rpi-rtc soc:rpi_rtc: registered as rtc0
Nov 11 16:35:02 rpi5 kernel: rpi-rtc soc:rpi_rtc: setting system clock to 1970-01-01T00:00:07 UTC (7)
Nov 11 16:35:02 rpi5 kernel: bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
Nov 11 16:35:02 rpi5 kernel: bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Nov 11 16:35:02 rpi5 kernel: sdhci: Secure Digital Host Controller Interface driver
Nov 11 16:35:02 rpi5 kernel: sdhci: Copyright(c) Pierre Ossman
Nov 11 16:35:02 rpi5 kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Nov 11 16:35:02 rpi5 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 11 16:35:02 rpi5 kernel: SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
Nov 11 16:35:02 rpi5 kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 11 16:35:02 rpi5 kernel: usbcore: registered new interface driver usbhid
Nov 11 16:35:02 rpi5 kernel: usbhid: USB HID core driver
Nov 11 16:35:02 rpi5 kernel: NET: Registered PF_PACKET protocol family
Nov 11 16:35:02 rpi5 kernel: Key type dns_resolver registered
Nov 11 16:35:02 rpi5 kernel: registered taskstats version 1
Nov 11 16:35:02 rpi5 kernel: Loading compiled-in X.509 certificates
Nov 11 16:35:02 rpi5 kernel: Key type .fscrypt registered
Nov 11 16:35:02 rpi5 kernel: Key type fscrypt-provisioning registered
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: setting SCB_ACCESS_EN, READ_UR_MODE, MAX_BURST_SIZE
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: Forcing gen 2
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00
Nov 11 16:35:02 rpi5 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 11 16:35:02 rpi5 kernel: pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
Nov 11 16:35:02 rpi5 kernel: pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
Nov 11 16:35:02 rpi5 kernel: pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
Nov 11 16:35:02 rpi5 kernel: pci 0000:00:00.0: PME# supported from D0 D3hot
Nov 11 16:35:02 rpi5 kernel: pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Nov 11 16:35:02 rpi5 kernel: brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: supports D1
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
Nov 11 16:35:02 rpi5 kernel: pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Nov 11 16:35:02 rpi5 kernel: pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
Nov 11 16:35:02 rpi5 kernel: pci 0000:00:00.0: PCI bridge to [bus 01]
Nov 11 16:35:02 rpi5 kernel: pci 0000:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
Nov 11 16:35:02 rpi5 kernel: pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
Nov 11 16:35:02 rpi5 kernel: pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
Nov 11 16:35:02 rpi5 kernel: pcieport 0000:00:00.0: enabling device (0000 -> 0002)
Nov 11 16:35:02 rpi5 kernel: pcieport 0000:00:00.0: PME: Signaling with IRQ 37
Nov 11 16:35:02 rpi5 kernel: pcieport 0000:00:00.0: AER: enabled with IRQ 37
Nov 11 16:35:02 rpi5 kernel: rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
Nov 11 16:35:02 rpi5 kernel: rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
Nov 11 16:35:02 rpi5 kernel: rp1 0000:01:00.0: enabling device (0000 -> 0002)
Nov 11 16:35:02 rpi5 kernel: rp1 0000:01:00.0: chip_id 0x20001927
Nov 11 16:35:02 rpi5 kernel: macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 105 (d8:3a:dd:a6:fc:0d)
Nov 11 16:35:02 rpi5 kernel: dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.0: xHCI Host Controller
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.0: irq 130, io mem 0x1f00200000
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.0: xHCI Host Controller
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
Nov 11 16:35:02 rpi5 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Nov 11 16:35:02 rpi5 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 11 16:35:02 rpi5 kernel: usb usb1: Product: xHCI Host Controller
Nov 11 16:35:02 rpi5 kernel: usb usb1: Manufacturer: Linux 6.1.58-v8+ xhci-hcd
Nov 11 16:35:02 rpi5 kernel: usb usb1: SerialNumber: xhci-hcd.0
Nov 11 16:35:02 rpi5 kernel: hub 1-0:1.0: USB hub found
Nov 11 16:35:02 rpi5 kernel: hub 1-0:1.0: 2 ports detected
Nov 11 16:35:02 rpi5 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Nov 11 16:35:02 rpi5 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 11 16:35:02 rpi5 kernel: usb usb2: Product: xHCI Host Controller
Nov 11 16:35:02 rpi5 kernel: usb usb2: Manufacturer: Linux 6.1.58-v8+ xhci-hcd
Nov 11 16:35:02 rpi5 kernel: usb usb2: SerialNumber: xhci-hcd.0
Nov 11 16:35:02 rpi5 kernel: hub 2-0:1.0: USB hub found
Nov 11 16:35:02 rpi5 kernel: hub 2-0:1.0: 1 port detected
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.1: xHCI Host Controller
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.1: irq 135, io mem 0x1f00300000
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.1: xHCI Host Controller
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
Nov 11 16:35:02 rpi5 kernel: xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
Nov 11 16:35:02 rpi5 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Nov 11 16:35:02 rpi5 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 11 16:35:02 rpi5 kernel: usb usb3: Product: xHCI Host Controller
Nov 11 16:35:02 rpi5 kernel: usb usb3: Manufacturer: Linux 6.1.58-v8+ xhci-hcd
Nov 11 16:35:02 rpi5 kernel: usb usb3: SerialNumber: xhci-hcd.1
Nov 11 16:35:02 rpi5 kernel: hub 3-0:1.0: USB hub found
Nov 11 16:35:02 rpi5 kernel: hub 3-0:1.0: 2 ports detected
Nov 11 16:35:02 rpi5 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Nov 11 16:35:02 rpi5 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 11 16:35:02 rpi5 kernel: usb usb4: Product: xHCI Host Controller
Nov 11 16:35:02 rpi5 kernel: usb usb4: Manufacturer: Linux 6.1.58-v8+ xhci-hcd
Nov 11 16:35:02 rpi5 kernel: usb usb4: SerialNumber: xhci-hcd.1
Nov 11 16:35:02 rpi5 kernel: hub 4-0:1.0: USB hub found
Nov 11 16:35:02 rpi5 kernel: hub 4-0:1.0: 1 port detected
Nov 11 16:35:02 rpi5 kernel: bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
Nov 11 16:35:02 rpi5 kernel: platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
Nov 11 16:35:02 rpi5 kernel: platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
Nov 11 16:35:02 rpi5 kernel: platform 1000800000.codec: Adding to iommu group 0
Nov 11 16:35:02 rpi5 kernel: platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
Nov 11 16:35:02 rpi5 kernel: platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
Nov 11 16:35:02 rpi5 kernel: platform 1000880000.pisp_be: Adding to iommu group 0
Nov 11 16:35:02 rpi5 kernel: platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
Nov 11 16:35:02 rpi5 kernel: platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
Nov 11 16:35:02 rpi5 kernel: bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
Nov 11 16:35:02 rpi5 kernel: bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
Nov 11 16:35:02 rpi5 kernel: bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
Nov 11 16:35:02 rpi5 kernel: bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
Nov 11 16:35:02 rpi5 kernel: bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
Nov 11 16:35:02 rpi5 kernel: sdhci-brcmstb 1000fff000.mmc: there is not valid maps for state default
Nov 11 16:35:02 rpi5 kernel: mmc0: CQHCI version 5.10
Nov 11 16:35:02 rpi5 kernel: mmc1: CQHCI version 5.10
Nov 11 16:35:02 rpi5 kernel: of_cfs_init
Nov 11 16:35:02 rpi5 kernel: of_cfs_init: OK
Nov 11 16:35:02 rpi5 kernel: mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
Nov 11 16:35:02 rpi5 kernel: mmc0: new ultra high speed SDR104 SDHC card at address aaaa
Nov 11 16:35:02 rpi5 kernel: mmcblk0: mmc0:aaaa SE32G 29.7 GiB
Nov 11 16:35:02 rpi5 kernel: mmcblk0: p1 p2 p3
Nov 11 16:35:02 rpi5 kernel: mmcblk0: mmc0:aaaa SE32G 29.7 GiB (quirks 0x00004000)
Nov 11 16:35:02 rpi5 kernel: mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
Nov 11 16:35:02 rpi5 kernel: Freeing unused kernel memory: 4352K
Nov 11 16:35:02 rpi5 kernel: Run /init as init process
Nov 11 16:35:02 rpi5 kernel: with arguments:
Nov 11 16:35:02 rpi5 kernel: /init
Nov 11 16:35:02 rpi5 kernel: splash
Nov 11 16:35:02 rpi5 kernel: with environment:
Nov 11 16:35:02 rpi5 kernel: HOME=/
Nov 11 16:35:02 rpi5 kernel: TERM=linux
Nov 11 16:35:02 rpi5 kernel: imgpart=/dev/mmcblk0p2
Nov 11 16:35:02 rpi5 kernel: imgfile=/volumio_current.sqsh
Nov 11 16:35:02 rpi5 kernel: bootdelay=5
Nov 11 16:35:02 rpi5 kernel: mmc1: new ultra high speed DDR50 SDIO card at address 0001
Nov 11 16:35:02 rpi5 initramfs: Booting Volumio for BCM2835
Nov 11 16:35:02 rpi5 initramfs: This script mounts rootfs RO with an overlay RW layer.
Nov 11 16:35:02 rpi5 kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Nov 11 16:35:02 rpi5 initramfs: IMGPART=/dev/mmcblk0p2
Nov 11 16:35:02 rpi5 initramfs: IMGFILE=/volumio_current.sqsh
Nov 11 16:35:02 rpi5 initramfs: Boot delay (except first time) will be 5 seconds
Nov 11 16:35:02 rpi5 initramfs: /dev/mmcblk0p2:
Nov 11 16:35:02 rpi5 kernel: EXT4-fs (mmcblk0p2): recovery complete
Nov 11 16:35:02 rpi5 kernel: EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
Nov 11 16:35:02 rpi5 initramfs: Doing a 5 second delay here to give kernel load a headstart
Nov 11 16:35:02 rpi5 kernel: usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
Nov 11 16:35:02 rpi5 kernel: usb 2-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
Nov 11 16:35:02 rpi5 kernel: usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Nov 11 16:35:02 rpi5 kernel: usb 2-1: Product: SSHD
Nov 11 16:35:02 rpi5 kernel: usb 2-1: Manufacturer: SABRENT
Nov 11 16:35:02 rpi5 kernel: usb 2-1: SerialNumber: AAAABBBBCCCC0003
Nov 11 16:35:02 rpi5 kernel: scsi host0: uas
Nov 11 16:35:02 rpi5 kernel: scsi 0:0:0:0: Direct-Access SABRENT SSHD 0 PQ: 0 ANSI: 6
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes not a multiple of physical block size (4096 bytes)
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
Nov 11 16:35:02 rpi5 kernel: sda: sda1
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 11 16:35:02 rpi5 initramfs: Checking for USB updates
Nov 11 16:35:02 rpi5 kernel: F2FS-fs (sda1): Magic Mismatch, valid(0xf2f52010) - read(0x8e0e8966)
Nov 11 16:35:02 rpi5 kernel: F2FS-fs (sda1): Can't find valid F2FS filesystem in 1th superblock
Nov 11 16:35:02 rpi5 kernel: F2FS-fs (sda1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
Nov 11 16:35:02 rpi5 kernel: F2FS-fs (sda1): Can't find valid F2FS filesystem in 2th superblock
Nov 11 16:35:02 rpi5 kernel: loop0: detected capacity change from 0 to 962048
Nov 11 16:35:02 rpi5 kernel: EXT4-fs (mmcblk0p3): recovery complete
Nov 11 16:35:02 rpi5 kernel: EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
Nov 11 16:35:02 rpi5 initramfs: With Option:
Nov 11 16:35:02 rpi5 initramfs: VOLUMIO_VERSION="3.569"
Nov 11 16:35:02 rpi5 initramfs: Finish initramfs, continue booting Volumio
Nov 11 16:35:02 rpi5 systemd[1]: System time before build time, advancing clock.
Nov 11 16:35:02 rpi5 kernel: NET: Registered PF_INET6 protocol family
Nov 11 16:35:02 rpi5 kernel: Segment Routing with IPv6
Nov 11 16:35:02 rpi5 kernel: In-situ OAM (IOAM) with IPv6
Nov 11 16:35:02 rpi5 systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
Nov 11 16:35:02 rpi5 systemd[1]: Detected architecture arm64.
Nov 11 16:35:02 rpi5 systemd[1]: Set hostname to .
Nov 11 16:35:02 rpi5 kernel: uart-pl011 107d001000.serial: no DMA platform data
Nov 11 16:35:02 rpi5 systemd[1]: /lib/systemd/system/winbind.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/winbindd.pid → /run/samba/winbindd.pid; please update the unit file accordingly.
Nov 11 16:35:02 rpi5 systemd[1]: Listening on udev Kernel Socket.
Nov 11 16:35:02 rpi5 systemd[1]: Listening on udev Control Socket.
Nov 11 16:35:02 rpi5 systemd[1]: Created slice system-serial\x2dgetty.slice.
Nov 11 16:35:02 rpi5 systemd[1]: Created slice system-systemd\x2dfsck.slice.
Nov 11 16:35:02 rpi5 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 11 16:35:02 rpi5 systemd[1]: Created slice User and Session Slice.
Nov 11 16:35:02 rpi5 kernel: i2c_dev: i2c /dev entries driver
Nov 11 16:35:02 rpi5 systemd-journald[226]: Journal started
Nov 11 16:35:02 rpi5 systemd-journald[226]: Runtime journal (/run/log/journal/4ceeebcde4a5f04b591e77826532825c) is 7.5M, max 30.0M, 22.5M free.
Nov 11 16:35:02 rpi5 systemd-modules-load[224]: Inserted module 'i2c_dev'
Nov 11 16:35:02 rpi5 fake-hwclock[213]: Sat Nov 11 16:35:02 UTC 2023
Nov 11 16:35:02 rpi5 systemd[1]: Started Apply Kernel Variables.
Nov 11 16:35:02 rpi5 systemd[1]: dynamicswap.service: Succeeded.
Nov 11 16:35:02 rpi5 systemd[1]: Started Create System Users.
Nov 11 16:35:02 rpi5 systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 11 16:35:02 rpi5 systemd[1]: Started udev Coldplug all Devices.
Nov 11 16:35:02 rpi5 systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Nov 11 16:35:02 rpi5 systemd[1]: Started Helper to synchronize boot up for ifupdown.
Nov 11 16:35:02 rpi5 systemd[1]: Started Create Static Device Nodes in /dev.
Nov 11 16:35:02 rpi5 systemd[1]: Reached target Local File Systems (Pre).
Nov 11 16:35:02 rpi5 systemd[1]: Mounting /var/spool/cups...
Nov 11 16:35:02 rpi5 systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Nov 11 16:35:02 rpi5 systemd[1]: Mounting /tmp...
Nov 11 16:35:02 rpi5 systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
Nov 11 16:35:02 rpi5 systemd[1]: Mounting /var/log...
Nov 11 16:35:02 rpi5 systemd[1]: Starting udev Kernel Device Manager...
Nov 11 16:35:02 rpi5 systemd[1]: Mounted /var/spool/cups.
Nov 11 16:35:02 rpi5 systemd[1]: Mounted /tmp.
Nov 11 16:35:02 rpi5 systemd[1]: Mounted /var/log.
Nov 11 16:35:02 rpi5 systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 11 16:35:02 rpi5 systemd[1]: Mounting /var/spool/cups/tmp...
Nov 11 16:35:02 rpi5 systemd[1]: Mounted /var/spool/cups/tmp.
Nov 11 16:35:02 rpi5 systemd-udevd[260]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Nov 11 16:35:02 rpi5 systemd-journald[226]: Runtime journal (/run/log/journal/4ceeebcde4a5f04b591e77826532825c) is 7.5M, max 30.0M, 22.5M free.
Nov 11 16:35:02 rpi5 systemd[1]: Started Flush Journal to Persistent Storage.
Nov 11 16:35:02 rpi5 systemd[1]: Started udev Kernel Device Manager.
Nov 11 16:35:02 rpi5 systemd[1]: Starting Show Plymouth Boot Screen...
Nov 11 16:35:02 rpi5 systemd[1]: Received SIGRTMIN+20 from PID 291 (plymouthd).
Nov 11 16:35:02 rpi5 systemd[1]: Started Show Plymouth Boot Screen.
Nov 11 16:35:02 rpi5 systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Nov 11 16:35:02 rpi5 systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
Nov 11 16:35:02 rpi5 systemd[1]: Reached target Local Encrypted Volumes.
Nov 11 16:35:02 rpi5 systemd[1]: Reached target Paths.
Nov 11 16:35:02 rpi5 kernel: mc: Linux media interface: v0.10
Nov 11 16:35:02 rpi5 kernel: input: pwr_button as /devices/platform/pwr_button/input/input0
Nov 11 16:35:02 rpi5 systemd[1]: Found device /dev/ttyAMA10.
Nov 11 16:35:02 rpi5 kernel: videodev: Linux video capture interface: v2.00
Nov 11 16:35:02 rpi5 systemd-udevd[264]: Using default interface naming scheme 'v240'.
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
Nov 11 16:35:02 rpi5 kernel: rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: pispbe_probe: HW version: 0x02252700
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: pispbe_probe: BatchStatus: 0x00000000
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: pispbe_probe: Status: 0x00000000
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: Register nodes for group 0
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: input device node registered as /dev/video20
Nov 11 16:35:02 rpi5 kernel: rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
Nov 11 16:35:02 rpi5 kernel: rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
Nov 11 16:35:02 rpi5 kernel: rpivid 1000800000.codec: Device registered as /dev/video19
Nov 11 16:35:02 rpi5 systemd-udevd[264]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video21
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video22
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video23
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: output0 device node registered as /dev/video24
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: output1 device node registered as /dev/video25
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video26
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video27
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: config device node registered as /dev/video28
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: Register nodes for group 1
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: input device node registered as /dev/video29
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video30
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video31
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video32
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: output0 device node registered as /dev/video33
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: output1 device node registered as /dev/video34
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video35
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video36
Nov 11 16:35:02 rpi5 kernel: pispbe 1000880000.pisp_be: config device node registered as /dev/video37
Nov 11 16:35:02 rpi5 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 11 16:35:02 rpi5 systemd[1]: Found device /sys/subsystem/net/devices/eth0.
Nov 11 16:35:02 rpi5 kernel: cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
Nov 11 16:35:02 rpi5 kernel: cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
Nov 11 16:35:02 rpi5 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 11 16:35:02 rpi5 kernel: Bluetooth: Core ver 2.22
Nov 11 16:35:02 rpi5 kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 11 16:35:02 rpi5 kernel: Bluetooth: HCI device and connection manager initialized
Nov 11 16:35:02 rpi5 kernel: Bluetooth: HCI socket layer initialized
Nov 11 16:35:02 rpi5 kernel: Bluetooth: L2CAP socket layer initialized
Nov 11 16:35:02 rpi5 kernel: Bluetooth: SCO socket layer initialized
Nov 11 16:35:02 rpi5 kernel: Bluetooth: HCI UART driver ver 2.3
Nov 11 16:35:02 rpi5 kernel: Bluetooth: HCI UART protocol H4 registered
Nov 11 16:35:02 rpi5 kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Nov 11 16:35:02 rpi5 kernel: hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
Nov 11 16:35:02 rpi5 kernel: hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
Nov 11 16:35:02 rpi5 kernel: Bluetooth: HCI UART protocol Broadcom registered
Nov 11 16:35:02 rpi5 systemd[1]: Found device /dev/mmcblk0p1.
Nov 11 16:35:02 rpi5 kernel: brcmfmac: F1 signature read @0x18000000=0x15264345
Nov 11 16:35:02 rpi5 kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Nov 11 16:35:02 rpi5 kernel: brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.bin failed with error -2
Nov 11 16:35:02 rpi5 kernel: usbcore: registered new interface driver brcmfmac
Nov 11 16:35:02 rpi5 systemd[1]: Starting File System Check on /dev/mmcblk0p1...
Nov 11 16:35:02 rpi5 kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Nov 11 16:35:02 rpi5 systemd-udevd[283]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 11 16:35:02 rpi5 systemd-fsck[451]: fsck.fat 4.1 (2017-01-24)
Nov 11 16:35:02 rpi5 systemd-fsck[451]: /dev/mmcblk0p1: 364 files, 33268/46774 clusters
Nov 11 16:35:02 rpi5 systemd[1]: Started File System Check on /dev/mmcblk0p1.
Nov 11 16:35:02 rpi5 kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
Nov 11 16:35:02 rpi5 systemd-udevd[297]: Using default interface naming scheme 'v240'.
Nov 11 16:35:02 rpi5 systemd-udevd[297]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 11 16:35:02 rpi5 systemd-udevd[264]: Process '/usr/sbin/th-cmd --socket /var/run/thd.socket --passfd --udev' failed with exit code 1.
Nov 11 16:35:02 rpi5 kernel: pcm179x 1-004c: No cache used with register defaults set!
Nov 11 16:35:02 rpi5 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Nov 11 16:35:02 rpi5 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Nov 11 16:35:02 rpi5 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Nov 11 16:35:02 rpi5 systemd[1]: Created slice system-bthelper.slice.
Nov 11 16:35:02 rpi5 systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
Nov 11 16:35:02 rpi5 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Nov 11 16:35:02 rpi5 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 11 16:35:03 rpi5 systemd[1]: Mounting /boot...
Nov 11 16:35:03 rpi5 systemd[1]: Started File System Check Daemon to report status.
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM: chip id 107
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM: features 0x2f
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM4345C0
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
Nov 11 16:35:03 rpi5 systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 11 16:35:03 rpi5 kernel: snd-rpi-hifiberry-dacplushd soc:sound: ASoC: driver name too long 'HifiberryDacplusHD' -> 'HifiberryDacplu'
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.hcd' Patch
Nov 11 16:35:03 rpi5 systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 11 16:35:03 rpi5 systemd[1]: Mounted /boot.
Nov 11 16:35:03 rpi5 systemd[1]: Found device /sys/subsystem/net/devices/wlan0.
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Local File Systems.
Nov 11 16:35:03 rpi5 systemd[1]: Starting Raise network interfaces...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Preprocess NFS configuration...
Nov 11 16:35:03 rpi5 systemd[1]: Started ifup for eth0.
Nov 11 16:35:03 rpi5 systemd[1]: Started ifup for wlan0.
Nov 11 16:35:03 rpi5 systemd[1]: Starting Create Volatile Files and Directories...
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Nov 11 16:35:03 rpi5 kernel: brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
Nov 11 16:35:03 rpi5 systemd[1]: nfs-config.service: Succeeded.
Nov 11 16:35:03 rpi5 systemd[1]: Started Preprocess NFS configuration.
Nov 11 16:35:03 rpi5 systemd[1]: Started Create Volatile Files and Directories.
Nov 11 16:35:03 rpi5 systemd[1]: plymouth-read-write.service: Succeeded.
Nov 11 16:35:03 rpi5 systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Nov 11 16:35:03 rpi5 systemd[1]: Received SIGRTMIN+20 from PID 291 (plymouthd).
Nov 11 16:35:03 rpi5 kernel: 8021q: 802.1Q VLAN Support v1.8
Nov 11 16:35:03 rpi5 kernel: macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
Nov 11 16:35:03 rpi5 kernel: macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
Nov 11 16:35:03 rpi5 kernel: pps pps0: new PPS source ptp0
Nov 11 16:35:03 rpi5 kernel: macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
Nov 11 16:35:03 rpi5 sh[564]: eth0: waiting for carrier
Nov 11 16:35:03 rpi5 dhcpcd[609]: eth0: waiting for carrier
Nov 11 16:35:03 rpi5 sh[566]: wlan0=wlan0
Nov 11 16:35:03 rpi5 systemd[1]: Starting RPC bind portmap service...
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Network Time Synchronization being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Started Entropy daemon using the HAVEGE algorithm.
Nov 11 16:35:03 rpi5 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target NFS client services.
Nov 11 16:35:03 rpi5 systemd[1]: Started Update UTMP about System Boot/Shutdown.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target System Initialization.
Nov 11 16:35:03 rpi5 systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 11 16:35:03 rpi5 systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 11 16:35:03 rpi5 systemd[1]: Listening on triggerhappy.socket.
Nov 11 16:35:03 rpi5 systemd[1]: Listening on mpd.socket.
Nov 11 16:35:03 rpi5 systemd[1]: Started Daily apt download activities.
Nov 11 16:35:03 rpi5 systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Sockets.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Basic System.
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Copy user wpa_supplicant.conf being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Starting dhcpcd on all interfaces...
Nov 11 16:35:03 rpi5 systemd[1]: Started volumio-remote-updater.service.
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Volumio SSH enabler being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Started Volumio Iptables Module.
Nov 11 16:35:03 rpi5 systemd[1]: Started Manage Sound Card State (restore and store).
Nov 11 16:35:03 rpi5 systemd[1]: Starting Save/Restore Sound Card State...
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Nov 11 16:35:03 rpi5 dhcpcd[696]: Not running dhcpcd because /etc/network/interfaces
Nov 11 16:35:03 rpi5 dhcpcd[696]: defines some interfaces that will use a
Nov 11 16:35:03 rpi5 dhcpcd[696]: DHCP client or static address
Nov 11 16:35:03 rpi5 systemd[1]: Starting triggerhappy global hotkey daemon...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Wireless Services...
Nov 11 16:35:03 rpi5 systemd[1]: Started UPnP Renderer front-end to MPD.
Nov 11 16:35:03 rpi5 alsactl[699]: alsactl 1.1.8 daemon started
Nov 11 16:35:03 rpi5 systemd[1]: Started D-Bus System Message Bus.
Nov 11 16:35:03 rpi5 systemd[1]: Starting WPA supplicant...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Login Service...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in Configure Bluetooth Modems connected by UART being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Started Daily apt upgrade and clean activities.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Timers.
Nov 11 16:35:03 rpi5 systemd[1]: Starting Raspberry Pi bluetooth helper...
Nov 11 16:35:03 rpi5 systemd[1]: Started RPC bind portmap service.
Nov 11 16:35:03 rpi5 systemd[1]: Started Raise network interfaces.
Nov 11 16:35:03 rpi5 systemd[1]: haveged.service: Main process exited, code=killed, status=11/SEGV
Nov 11 16:35:03 rpi5 systemd[1]: haveged.service: Failed with result 'signal'.
Nov 11 16:35:03 rpi5 systemd[1]: dhcpcd.service: Control process exited, code=exited, status=6/NOTCONFIGURED
Nov 11 16:35:03 rpi5 systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Nov 11 16:35:03 rpi5 systemd[1]: Failed to start dhcpcd on all interfaces.
Nov 11 16:35:03 rpi5 systemd[1]: Started Save/Restore Sound Card State.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Sound Card.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target RPC Port Mapper.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Remote File Systems (Pre).
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Remote File Systems.
Nov 11 16:35:03 rpi5 systemd[1]: Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Nov 11 16:35:03 rpi5 thd[702]: Unable to parse trigger line:
Nov 11 16:35:03 rpi5 thd[702]: Unable to parse trigger line: KEY_MIN_INTERESTING 1 /usr/local/bin/volumio volume toggle
Nov 11 16:35:03 rpi5 thd[702]: Unable to parse trigger line:
Nov 11 16:35:03 rpi5 thd[702]: Unable to parse trigger line:
Nov 11 16:35:03 rpi5 thd[702]: Found socket passed from systemd
Nov 11 16:35:03 rpi5 systemd-logind[707]: Watching system buttons on /dev/input/event0 (pwr_button)
Nov 11 16:35:03 rpi5 systemd-logind[707]: New seat seat0.
Nov 11 16:35:03 rpi5 avahi-daemon[708]: Found user 'avahi' (UID 110) and group 'avahi' (GID 113).
Nov 11 16:35:03 rpi5 avahi-daemon[708]: Successfully dropped root privileges.
Nov 11 16:35:03 rpi5 avahi-daemon[708]: avahi-daemon 0.7 starting up.
Nov 11 16:35:03 rpi5 systemd[1]: Started Login Service.
Nov 11 16:35:03 rpi5 avahi-daemon[708]: Successfully called chroot().
Nov 11 16:35:03 rpi5 avahi-daemon[708]: Successfully dropped remaining capabilities.
Nov 11 16:35:03 rpi5 wpa_supplicant[706]: Successfully initialized wpa_supplicant
Nov 11 16:35:03 rpi5 systemd[1]: Started triggerhappy global hotkey daemon.
Nov 11 16:35:03 rpi5 avahi-daemon[708]: Loading service file /services/volumio.service.
Nov 11 16:35:03 rpi5 avahi-daemon[708]: Network interface enumeration completed.
Nov 11 16:35:03 rpi5 avahi-daemon[708]: Server startup complete. Host name is rpi5.local. Local service cookie is 2540850442.
Nov 11 16:35:03 rpi5 avahi-daemon[708]: Service "RPi5" (/services/volumio.service) successfully established.
Nov 11 16:35:03 rpi5 systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Nov 11 16:35:03 rpi5 systemd[1]: Started WPA supplicant.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Network.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Network is Online.
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM: features 0x2f
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM4345C0 (003.001.025) build 0342
Nov 11 16:35:03 rpi5 kernel: Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac)
Nov 11 16:35:03 rpi5 systemd[1]: Starting LSB: Brings up/down network automatically...
Nov 11 16:35:03 rpi5 systemd[1]: Starting /etc/rc.local Compatibility...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Music Player Daemon...
Nov 11 16:35:03 rpi5 systemd[1]: Starting OpenBSD Secure Shell server...
Nov 11 16:35:03 rpi5 bthelper[709]: Raspberry Pi BDADDR already set
Nov 11 16:35:03 rpi5 systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Nov 11 16:35:03 rpi5 systemd[1]: Starting Network Time Service...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Permit User Sessions...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Samba NMB Daemon...
Nov 11 16:35:03 rpi5 volumio-remote-updater[697]: Error: No active session
Nov 11 16:35:03 rpi5 systemd[1]: Started Shairport Sync - AirPlay Audio Receiver.
Nov 11 16:35:03 rpi5 volumio-remote-updater[697]: [2023-11-11 16:35:03] [info] asio async_connect error: system:111 (Connection refused)
Nov 11 16:35:03 rpi5 volumio-remote-updater[697]: [2023-11-11 16:35:03] [info] Error getting remote endpoint: system:107 (Transport endpoint is not connected)
Nov 11 16:35:03 rpi5 volumio-remote-updater[697]: [2023-11-11 16:35:03] [error] handle_connect error: Underlying Transport Error
Nov 11 16:35:03 rpi5 systemd[1]: Started Raspberry Pi bluetooth helper.
Nov 11 16:35:03 rpi5 systemd[1]: Started /etc/rc.local Compatibility.
Nov 11 16:35:03 rpi5 loadcpufreq[713]: Loading cpufreq kernel modules...done (none).
Nov 11 16:35:03 rpi5 systemd[1]: Started LSB: Load kernel modules needed to enable cpufreq scaling.
Nov 11 16:35:03 rpi5 systemd[1]: Started Permit User Sessions.
Nov 11 16:35:03 rpi5 volumio[704]: Could not open config: /tmp/upmpdcli.conf
Nov 11 16:35:03 rpi5 systemd[1]: Starting LSB: set CPUFreq kernel parameters...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Terminate Plymouth Boot Screen...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Hold until boot process finishes up...
Nov 11 16:35:03 rpi5 systemd[1]: Starting Bluetooth service...
Nov 11 16:35:03 rpi5 systemd[1]: upmpdcli.service: Main process exited, code=exited, status=1/FAILURE
Nov 11 16:35:03 rpi5 systemd[1]: upmpdcli.service: Failed with result 'exit-code'.
Nov 11 16:35:03 rpi5 systemd[1]: plymouth-start.service: Succeeded.
Nov 11 16:35:03 rpi5 systemd[1]: plymouth-quit.service: Succeeded.
Nov 11 16:35:03 rpi5 systemd[1]: Started Terminate Plymouth Boot Screen.
Nov 11 16:35:03 rpi5 systemd[1]: plymouth-quit-wait.service: Succeeded.
Nov 11 16:35:03 rpi5 systemd[1]: Started Hold until boot process finishes up.
Nov 11 16:35:03 rpi5 systemd[1]: Received SIGRTMIN+21 from PID 291 (n/a).
Nov 11 16:35:03 rpi5 ifplugd(eth0)[794]: ifplugd 0.28 initializing.
Nov 11 16:35:03 rpi5 ifplugd(eth0)[794]: Using interface eth0/D8:3A:DD:A6:FC:0D with driver (version: 6.1.58-v8+)
Nov 11 16:35:03 rpi5 ifplugd(eth0)[794]: Using detection mode: SIOCETHTOOL
Nov 11 16:35:03 rpi5 ifplugd(eth0)[794]: Initialization complete, link beat not detected.
Nov 11 16:35:03 rpi5 systemd[1]: Started Serial Getty on ttyAMA10.
Nov 11 16:35:03 rpi5 systemd[1]: Started Getty on tty1.
Nov 11 16:35:03 rpi5 systemd[1]: Reached target Login Prompts.
Nov 11 16:35:03 rpi5 systemd[1]: iptables.service: Succeeded.
Nov 11 16:35:03 rpi5 ntpd[754]: ntpd 4.2.8p12@1.3728-o (1): Starting
Nov 11 16:35:03 rpi5 ntpd[754]: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 103:103
Nov 11 16:35:03 rpi5 systemd[1]: Started Network Time Service.
Nov 11 16:35:03 rpi5 cpufrequtils[772]: CPUFreq Utilities: Setting ondemand CPUFreq governor...CPU0...CPU1...CPU2...CPU3...done.
Nov 11 16:35:03 rpi5 systemd[1]: Started LSB: set CPUFreq kernel parameters.
Nov 11 16:35:03 rpi5 ntpd[805]: proto: precision = 0.815 usec (-20)
Nov 11 16:35:04 rpi5 ntpd[805]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
Nov 11 16:35:04 rpi5 ntpd[805]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2023-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37
Nov 11 16:35:04 rpi5 ntpd[805]: Listen and drop on 0 v6wildcard [::]:123
Nov 11 16:35:04 rpi5 ntpd[805]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 11 16:35:04 rpi5 ntpd[805]: Listen normally on 2 lo 127.0.0.1:123
Nov 11 16:35:04 rpi5 ntpd[805]: Listening on routing socket on fd #19 for interface updates
Nov 11 16:35:04 rpi5 ntpd[805]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 11 16:35:04 rpi5 ntpd[805]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 11 16:35:04 rpi5 ifplugd[722]: Network Interface Plugging Daemon...start eth0...done.
Nov 11 16:35:04 rpi5 systemd[1]: Started LSB: Brings up/down network automatically.
Nov 11 16:35:04 rpi5 sshd[809]: Server listening on 0.0.0.0 port 22.
Nov 11 16:35:04 rpi5 sshd[809]: Server listening on :: port 22.
Nov 11 16:35:04 rpi5 systemd[1]: Started OpenBSD Secure Shell server.
Nov 11 16:35:04 rpi5 bluetoothd[776]: Bluetooth daemon 5.50
Nov 11 16:35:04 rpi5 bluetoothd[776]: Unknown key AutoConnectTimeout for group General in /etc/bluetooth/main.conf
Nov 11 16:35:04 rpi5 systemd[1]: Started Bluetooth service.
Nov 11 16:35:04 rpi5 systemd[1]: Reached target Bluetooth.
Nov 11 16:35:04 rpi5 bluetoothd[776]: Starting SDP server
Nov 11 16:35:04 rpi5 bluetoothd[776]: Excluding (cli) sap
Nov 11 16:35:04 rpi5 kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Nov 11 16:35:04 rpi5 kernel: Bluetooth: BNEP filters: protocol multicast
Nov 11 16:35:04 rpi5 kernel: Bluetooth: BNEP socket layer initialized
Nov 11 16:35:04 rpi5 bluetoothd[776]: Bluetooth management interface 1.22 initialized
Nov 11 16:35:04 rpi5 dbus-daemon[705]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.5' (uid=0 pid=776 comm="/usr/lib/bluetooth/bluetoothd --noplugin=sap ")
Nov 11 16:35:04 rpi5 kernel: Bluetooth: MGMT ver 1.22
Nov 11 16:35:04 rpi5 systemd[1]: Starting Hostname Service...
Nov 11 16:35:04 rpi5 bluetoothd[776]: Failed to set privacy: Rejected (0x0b)
Nov 11 16:35:04 rpi5 dbus-daemon[705]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 11 16:35:04 rpi5 systemd[1]: Started Hostname Service.
Nov 11 16:35:04 rpi5 nmbd[771]: [2023/11/11 16:35:04.428309, 0] ../source3/nmbd/asyncdns.c:158(start_async_dns)
Nov 11 16:35:04 rpi5 nmbd[771]: started asyncdns process 819
Nov 11 16:35:04 rpi5 nmbd[771]: [2023/11/11 16:35:04.429244, 0] ../lib/util/become_daemon.c:149(daemon_status)
Nov 11 16:35:04 rpi5 nmbd[771]: daemon_status: STATUS=daemon 'nmbd' : No local IPv4 non-loopback interfaces available, waiting for interface ...
Nov 11 16:35:04 rpi5 nmbd[771]: [2023/11/11 16:35:04.429296, 0] ../source3/nmbd/nmbd_subnetdb.c:254(create_subnets)
Nov 11 16:35:04 rpi5 nmbd[771]: NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
Nov 11 16:35:04 rpi5 wireless.js[703]: Cleaning previous...
Nov 11 16:35:04 rpi5 sudo[827]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ip addr flush dev wlan0
Nov 11 16:35:04 rpi5 sudo[827]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:04 rpi5 sudo[827]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:04 rpi5 sudo[829]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0 down
Nov 11 16:35:04 rpi5 sudo[829]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:04 rpi5 mpd[779]: Nov 11 16:35 : exception: Decoder plugin 'wildmidi' is unavailable: configuration file does not exist: /etc/timidity/timidity.cfg
Nov 11 16:35:04 rpi5 mpd[779]: Nov 11 16:35 : exception: Input plugin 'tidal' is unavailable: No Tidal application token configured
Nov 11 16:35:04 rpi5 mpd[779]: Nov 11 16:35 : exception: Input plugin 'qobuz' is unavailable: No Qobuz app_id configured
Nov 11 16:35:05 rpi5 ntpd[805]: error resolving pool 0.debian.pool.ntp.org: System error (-11)
Nov 11 16:35:05 rpi5 sudo[829]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:05 rpi5 systemd[1]: Started Music Player Daemon.
Nov 11 16:35:05 rpi5 wireless.js[703]: Stopped aP
Nov 11 16:35:05 rpi5 sudo[838]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0 up
Nov 11 16:35:05 rpi5 sudo[838]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:05 rpi5 kernel: brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
Nov 11 16:35:05 rpi5 sudo[838]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:05 rpi5 sudo[840]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/iw reg get
Nov 11 16:35:05 rpi5 sudo[840]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:05 rpi5 sudo[840]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:05 rpi5 sudo[847]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0 up
Nov 11 16:35:05 rpi5 sudo[847]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:05 rpi5 sudo[847]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:05 rpi5 sudo[849]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/iw wlan0 scan
Nov 11 16:35:05 rpi5 sudo[849]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:05 rpi5 ntpd[805]: error resolving pool 1.debian.pool.ntp.org: System error (-11)
Nov 11 16:35:06 rpi5 ntpd[805]: error resolving pool 2.debian.pool.ntp.org: System error (-11)
Nov 11 16:35:07 rpi5 sh[564]: eth0: carrier acquired
Nov 11 16:35:07 rpi5 dhcpcd[609]: eth0: carrier acquired
Nov 11 16:35:07 rpi5 kernel: macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Nov 11 16:35:07 rpi5 sh[564]: DUID 00:01:00:01:2c:c5:40:e5:d8:3a:dd:a6:fc:0d
Nov 11 16:35:07 rpi5 sh[564]: eth0: IAID dd:a6:fc:0d
Nov 11 16:35:07 rpi5 dhcpcd[609]: DUID 00:01:00:01:2c:c5:40:e5:d8:3a:dd:a6:fc:0d
Nov 11 16:35:07 rpi5 dhcpcd[609]: eth0: IAID dd:a6:fc:0d
Nov 11 16:35:07 rpi5 dhcpcd[609]: eth0: adding address fe80::8e75:f46a:4e08:4318
Nov 11 16:35:07 rpi5 sh[564]: eth0: adding address fe80::8e75:f46a:4e08:4318
Nov 11 16:35:07 rpi5 sh[564]: ipv6_addaddr1: Permission denied
Nov 11 16:35:07 rpi5 dhcpcd[609]: ipv6_addaddr1: Permission denied
Nov 11 16:35:07 rpi5 sh[564]: eth0: soliciting an IPv6 router
Nov 11 16:35:07 rpi5 dhcpcd[609]: eth0: soliciting an IPv6 router
Nov 11 16:35:07 rpi5 sh[564]: eth0: soliciting a DHCP lease
Nov 11 16:35:07 rpi5 dhcpcd[609]: eth0: soliciting a DHCP lease
Nov 11 16:35:07 rpi5 sudo[849]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:07 rpi5 wireless.js[703]: SETTING APPROPRIATE REG DOMAIN: GB
Nov 11 16:35:07 rpi5 sudo[855]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0 up
Nov 11 16:35:07 rpi5 sudo[855]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:07 rpi5 sudo[855]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:07 rpi5 sudo[857]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/iw reg set GB
Nov 11 16:35:07 rpi5 sudo[857]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:07 rpi5 sudo[857]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:07 rpi5 wireless.js[703]: SUCCESSFULLY SET NEW REGDOMAIN: GB
Nov 11 16:35:07 rpi5 sudo[864]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ip addr flush dev wlan0
Nov 11 16:35:07 rpi5 sudo[864]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:07 rpi5 sudo[864]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:07 rpi5 sudo[866]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0 down
Nov 11 16:35:07 rpi5 sudo[866]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:07 rpi5 ntpd[805]: error resolving pool 3.debian.pool.ntp.org: System error (-11)
Nov 11 16:35:08 rpi5 systemd[1]: systemd-rfkill.service: Succeeded.
Nov 11 16:35:08 rpi5 ifplugd(eth0)[794]: Link beat detected.
Nov 11 16:35:08 rpi5 sudo[866]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:08 rpi5 avahi-daemon[708]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.211.1.
Nov 11 16:35:08 rpi5 avahi-daemon[708]: New relevant interface wlan0.IPv4 for mDNS.
Nov 11 16:35:08 rpi5 avahi-daemon[708]: Registering new address record for 192.168.211.1 on wlan0.IPv4.
Nov 11 16:35:08 rpi5 kernel: brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
Nov 11 16:35:08 rpi5 systemd[1]: Starting Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator...
Nov 11 16:35:08 rpi5 systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Nov 11 16:35:08 rpi5 dnsmasq[873]: dnsmasq: syntax check OK.
Nov 11 16:35:08 rpi5 hostapd[872]: Configuration file: /etc/hostapd/hostapd.conf
Nov 11 16:35:08 rpi5 hostapd[872]: wlan0: Could not connect to kernel driver
Nov 11 16:35:08 rpi5 hostapd[872]: Using interface wlan0 with hwaddr d8:3a:dd:a6:fc:0e and ssid "Volumio-8D8EF"
Nov 11 16:35:08 rpi5 ifplugd(eth0)[794]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
Nov 11 16:35:08 rpi5 ifplugd(eth0)[794]: client: ifup: waiting for lock on /run/network/ifstate.eth0
Nov 11 16:35:08 rpi5 dnsmasq[884]: started, version 2.80 cachesize 150
Nov 11 16:35:08 rpi5 dnsmasq[884]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify dumpfile
Nov 11 16:35:08 rpi5 dnsmasq-dhcp[884]: DHCP, IP range 192.168.211.100 -- 192.168.211.200, lease time 1d
Nov 11 16:35:08 rpi5 dnsmasq[884]: reading /etc/resolv.conf
Nov 11 16:35:08 rpi5 dnsmasq[884]: using nameserver 208.67.222.222#53
Nov 11 16:35:08 rpi5 dnsmasq[884]: using nameserver 208.67.220.220#53
Nov 11 16:35:08 rpi5 dnsmasq[884]: read /etc/hosts - 1 addresses
Nov 11 16:35:08 rpi5 hostapd[872]: wlan0: interface state UNINITIALIZED->ENABLED
Nov 11 16:35:08 rpi5 hostapd[872]: wlan0: AP-ENABLED
Nov 11 16:35:08 rpi5 systemd[1]: Started Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator.
Nov 11 16:35:08 rpi5 systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
Nov 11 16:35:08 rpi5 systemd[1]: Reached target Host and Network Name Lookups.
Nov 11 16:35:08 rpi5 iwconfig[892]: Error for wireless request "Set Power Management" (8B2C) :
Nov 11 16:35:08 rpi5 iwconfig[892]: SET failed on device wlan0 ; Invalid argument.
Nov 11 16:35:08 rpi5 systemd[1]: wireless.service: Succeeded.
Nov 11 16:35:08 rpi5 systemd[1]: Started Wireless Services.
Nov 11 16:35:08 rpi5 systemd[1]: Started Volumio Backend Module.
Nov 11 16:35:08 rpi5 systemd[1]: Started Volumio Cpu Tweaker.
Nov 11 16:35:08 rpi5 volumio-cpu-tweak[894]: Setting RT Priority for mpd
Nov 11 16:35:08 rpi5 volumio-cpu-tweak[894]: Setting MPD Affinity
Nov 11 16:35:08 rpi5 volumio-cpu-tweak[894]: pid 779's current affinity mask: f
Nov 11 16:35:08 rpi5 volumio-cpu-tweak[894]: pid 779's new affinity mask: 3
Nov 11 16:35:08 rpi5 volumio-cpu-tweak[894]: /bin/volumio_cpu_tweak: line 27: warning: command substitution: ignored null byte in input
Nov 11 16:35:08 rpi5 volumio-cpu-tweak[894]: VOLUMIO CPU TWEAK: Setting CPU Governor: conservative
Nov 11 16:35:08 rpi5 systemd[1]: volumio_cpu_tweak.service: Succeeded.
Nov 11 16:35:08 rpi5 volumio-remote-updater[697]: [2023-11-11 16:35:08] [info] asio async_connect error: system:111 (Connection refused)
Nov 11 16:35:08 rpi5 volumio-remote-updater[697]: [2023-11-11 16:35:08] [info] Error getting remote endpoint: system:107 (Transport endpoint is not connected)
Nov 11 16:35:08 rpi5 volumio-remote-updater[697]: [2023-11-11 16:35:08] [error] handle_connect error: Underlying Transport Error
Nov 11 16:35:08 rpi5 bthelper[709]: Changing power off succeeded
Nov 11 16:35:08 rpi5 bthelper[709]: [CHG] Controller D8:3A:DD:A6:FC:0F Class: 0x0000041c
Nov 11 16:35:08 rpi5 bthelper[709]: Changing power on succeeded
Nov 11 16:35:09 rpi5 volumio[893]: info: -------------------------------------------
Nov 11 16:35:09 rpi5 volumio[893]: info: ----- Volumio3 ----
Nov 11 16:35:09 rpi5 volumio[893]: info: -------------------------------------------
Nov 11 16:35:09 rpi5 volumio[893]: info: ----- System startup ----
Nov 11 16:35:09 rpi5 volumio[893]: info: -------------------------------------------
Nov 11 16:35:09 rpi5 nmbd[771]: [2023/11/11 16:35:09.431154, 0] ../lib/util/become_daemon.c:138(daemon_ready)
Nov 11 16:35:09 rpi5 systemd[1]: Started Samba NMB Daemon.
Nov 11 16:35:09 rpi5 nmbd[771]: daemon_ready: STATUS=daemon 'nmbd' finished starting up and ready to serve connections
Nov 11 16:35:09 rpi5 systemd[1]: Starting Samba Winbind Daemon...
Nov 11 16:35:09 rpi5 winbindd[919]: [2023/11/11 16:35:09.542386, 0] ../source3/winbindd/winbindd_cache.c:3160(initialize_winbindd_cache)
Nov 11 16:35:09 rpi5 winbindd[919]: initialize_winbindd_cache: clearing cache and re-creating with version number 2
Nov 11 16:35:09 rpi5 winbindd[919]: [2023/11/11 16:35:09.553306, 0] ../lib/util/become_daemon.c:138(daemon_ready)
Nov 11 16:35:09 rpi5 winbindd[919]: daemon_ready: STATUS=daemon 'winbindd' finished starting up and ready to serve connections
Nov 11 16:35:09 rpi5 systemd[1]: Started Samba Winbind Daemon.
Nov 11 16:35:09 rpi5 systemd[1]: Starting Samba SMB Daemon...
Nov 11 16:35:09 rpi5 volumio[893]: info: MYVOLUMIO Environment detected
Nov 11 16:35:09 rpi5 volumio[893]: info: Plugin folders cleanup
Nov 11 16:35:09 rpi5 volumio[893]: info: Scanning into folder /volumio/app/plugins/
Nov 11 16:35:09 rpi5 volumio[893]: info: Scanning category audio_interface
Nov 11 16:35:09 rpi5 volumio[893]: info: Scanning category miscellanea
Nov 11 16:35:09 rpi5 volumio[893]: info: Scanning category music_service
Nov 11 16:35:09 rpi5 volumio[893]: info: Scanning category plugins.json
Nov 11 16:35:09 rpi5 volumio[893]: info: Scanning category system_controller
Nov 11 16:35:09 rpi5 volumio[893]: info: Scanning category user_interface
Nov 11 16:35:09 rpi5 volumio[893]: info: Scanning into folder /data/plugins/
Nov 11 16:35:09 rpi5 volumio[893]: info: Plugin folders cleanup completed
Nov 11 16:35:09 rpi5 volumio[893]: info: -------------------------------------------
Nov 11 16:35:09 rpi5 volumio[893]: info: ----- Core plugins startup ----
Nov 11 16:35:09 rpi5 volumio[893]: info: -------------------------------------------
Nov 11 16:35:09 rpi5 volumio[893]: info: Loading plugins from folder /volumio/app/plugins/
Nov 11 16:35:09 rpi5 volumio[893]: info: Adding plugin upnp to MyMusic Plugins
Nov 11 16:35:09 rpi5 volumio[893]: info: Adding plugin airplay_emulation to MyMusic Plugins
Nov 11 16:35:09 rpi5 volumio[893]: info: Adding plugin upnp_browser to MyMusic Plugins
Nov 11 16:35:09 rpi5 volumio[893]: info: Loading plugins from folder /data/plugins/
Nov 11 16:35:09 rpi5 volumio[893]: info: Loading plugin "system"...
Nov 11 16:35:09 rpi5 volumio[893]: info: Loading plugin "appearance"...
Nov 11 16:35:09 rpi5 smbd[924]: [2023/11/11 16:35:09.731155, 0] ../lib/util/become_daemon.c:138(daemon_ready)
Nov 11 16:35:09 rpi5 systemd[1]: Started Samba SMB Daemon.
Nov 11 16:35:09 rpi5 systemd[1]: Reached target Multi-User System.
Nov 11 16:35:09 rpi5 smbd[924]: daemon_ready: STATUS=daemon 'smbd' finished starting up and ready to serve connections
Nov 11 16:35:09 rpi5 systemd[1]: Reached target Graphical Interface.
Nov 11 16:35:09 rpi5 systemd[1]: Starting Update UTMP about System Runlevel Changes...
Nov 11 16:35:09 rpi5 systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Nov 11 16:35:09 rpi5 systemd[1]: Started Update UTMP about System Runlevel Changes.
Nov 11 16:35:09 rpi5 systemd[1]: Startup finished in 6.315s (kernel) + 8.289s (userspace) = 14.604s.
Nov 11 16:35:09 rpi5 ntpd[805]: Listen normally on 3 wlan0 192.168.211.1:123
Nov 11 16:35:09 rpi5 ntpd[805]: new interface(s) found: waking up resolver
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "network"...
Nov 11 16:35:10 rpi5 volumio[893]: info: Refreshing Cached IP Addresses
Nov 11 16:35:10 rpi5 sudo[936]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Nov 11 16:35:10 rpi5 sudo[936]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:10 rpi5 sudo[936]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "services"...
Nov 11 16:35:10 rpi5 sudo[938]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Nov 11 16:35:10 rpi5 sudo[938]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "alsa_controller"...
Nov 11 16:35:10 rpi5 sudo[938]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:10 rpi5 sudo[941]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/iwlist wlan0 scan
Nov 11 16:35:10 rpi5 sudo[941]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:10 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemVersion
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "wizard"...
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "volumio_command_line_client"...
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "upnp"...
Nov 11 16:35:10 rpi5 volumio[893]: info: [1699720510198] Starting Upmpd Daemon
Nov 11 16:35:10 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , registerCallback
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "my_music"...
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "mpd"...
Nov 11 16:35:10 rpi5 volumio[893]: info: Creating MPD Configuration file
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "upnp_browser"...
Nov 11 16:35:10 rpi5 sudo[949]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod 777 /etc/mpd.conf
Nov 11 16:35:10 rpi5 sudo[949]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:10 rpi5 sudo[949]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:10 rpi5 sudo[951]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart mpd.service
Nov 11 16:35:10 rpi5 sudo[951]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:10 rpi5 systemd[1]: Stopping Music Player Daemon...
Nov 11 16:35:10 rpi5 systemd[1]: mpd.service: Succeeded.
Nov 11 16:35:10 rpi5 systemd[1]: Stopped Music Player Daemon.
Nov 11 16:35:10 rpi5 systemd[1]: Starting Music Player Daemon...
Nov 11 16:35:10 rpi5 volumio[893]: info: Loading plugin "networkfs"...
Nov 11 16:35:10 rpi5 volumio[893]: info: Starting Udev Watcher for removable devices
Nov 11 16:35:10 rpi5 mpd[956]: Nov 11 16:35 : exception: Decoder plugin 'wildmidi' is unavailable: configuration file does not exist: /etc/timidity/timidity.cfg
Nov 11 16:35:10 rpi5 mpd[956]: Nov 11 16:35 : exception: Input plugin 'tidal' is unavailable: No Tidal application token configured
Nov 11 16:35:10 rpi5 mpd[956]: Nov 11 16:35 : exception: Input plugin 'qobuz' is unavailable: No Qobuz app_id configured
Nov 11 16:35:10 rpi5 systemd[1]: Started Music Player Daemon.
Nov 11 16:35:10 rpi5 sudo[951]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:10 rpi5 volumio[893]: info: Mounting Device 1TB
Nov 11 16:35:10 rpi5 sudo[964]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/mount /dev/sda1 /mnt/USB/1TB -o noatime,dmask=0000,fmask=0000,iocharset=utf8
Nov 11 16:35:10 rpi5 sudo[964]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:10 rpi5 kernel: fuse: init (API version 7.37)
Nov 11 16:35:10 rpi5 systemd[1]: Mounting FUSE Control File System...
Nov 11 16:35:10 rpi5 systemd[1]: Mounted FUSE Control File System.
Nov 11 16:35:11 rpi5 sh[564]: eth0: offered 192.168.0.66 from 192.168.0.1
Nov 11 16:35:11 rpi5 dhcpcd[609]: eth0: offered 192.168.0.66 from 192.168.0.1
Nov 11 16:35:11 rpi5 sh[564]: eth0: probing address 192.168.0.66/24
Nov 11 16:35:11 rpi5 dhcpcd[609]: eth0: probing address 192.168.0.66/24
Nov 11 16:35:11 rpi5 ntfs-3g[971]: Version 2017.3.23AR.3 integrated FUSE 28
Nov 11 16:35:11 rpi5 ntfs-3g[971]: Mounted /dev/sda1 (Read-Write, label "1TB", NTFS 3.1)
Nov 11 16:35:11 rpi5 ntfs-3g[971]: Cmdline options: rw,noatime,dmask=0000,fmask=0000,iocharset=utf8
Nov 11 16:35:11 rpi5 ntfs-3g[971]: Mount options: iocharset=utf8,allow_other,nonempty,noatime,rw,default_permissions,fsname=/dev/sda1,blkdev,blksize=4096
Nov 11 16:35:11 rpi5 ntfs-3g[971]: Global ownership and permissions enforced, configuration type 7
Nov 11 16:35:11 rpi5 sudo[964]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:11 rpi5 volumio[893]: info: Ignoring mount for partition: boot
Nov 11 16:35:11 rpi5 volumio[893]: info: Ignoring mount for partition: volumio
Nov 11 16:35:11 rpi5 volumio[893]: info: Ignoring mount for partition: volumio_data
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , registerCallback
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "alarm-clock"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "airplay_emulation"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Starting Shairport Sync
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "last_100"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "webradio"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "i2s_dacs"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "volumiodiscovery"...
Nov 11 16:35:11 rpi5 volumio[893]: *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
Nov 11 16:35:11 rpi5 node[893]: *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
Nov 11 16:35:11 rpi5 node[893]: *** WARNING *** Please fix your application to use the native API of Avahi!
Nov 11 16:35:11 rpi5 volumio[893]: *** WARNING *** Please fix your application to use the native API of Avahi!
Nov 11 16:35:11 rpi5 volumio[893]: *** WARNING *** For more information see
Nov 11 16:35:11 rpi5 volumio[893]: *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
Nov 11 16:35:11 rpi5 volumio[893]: *** WARNING *** Please fix your application to use the native API of Avahi!
Nov 11 16:35:11 rpi5 volumio[893]: *** WARNING *** For more information see
Nov 11 16:35:11 rpi5 node[893]: *** WARNING *** For more information see
Nov 11 16:35:11 rpi5 node[893]: *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
Nov 11 16:35:11 rpi5 node[893]: *** WARNING *** Please fix your application to use the native API of Avahi!
Nov 11 16:35:11 rpi5 node[893]: *** WARNING *** For more information see
Nov 11 16:35:11 rpi5 volumio[893]: info: Applying required configuration parameters for plugin volumiodiscovery
Nov 11 16:35:11 rpi5 volumio[893]: info: Discovery: Started advertising with name: RPi5
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , registerCallback
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "outputs"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "albumart"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Plugin example_plugin is not enabled
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "inputs"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "updater_comm"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Plugin mpdemulation is not enabled
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "rest_api"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading plugin "websocket"...
Nov 11 16:35:11 rpi5 volumio[893]: info: Loading i18n strings for locale en
Nov 11 16:35:11 rpi5 volumio[893]: Updating browse sources language
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Nov 11 16:35:11 rpi5 volumio[893]: Forking 3 albumart workers
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::initPlayerControls
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: Express server listening on port 3000
Nov 11 16:35:11 rpi5 volumio[893]: [Metrics] WebUI: 2s 767.06ms
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreStateMachine::resetVolumioState
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreStateMachine::getcurrentVolume
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::volumioRetrievevolume
Nov 11 16:35:11 rpi5 volumio[893]: info: Cannot read play queue from file
Nov 11 16:35:11 rpi5 volumio[893]: info: MPD Permissions set
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: error: updateQueue error: null
Nov 11 16:35:11 rpi5 volumio[893]: info: MPD running with PID956
Nov 11 16:35:11 rpi5 volumio[893]: ,establishing connection
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreStateMachine::setRepeat null single undefined
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreStateMachine::pushState
Nov 11 16:35:11 rpi5 volumio[893]: Starting albumart workers
Nov 11 16:35:11 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::volumioPushState
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreStateMachine::setRandom null
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreStateMachine::pushState
Nov 11 16:35:11 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::volumioPushState
Nov 11 16:35:11 rpi5 volumio[893]: info: VolumeController:: Volume=46 Mute =false
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreStateMachine::pushState
Nov 11 16:35:11 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::volumioPushState
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreStateMachine::updateTrackBlock
Nov 11 16:35:11 rpi5 volumio[893]: info: CorePlayQueue::getTrackBlock
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::volumioRetrievevolume
Nov 11 16:35:11 rpi5 volumio[893]: Starting albumart workers
Nov 11 16:35:11 rpi5 volumio[893]: info: Setting Device type: Raspberry PI
Nov 11 16:35:11 rpi5 volumio[893]: info: Completed loading Core Plugins
Nov 11 16:35:11 rpi5 volumio[893]: info: Preparing to generate the ALSA configuration file
Nov 11 16:35:11 rpi5 volumio[893]: error: updateQueue error: null
Nov 11 16:35:11 rpi5 volumio[893]: info: Asound.conf file unchanged, so no further update is needed
Nov 11 16:35:11 rpi5 volumio[893]: info: Output device has changed, restarting MPD
Nov 11 16:35:11 rpi5 volumio[893]: info: Output device has changed, restarting Shairport Sync
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: Starting albumart workers
Nov 11 16:35:11 rpi5 volumio[893]: info: Could not detect Primo: Error: Command failed: aplay -l | grep es90x8q2m-dac-dai-0
Nov 11 16:35:11 rpi5 volumio[893]: info: ___________ START PLUGINS ___________
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::volumioAddToBrowseSources[object Object]
Nov 11 16:35:11 rpi5 volumio[893]: info: [1699720511993] CoreMusicLibrary::Adding element Media Servers
Nov 11 16:35:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Nov 11 16:35:11 rpi5 sudo[1021]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod 777 /etc/mpd.conf
Nov 11 16:35:11 rpi5 sudo[1021]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:12 rpi5 sudo[1023]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart mpd.service
Nov 11 16:35:12 rpi5 sudo[1023]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:12 rpi5 sudo[1021]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:12 rpi5 systemd[1]: Stopping Music Player Daemon...
Nov 11 16:35:12 rpi5 systemd[1]: mpd.service: Succeeded.
Nov 11 16:35:12 rpi5 systemd[1]: Stopped Music Player Daemon.
Nov 11 16:35:12 rpi5 volumio[893]: info: Could not detect Primo: Error: Command failed: aplay -l | grep es90x8q2m-dac-dai-0
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:12 rpi5 systemd[1]: Starting Music Player Daemon...
Nov 11 16:35:12 rpi5 volumio[893]: info: Could not detect Primo: Error: Command failed: aplay -l | grep es90x8q2m-dac-dai-0
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::volumioAddToBrowseSources[object Object]
Nov 11 16:35:12 rpi5 volumio[893]: info: [1699720512059] CoreMusicLibrary::Adding element Last_100
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::volumioAddToBrowseSources[object Object]
Nov 11 16:35:12 rpi5 volumio[893]: info: [1699720512060] CoreMusicLibrary::Adding element Webradio
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemVersion
Nov 11 16:35:12 rpi5 volumio[893]: info: Volumio Calling Home
Nov 11 16:35:12 rpi5 volumio[893]: info: Completed starting Core Plugins
Nov 11 16:35:12 rpi5 volumio[893]: info: -------------------------------------------
Nov 11 16:35:12 rpi5 volumio[893]: info: ----- MyVolumio plugins startup ----
Nov 11 16:35:12 rpi5 volumio[893]: info: -------------------------------------------
Nov 11 16:35:12 rpi5 volumio[893]: info: [MyVolumio PluginManager] Fetching plans data....
Nov 11 16:35:12 rpi5 volumio[893]: info: MPD Permissions set
Nov 11 16:35:12 rpi5 volumio[893]: verbose: New Socket.io Connection to localhost:3000 from 127.0.0.1 UA: node-XMLHttpRequest Total Clients: 1
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:12 rpi5 volumio[893]: info: VolumeController:: Volume=46 Mute =false
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreStateMachine::pushState
Nov 11 16:35:12 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::volumioPushState
Nov 11 16:35:12 rpi5 volumio[893]: info: Starting Shairport Sync
Nov 11 16:35:12 rpi5 volumio[893]: info: Starting Shairport Sync
Nov 11 16:35:12 rpi5 volumio[893]: info: Starting Shairport Sync
Nov 11 16:35:12 rpi5 sudo[1070]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart shairport-sync
Nov 11 16:35:12 rpi5 sudo[1070]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:12 rpi5 systemd[1]: Stopping Shairport Sync - AirPlay Audio Receiver...
Nov 11 16:35:12 rpi5 sudo[1072]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart shairport-sync
Nov 11 16:35:12 rpi5 systemd[1]: shairport-sync.service: Succeeded.
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:12 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:12 rpi5 sudo[1072]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:12 rpi5 systemd[1]: Stopped Shairport Sync - AirPlay Audio Receiver.
Nov 11 16:35:12 rpi5 sudo[1077]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart shairport-sync
Nov 11 16:35:12 rpi5 systemd[1]: Started Shairport Sync - AirPlay Audio Receiver.
Nov 11 16:35:12 rpi5 sudo[1077]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:12 rpi5 sudo[1070]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:12 rpi5 systemd[1]: Stopping Shairport Sync - AirPlay Audio Receiver...
Nov 11 16:35:12 rpi5 volumio[893]: info: Shairport-Sync Started
Nov 11 16:35:12 rpi5 systemd[1]: shairport-sync.service: Succeeded.
Nov 11 16:35:12 rpi5 systemd[1]: Stopped Shairport Sync - AirPlay Audio Receiver.
Nov 11 16:35:12 rpi5 volumio[893]: Error adding Membership: Error: addMembership EINVAL
Nov 11 16:35:12 rpi5 systemd[1]: Started Shairport Sync - AirPlay Audio Receiver.
Nov 11 16:35:12 rpi5 sudo[1072]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:12 rpi5 sudo[1077]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:12 rpi5 volumio[893]: info: Shairport-Sync Started
Nov 11 16:35:12 rpi5 volumio[893]: info: Shairport-Sync Started
Nov 11 16:35:12 rpi5 mpd[1050]: Nov 11 16:35 : exception: Decoder plugin 'wildmidi' is unavailable: configuration file does not exist: /etc/timidity/timidity.cfg
Nov 11 16:35:12 rpi5 mpd[1050]: Nov 11 16:35 : exception: Input plugin 'tidal' is unavailable: No Tidal application token configured
Nov 11 16:35:12 rpi5 mpd[1050]: Nov 11 16:35 : exception: Input plugin 'qobuz' is unavailable: No Qobuz app_id configured
Nov 11 16:35:12 rpi5 systemd[1]: Started Music Player Daemon.
Nov 11 16:35:12 rpi5 sudo[1023]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:12 rpi5 volumio[893]: error: updateQueue error: null
Nov 11 16:35:12 rpi5 volumio[893]: info: Discovery: adding e553ff97-5166-40ae-aa68-4d1a217617b4
Nov 11 16:35:12 rpi5 volumio[893]: info: Discovery: Found device RPi5
Nov 11 16:35:12 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:12 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:13 rpi5 sudo[941]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:16 rpi5 sh[564]: eth0: leased 192.168.0.66 for 86400 seconds
Nov 11 16:35:16 rpi5 sh[564]: eth0: adding route to 192.168.0.0/24
Nov 11 16:35:16 rpi5 sh[564]: eth0: adding default route via 192.168.0.1
Nov 11 16:35:16 rpi5 dhcpcd[609]: eth0: leased 192.168.0.66 for 86400 seconds
Nov 11 16:35:16 rpi5 dhcpcd[609]: eth0: adding route to 192.168.0.0/24
Nov 11 16:35:16 rpi5 dhcpcd[609]: eth0: adding default route via 192.168.0.1
Nov 11 16:35:16 rpi5 avahi-daemon[708]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.66.
Nov 11 16:35:16 rpi5 avahi-daemon[708]: New relevant interface eth0.IPv4 for mDNS.
Nov 11 16:35:16 rpi5 avahi-daemon[708]: Registering new address record for 192.168.0.66 on eth0.IPv4.
Nov 11 16:35:16 rpi5 dnsmasq[884]: reading /etc/resolv.conf
Nov 11 16:35:16 rpi5 dnsmasq[884]: using nameserver 194.168.4.100#53
Nov 11 16:35:16 rpi5 dnsmasq[884]: using nameserver 194.168.8.100#53
Nov 11 16:35:16 rpi5 dnsmasq[884]: using nameserver 208.67.222.222#53
Nov 11 16:35:16 rpi5 dnsmasq[884]: using nameserver 208.67.220.220#53
Nov 11 16:35:16 rpi5 sh[564]: forked to background, child pid 1106
Nov 11 16:35:16 rpi5 dhcpcd[609]: forked to background, child pid 1106
Nov 11 16:35:16 rpi5 ifplugd(eth0)[794]: client: ifup: interface eth0 already configured
Nov 11 16:35:16 rpi5 sh[564]: eth0=eth0
Nov 11 16:35:16 rpi5 volumio-remote-updater[697]: [2023-11-11 16:35:16] [connect] Successful connection
Nov 11 16:35:16 rpi5 volumio-remote-updater[697]: [2023-11-11 16:35:16] [connect] WebSocket Connection 127.0.0.1:3000 v-2 "WebSocket++/0.8.2" /socket.io/?EIO=4&transport=websocket&t=1699720516 101
Nov 11 16:35:16 rpi5 volumio[893]: verbose: New Socket.io Connection to 127.0.0.1:3000 from 127.0.0.1 UA: WebSocket++/0.8.2 Total Clients: 2
Nov 11 16:35:16 rpi5 ifplugd(eth0)[794]: Program executed successfully.
Nov 11 16:35:16 rpi5 volumio[893]: error: Failed LSINFO: Error: [50@0] {lsinfo} No such directory
Nov 11 16:35:16 rpi5 sudo[1134]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Nov 11 16:35:16 rpi5 sudo[1134]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:16 rpi5 sudo[1134]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:16 rpi5 sudo[1136]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Nov 11 16:35:16 rpi5 sudo[1136]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:16 rpi5 sudo[1136]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:16 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66 from 192.168.0.48 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0 Total Clients: 3
Nov 11 16:35:17 rpi5 sudo[1140]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Nov 11 16:35:17 rpi5 sudo[1140]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:17 rpi5 sudo[1140]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:17 rpi5 sudo[1142]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Nov 11 16:35:17 rpi5 sudo[1142]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:17 rpi5 sudo[1142]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:17 rpi5 volumio[893]: info: Discovery: this is already registered, e553ff97-5166-40ae-aa68-4d1a217617b4
Nov 11 16:35:17 rpi5 volumio[893]: info: Discovery: Found device RPi5
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:17 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:17 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66 from 192.168.0.48 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0 Total Clients: 4
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: appearance , isLatestTOSAccepted
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getAutoUpdateCheckEnabled
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetVisibleSources
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:17 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: metavolumio , getInfinityPlayback
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: multiroom , getMultiroom
Nov 11 16:35:17 rpi5 volumio[893]: info: Received Get System Info
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 11 16:35:17 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:17 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:17 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:17 rpi5 volumio[893]: info: Listing playlists
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: appearance , getUiSettings
Nov 11 16:35:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Nov 11 16:35:17 rpi5 ntpd[805]: Listen normally on 4 eth0 192.168.0.66:123
Nov 11 16:35:17 rpi5 ntpd[805]: new interface(s) found: waking up resolver
Nov 11 16:35:18 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:18 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:19 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Nov 11 16:35:19 rpi5 volumio[893]: info: Received Get System Info
Nov 11 16:35:19 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 11 16:35:19 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 11 16:35:19 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 11 16:35:19 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:19 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:19 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 11 16:35:19 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66:3000 from 192.168.0.33 UA: node-XMLHttpRequest Total Clients: 5
Nov 11 16:35:19 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , initSocket
Nov 11 16:35:19 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , setMyVolumioToken
Nov 11 16:35:19 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:19 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Nov 11 16:35:20 rpi5 volumio[893]: info: Received Get System Info
Nov 11 16:35:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 11 16:35:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 11 16:35:20 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 11 16:35:20 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:20 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 11 16:35:20 rpi5 sudo[1146]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Nov 11 16:35:20 rpi5 sudo[1146]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:20 rpi5 sudo[1146]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:20 rpi5 sudo[1148]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Nov 11 16:35:20 rpi5 sudo[1148]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:20 rpi5 sudo[1148]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:20 rpi5 sudo[1152]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl start upmpdcli.service
Nov 11 16:35:20 rpi5 sudo[1152]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:20 rpi5 systemd[1]: Started UPnP Renderer front-end to MPD.
Nov 11 16:35:20 rpi5 sudo[1152]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:20 rpi5 volumio[893]: info: Upmpdcli Daemon Started
Nov 11 16:35:20 rpi5 volumio[1154]: Generating RSA private key, 4096 bit long modulus (2 primes)
Nov 11 16:35:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , setMyVolumioToken
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin bluetooth to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin multiroom to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin metavolumio to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin manifestui to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin cd_controller to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin smart_inputs to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin hi_res_audio to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin tidal to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin qobuz to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin tidalconnect to plan premium
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin bluetooth to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin multiroom to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin metavolumio to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin manifestui to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin cd_controller to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin smart_inputs to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin hi_res_audio to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin tidal to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin qobuz to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin tidalconnect to plan superstar
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin bluetooth to plan virtuoso
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin manifestui to plan virtuoso
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin cd_controller to plan virtuoso
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin tidal to plan virtuoso
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin qobuz to plan virtuoso
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Adding plugin tidalconnect to plan virtuoso
Nov 11 16:35:20 rpi5 volumio[893]: info: Adding plugin bluetooth to MyMusic Plugins
Nov 11 16:35:20 rpi5 volumio[893]: info: Adding plugin multiroom to MyMusic Plugins
Nov 11 16:35:20 rpi5 volumio[893]: info: Adding plugin metavolumio to MyMusic Plugins
Nov 11 16:35:20 rpi5 volumio[893]: info: Adding plugin cd_controller to MyMusic Plugins
Nov 11 16:35:20 rpi5 volumio[893]: info: Adding plugin smart_inputs to MyMusic Plugins
Nov 11 16:35:20 rpi5 volumio[893]: info: Adding plugin tidalconnect to MyMusic Plugins
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Loading plugin "my_volumio"...
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] MyVolumio plugin successfully loaded
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Starting plugin system_controller.my_volumio
Nov 11 16:35:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:20 rpi5 volumio[893]: info: Starting MyVolumio Remote Streaming Endpoints
Nov 11 16:35:20 rpi5 volumio[893]: info: MyVolumio login type: Token
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] MyVolumio plugin successfully started
Nov 11 16:35:20 rpi5 volumio[893]: info: [MyVolumio PluginManager] Loading plugin "streaming_services"...
Nov 11 16:35:21 rpi5 volumio[893]: info: Starting Streaming Service Transparent Proxy
Nov 11 16:35:21 rpi5 volumio[893]: info: [MyVolumio PluginManager] Streaming Services plugin successfully loaded
Nov 11 16:35:21 rpi5 volumio[893]: info: [MyVolumio PluginManager] Starting plugin music_service.streaming_services
Nov 11 16:35:21 rpi5 volumio[893]: info: Streaming services startup
Nov 11 16:35:21 rpi5 volumio[893]: info: Starting Streaming Daemon
Nov 11 16:35:21 rpi5 volumio[893]: info: [MyVolumio PluginManager] Streaming Services plugin successfully started
Nov 11 16:35:21 rpi5 sudo[1178]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart volumio-streaming-daemon.service
Nov 11 16:35:21 rpi5 sudo[1178]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:21 rpi5 sudo[1178]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:21 rpi5 volumio[893]: error: Cannot start Volumio Streaming Daemon
Nov 11 16:35:21 rpi5 volumio[893]: error: Failed initialization of streaming services: Error: Error: Command failed: /usr/bin/sudo systemctl restart volumio-streaming-daemon.service
Nov 11 16:35:21 rpi5 volumio[893]: Failed to restart volumio-streaming-daemon.service: Unit volumio-streaming-daemon.service not found.
Nov 11 16:35:21 rpi5 volumio[893]: error: MyVolumio Custom Token format not valid, refreshing it
Nov 11 16:35:21 rpi5 volumio[893]: STREAMING PROXY: Starting server on port 3245
Nov 11 16:35:21 rpi5 volumio[893]: Node JS runtime: 14
Nov 11 16:35:21 rpi5 volumio[1154]: ..........................++++
Nov 11 16:35:22 rpi5 volumio[893]: info: MyVolumio login type: Token
Nov 11 16:35:22 rpi5 volumio[893]: info: Cannot call home: Error: Command failed: /usr/bin/curl -X POST --data-binary "device=pi&variante=volumio&version=3.569&uuid=8d8eff4c7e45b8f2b76fa198a3c70c7f" http://updates.volumio.org/downloader-v1/track-device
Nov 11 16:35:22 rpi5 volumio[893]: % Total % Received % Xferd Average Speed Time Time Time Current
Nov 11 16:35:22 rpi5 volumio[893]: Dload Upload Total Spent Left Speed
Nov 11 16:35:22 rpi5 volumio[893]: [132B blob data]
Nov 11 16:35:22 rpi5 volumio[893]: retrying in 5 seconds, trial 0
Nov 11 16:35:22 rpi5 volumio[893]: info: Volumio Calling Home
Nov 11 16:35:22 rpi5 volumio[893]: info: Volumio called home
Nov 11 16:35:22 rpi5 volumio[893]: info: MYVOLUMIO SUCCESSFULLY LOGGED IN
Nov 11 16:35:22 rpi5 volumio[893]: info: MyVolumio token set successfully
Nov 11 16:35:22 rpi5 volumio[893]: info: MYVOLUMIO: Adding device
Nov 11 16:35:22 rpi5 volumio[893]: info: MYVOLUMIO: Evaluating Server
Nov 11 16:35:23 rpi5 volumio[893]: info: MyVolumio status changed
Nov 11 16:35:23 rpi5 volumio[893]: info: Streaming services startup
Nov 11 16:35:23 rpi5 volumio[893]: info: Starting Streaming Daemon
Nov 11 16:35:23 rpi5 volumio[893]: info: Removing browser output: myVolumio user plan is not superstar
Nov 11 16:35:23 rpi5 volumio[893]: info: Removing audio output:
Nov 11 16:35:23 rpi5 volumio[893]: info: Stoppping Tunnel 1
Nov 11 16:35:23 rpi5 sudo[1205]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl restart volumio-streaming-daemon.service
Nov 11 16:35:23 rpi5 sudo[1205]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:23 rpi5 sudo[1208]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl stop sshtunnel.service
Nov 11 16:35:23 rpi5 sudo[1208]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 11 16:35:23 rpi5 sudo[1205]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:23 rpi5 volumio[893]: error: Cannot start Volumio Streaming Daemon
Nov 11 16:35:23 rpi5 volumio[893]: error: Failed initialization of streaming services: Error: Error: Command failed: /usr/bin/sudo systemctl restart volumio-streaming-daemon.service
Nov 11 16:35:23 rpi5 volumio[893]: Failed to restart volumio-streaming-daemon.service: Unit volumio-streaming-daemon.service not found.
Nov 11 16:35:23 rpi5 sudo[1208]: pam_unix(sudo:session): session closed for user root
Nov 11 16:35:23 rpi5 volumio[893]: info: Remote SSH Stopped
Nov 11 16:35:23 rpi5 volumio[893]: info: Setting Geolocation for MyVolumio to eu2
Nov 11 16:35:23 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:23 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:23 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:23 rpi5 volumio[893]: error: Failed to add MyVolumio device: {"message":"USER_NOT_FOUND"}
Nov 11 16:35:24 rpi5 volumio[893]: info: Updating MyVolumio device info
Nov 11 16:35:24 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:24 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:24 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:24 rpi5 volumio[893]: error: Failed to update MyVolumio device: {"message":"DEVICE_NOT_FOUND"}
Nov 11 16:35:27 rpi5 volumio[1154]: ............................................................................................................................++++
Nov 11 16:35:27 rpi5 volumio[1154]: e is 65537 (0x010001)
Nov 11 16:35:27 rpi5 volumio[1154]: writing RSA key
Nov 11 16:35:27 rpi5 volumio[893]: info: MYVOLUMIO: Adding device
Nov 11 16:35:27 rpi5 volumio[893]: info: MYVOLUMIO: Evaluating Server
Nov 11 16:35:28 rpi5 volumio[893]: info: Setting Geolocation for MyVolumio to eu3
Nov 11 16:35:28 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:28 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:28 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:28 rpi5 volumio[893]: error: Failed to add MyVolumio device: {"message":"USER_NOT_FOUND"}
Nov 11 16:35:29 rpi5 volumio[893]: info: Updating MyVolumio device info
Nov 11 16:35:29 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:29 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:29 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:31 rpi5 volumio[893]: error: Failed to update MyVolumio device: {"message":"DEVICE_NOT_FOUND"}
Nov 11 16:35:33 rpi5 systemd[1]: systemd-fsckd.service: Succeeded.
Nov 11 16:35:34 rpi5 systemd[1]: systemd-hostnamed.service: Succeeded.
Nov 11 16:35:35 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Nov 11 16:35:35 rpi5 volumio[893]: verbose: New Socket.io Connection to localhost:3000 from 127.0.0.1 UA: node-XMLHttpRequest Total Clients: 6
Nov 11 16:35:35 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 11 16:35:35 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 11 16:35:36 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Nov 11 16:35:36 rpi5 volumio[893]: info: CALLMETHOD: system_controller my_volumio retreiveBackendEventStates undefined
Nov 11 16:35:36 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , retreiveBackendEventStates
Nov 11 16:35:36 rpi5 volumio[893]: info: Received Get System Version
Nov 11 16:35:36 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemVersion
Nov 11 16:35:40 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:40 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:40 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: i2s_dacs , getConfigParam
Nov 11 16:35:40 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: appearance , getConfigParam
Nov 11 16:35:40 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStatsObject
Nov 11 16:35:40 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetBrowseSources
Nov 11 16:35:40 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemVersion
Nov 11 16:35:41 rpi5 volumio[893]: error: MyVolumio Plugin failed to authenticate in a timely fashion
Nov 11 16:35:41 rpi5 volumio[893]: info: Completed starting MyVolumio Plugin
Nov 11 16:35:41 rpi5 volumio[893]: info: BOOT COMPLETED
Nov 11 16:35:41 rpi5 volumio[893]: [Metrics] CommandRouter: 31s 948.78ms
Nov 11 16:35:41 rpi5 volumio[893]: info: CoreCommandRouter::volumiosetStartupVolume
Nov 11 16:35:41 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , getConfigParam
Nov 11 16:35:41 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:41 rpi5 volumio[893]: info: CoreCommandRouter::Close All Modals sent
Nov 11 16:35:41 rpi5 volumio[893]: info: CoreCommandRouter::Close All Modals sent
Nov 11 16:35:42 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemVersion
Nov 11 16:35:42 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getConfigParam
Nov 11 16:35:42 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getAutoUpdateCheckEnabled
Nov 11 16:35:42 rpi5 volumio-remote-updater[697]: No test mode
Nov 11 16:35:42 rpi5 volumio-remote-updater[697]: No alpha test mode
Nov 11 16:35:42 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getAutoUpdateEnabled
Nov 11 16:35:42 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: alsa_controller , checkAudioDeviceAvailable
Nov 11 16:35:42 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: i2s_dacs , getI2sStatus
Nov 11 16:35:42 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , versionChangeDetect
Nov 11 16:35:42 rpi5 volumio[893]: info: Update Ready: {"changeLogLink":"","description":"You're already on the latest version","title":"No Updates Available","updateavailable":false}
Nov 11 16:35:42 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: updater_comm , setUpdateMessageCache
Nov 11 16:36:11 rpi5 ntpd[805]: Soliciting pool server 139.143.5.31
Nov 11 16:36:11 rpi5 ntpd[805]: Soliciting pool server 139.143.5.30
Nov 11 16:36:12 rpi5 ntpd[805]: Soliciting pool server 162.159.200.1
Nov 11 16:36:13 rpi5 ntpd[805]: Soliciting pool server 212.71.253.212
Nov 11 16:36:13 rpi5 ntpd[805]: Soliciting pool server 162.159.200.123
Nov 11 16:36:13 rpi5 ntpd[805]: Soliciting pool server 95.215.175.2
Nov 11 16:36:14 rpi5 ntpd[805]: Soliciting pool server 185.103.117.60
Nov 11 16:36:14 rpi5 ntpd[805]: Soliciting pool server 139.162.219.252
Nov 11 16:36:14 rpi5 ntpd[805]: Soliciting pool server 62.3.77.2
Nov 11 16:36:15 rpi5 ntpd[805]: Soliciting pool server 185.103.119.60
Nov 11 16:36:15 rpi5 ntpd[805]: Soliciting pool server 88.80.189.24
Nov 11 16:36:15 rpi5 ntpd[805]: Soliciting pool server 82.219.4.30
Nov 11 16:36:15 rpi5 ntpd[805]: Soliciting pool server 81.99.183.212
Nov 11 16:36:16 rpi5 ntpd[805]: Soliciting pool server 81.128.218.110
Nov 11 16:36:16 rpi5 ntpd[805]: Soliciting pool server 85.199.214.100
Nov 11 16:36:17 rpi5 ntpd[805]: Soliciting pool server 93.93.131.118
Nov 11 16:36:17 rpi5 ntpd[805]: Soliciting pool server 2a00:fd80:aaaa:ffff::eeee:ff1
Nov 14 13:40:34 rpi5 ntpd[805]: receive: Unexpected origin timestamp 0xe8fa2c01.fd2014cd does not match aorg 0000000000.00000000 from server@62.3.77.2 xmt 0xe8fdf752.f1401b73
Nov 14 13:40:34 rpi5 systemd[1]: Starting Daily apt download activities...
Nov 14 13:40:35 rpi5 systemd[1]: apt-daily.service: Succeeded.
Nov 14 13:40:35 rpi5 systemd[1]: Started Daily apt download activities.
Nov 14 13:40:35 rpi5 systemd[1]: Starting Daily apt upgrade and clean activities...
Nov 14 13:40:35 rpi5 systemd[1]: apt-daily-upgrade.service: Succeeded.
Nov 14 13:40:35 rpi5 systemd[1]: Started Daily apt upgrade and clean activities.
Nov 14 13:40:36 rpi5 volumio[893]: info: Discovery: A device disappeared from network
Nov 14 13:40:36 rpi5 volumio[893]: info: Discovery: Device rpi5 disappeared from network
Nov 14 13:40:36 rpi5 volumio[893]: info: Discovery: A device disappeared from network
Nov 14 13:40:36 rpi5 volumio[893]: info: Discovery: adding e553ff97-5166-40ae-aa68-4d1a217617b4
Nov 14 13:40:36 rpi5 volumio[893]: info: Discovery: Found device RPi5
Nov 14 13:40:36 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:40:36 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:40:36 rpi5 volumio[893]: info: Discovery: this is already registered, e553ff97-5166-40ae-aa68-4d1a217617b4
Nov 14 13:40:36 rpi5 volumio[893]: info: Discovery: Found device RPi5
Nov 14 13:40:36 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:40:36 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:40:57 rpi5 kernel: Attempt to set a LOCK_MAND lock via flock(2). This support has been removed and the request ignored.
Nov 14 13:45:45 rpi5 ntpd[805]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 14 13:51:47 rpi5 sudo[1468]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Nov 14 13:51:47 rpi5 sudo[1470]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Nov 14 13:51:47 rpi5 sudo[1468]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 13:51:47 rpi5 sudo[1470]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 13:51:47 rpi5 sudo[1470]: pam_unix(sudo:session): session closed for user root
Nov 14 13:51:47 rpi5 sudo[1468]: pam_unix(sudo:session): session closed for user root
Nov 14 13:51:47 rpi5 sudo[1474]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Nov 14 13:51:47 rpi5 sudo[1474]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 13:51:47 rpi5 sudo[1474]: pam_unix(sudo:session): session closed for user root
Nov 14 13:51:47 rpi5 sudo[1476]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Nov 14 13:51:47 rpi5 sudo[1476]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 13:51:48 rpi5 sudo[1476]: pam_unix(sudo:session): session closed for user root
Nov 14 13:51:48 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66 from 192.168.0.48 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0 Total Clients: 6
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: appearance , isLatestTOSAccepted
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getAutoUpdateCheckEnabled
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetVisibleSources
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:51:48 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: metavolumio , getInfinityPlayback
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: multiroom , getMultiroom
Nov 14 13:51:48 rpi5 volumio[893]: info: Received Get System Info
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 14 13:51:48 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:51:48 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:51:48 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:51:48 rpi5 volumio[893]: info: Listing playlists
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: appearance , getUiSettings
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Nov 14 13:51:48 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: updater_comm , getUpdateMessageCache
Nov 14 13:51:49 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:51:49 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:51:49 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Nov 14 13:51:49 rpi5 volumio[893]: info: Received Get System Info
Nov 14 13:51:49 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 14 13:51:49 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 14 13:51:49 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 14 13:51:49 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:51:49 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:51:49 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 14 13:51:50 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Nov 14 13:51:50 rpi5 volumio[893]: info: Received Get System Info
Nov 14 13:51:50 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 14 13:51:50 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 14 13:51:50 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 14 13:51:50 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:51:50 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:51:50 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 14 13:51:59 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetQueue
Nov 14 13:51:59 rpi5 volumio[893]: info: CoreStateMachine::getQueue
Nov 14 13:51:59 rpi5 volumio[893]: info: CorePlayQueue::getQueue
Nov 14 13:52:00 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , handleBrowseUri
Nov 14 13:52:00 rpi5 volumio[893]: info: CURURI: artists://
Nov 14 13:52:00 rpi5 volumio[893]: info: Preload queue cleared
Nov 14 13:52:06 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Nov 14 13:52:06 rpi5 volumio[893]: info: CALLMETHOD: system_controller my_volumio retreiveBackendEventStates undefined
Nov 14 13:52:06 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , retreiveBackendEventStates
Nov 14 13:52:06 rpi5 volumio[893]: info: Received Get System Version
Nov 14 13:52:06 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemVersion
Nov 14 13:54:45 rpi5 systemd[1]: Starting Cleanup of Temporary Directories...
Nov 14 13:54:45 rpi5 systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Nov 14 13:54:45 rpi5 systemd[1]: Started Cleanup of Temporary Directories.
Nov 14 13:55:16 rpi5 ntpd[805]: 95.215.175.2 local addr 192.168.0.66 ->
Nov 14 13:56:15 rpi5 ntpd[805]: 185.103.119.60 local addr 192.168.0.66 ->
Nov 14 13:56:47 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66 from 192.168.0.48 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0 Total Clients: 5
Nov 14 13:56:47 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 13:56:47 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 13:56:47 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetQueue
Nov 14 13:56:47 rpi5 volumio[893]: info: CoreStateMachine::getQueue
Nov 14 13:56:47 rpi5 volumio[893]: info: CorePlayQueue::getQueue
Nov 14 13:56:47 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getHwuuid
Nov 14 13:56:50 rpi5 volumio[893]: info: CALLMETHOD: system_controller system enableSSH true
Nov 14 13:56:50 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , enableSSH
Nov 14 13:56:50 rpi5 sudo[1536]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl start ssh.service
Nov 14 13:56:50 rpi5 sudo[1536]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 13:56:50 rpi5 sudo[1536]: pam_unix(sudo:session): session closed for user root
Nov 14 13:56:50 rpi5 sudo[1538]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/systemctl enable ssh.service
Nov 14 13:56:50 rpi5 sudo[1538]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 13:56:50 rpi5 systemd[1]: Reloading.
Nov 14 13:56:50 rpi5 systemd[1]: /lib/systemd/system/winbind.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/winbindd.pid → /run/samba/winbindd.pid; please update the unit file accordingly.
Nov 14 13:56:50 rpi5 systemd[1]: serial-getty@ttyAMA10.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 14 13:56:50 rpi5 systemd[1]: getty@tty1.service: Current command vanished from the unit file, execution of the command list won't be resumed.
Nov 14 13:56:51 rpi5 systemd[1]: Reloading.
Nov 14 13:56:51 rpi5 systemd[1]: /lib/systemd/system/winbind.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/winbindd.pid → /run/samba/winbindd.pid; please update the unit file accordingly.
Nov 14 13:56:51 rpi5 systemd[1]: Reloading.
Nov 14 13:56:51 rpi5 systemd[1]: /lib/systemd/system/winbind.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/winbindd.pid → /run/samba/winbindd.pid; please update the unit file accordingly.
Nov 14 13:56:51 rpi5 sudo[1538]: pam_unix(sudo:session): session closed for user root
Nov 14 13:56:51 rpi5 volumio[893]: info: enable SSH service success
Nov 14 13:57:34 rpi5 volumio[893]: info: CALLMETHOD: system_controller system sendBugReport [object Object]
Nov 14 13:57:34 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , sendBugReport
Nov 14 13:57:34 rpi5 sudo[1609]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/iwconfig
Nov 14 13:57:34 rpi5 sudo[1609]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 13:57:34 rpi5 sudo[1609]: pam_unix(sudo:session): session closed for user root
Nov 14 13:57:40 rpi5 sudo[1666]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/journalctl -p 7
Nov 14 13:57:40 rpi5 sudo[1666]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 13:57:40 rpi5 sudo[1666]: pam_unix(sudo:session): session closed for user root
Nov 14 13:57:40 rpi5 volumio[893]: info: Log sent successfully, reply: {"status":"OK","link":"http://logs.volumio.org/volumio/vgKxfRJ.html"}
Nov 14 14:00:07 rpi5 sudo[1695]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Nov 14 14:00:07 rpi5 sudo[1695]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 14:00:07 rpi5 sudo[1695]: pam_unix(sudo:session): session closed for user root
Nov 14 14:00:07 rpi5 sudo[1697]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Nov 14 14:00:07 rpi5 sudo[1697]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 14:00:07 rpi5 sudo[1697]: pam_unix(sudo:session): session closed for user root
Nov 14 14:00:07 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66 from 192.168.0.48 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0 Total Clients: 6
Nov 14 14:00:07 rpi5 sudo[1701]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig eth0
Nov 14 14:00:07 rpi5 sudo[1701]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 14:00:07 rpi5 sudo[1701]: pam_unix(sudo:session): session closed for user root
Nov 14 14:00:07 rpi5 sudo[1703]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/ifconfig wlan0
Nov 14 14:00:07 rpi5 sudo[1703]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 14:00:07 rpi5 sudo[1703]: pam_unix(sudo:session): session closed for user root
Nov 14 14:00:07 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66 from 192.168.0.48 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0 Total Clients: 7
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: appearance , isLatestTOSAccepted
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getAutoUpdateCheckEnabled
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetVisibleSources
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:00:07 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: metavolumio , getInfinityPlayback
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetQueue
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreStateMachine::getQueue
Nov 14 14:00:07 rpi5 volumio[893]: info: CorePlayQueue::getQueue
Nov 14 14:00:07 rpi5 volumio[893]: info: Listing playlists
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: multiroom , getMultiroom
Nov 14 14:00:07 rpi5 volumio[893]: info: Received Get System Info
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 14 14:00:07 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:00:07 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:00:07 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: appearance , getUiSettings
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Nov 14 14:00:07 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: updater_comm , getUpdateMessageCache
Nov 14 14:00:09 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Nov 14 14:00:09 rpi5 volumio[893]: info: Received Get System Info
Nov 14 14:00:09 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 14 14:00:09 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 14 14:00:09 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 14 14:00:09 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:00:09 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:09 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 14 14:00:10 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus
Nov 14 14:00:10 rpi5 volumio[893]: info: Received Get System Info
Nov 14 14:00:10 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemInfo
Nov 14 14:00:10 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , getThisDevice
Nov 14 14:00:10 rpi5 volumio[893]: info: Discovery: Getting this device information
Nov 14 14:00:10 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:00:10 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:10 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: network , getCachedIPAddresses
Nov 14 14:00:15 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:00:15 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::getUIConfigOnPlugin
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::getUIConfigOnPlugin
Nov 14 14:00:17 rpi5 volumio[893]: info: Retrieving Cloud Streaming UI
Nov 14 14:00:17 rpi5 volumio[893]: info: Getting Tidal Cloud Configuration
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::getUIConfigOnPlugin
Nov 14 14:00:17 rpi5 volumio[893]: info: Getting Qobuz Cloud Configuration
Nov 14 14:00:17 rpi5 volumio[893]: info: Asking plugin for UI Config
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::getUIConfigOnPlugin
Nov 14 14:00:17 rpi5 volumio[893]: info: Getting Spotify Cloud Configuration
Nov 14 14:00:17 rpi5 volumio[893]: info: Asking plugin for UI Config
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::getUIConfigOnPlugin
Nov 14 14:00:17 rpi5 volumio[893]: info: Saving Spotify Acccount
Nov 14 14:00:17 rpi5 volumio[893]: info: Got Tidal Cloud Configuration
Nov 14 14:00:17 rpi5 volumio[893]: info: Got it
Nov 14 14:00:17 rpi5 volumio[893]: info: Got it
Nov 14 14:00:17 rpi5 volumio[893]: error: Could not retrieve Spotify Config from plugin Spotify: no section found
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::getUIConfigOnPlugin
Nov 14 14:00:17 rpi5 volumio[893]: error: Error retrieving Highresaudio conf: TypeError: Cannot read property 'onSave' of undefined
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getAdvancedSettingsStatus
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: albumart , getConfigParam
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: albumart , getConfigParam
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: albumart , getConfigParam
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getConfigParam
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetBrowseSources
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetBrowseSources
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetBrowseSources
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:17 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: networkfs , listShares
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , rescanDb
Nov 14 14:00:20 rpi5 volumio[893]: verbose: ControllerMpd::sendMpdCommand rescan
Nov 14 14:00:20 rpi5 volumio[893]: verbose: ControllerMpd::sendMpdCommand status
Nov 14 14:00:20 rpi5 volumio[893]: info:
Nov 14 14:00:20 rpi5 volumio[893]: ---------------------------- MPD announces state update: update
Nov 14 14:00:20 rpi5 volumio[893]: info: sendMpdCommand rescan took 2 milliseconds
Nov 14 14:00:20 rpi5 volumio[893]: info: ControllerMpd::getState
Nov 14 14:00:20 rpi5 volumio[893]: verbose: ControllerMpd::sendMpdCommand status
Nov 14 14:00:20 rpi5 volumio[893]: info: sendMpdCommand status took 2 milliseconds
Nov 14 14:00:20 rpi5 volumio[893]: info: sendMpdCommand status took 1 milliseconds
Nov 14 14:00:20 rpi5 volumio[893]: verbose: ControllerMpd::parseState
Nov 14 14:00:20 rpi5 volumio[893]: info: Command Router : Notfying DB Updatetrue
Nov 14 14:00:20 rpi5 volumio[893]: verbose: ControllerMpd::parseState
Nov 14 14:00:20 rpi5 volumio[893]: info: ControllerMpd::pushState
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreCommandRouter::servicePushState
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreStateMachine::pushState
Nov 14 14:00:20 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreCommandRouter::volumioPushState
Nov 14 14:00:20 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:20 rpi5 volumio[893]: verbose: STATE SERVICE {"status":"stop","position":null,"seek":null,"duration":null,"samplerate":null,"bitdepth":null,"channels":null,"random":false,"updatedb":true,"repeat":false,"bitrate":null,"isStreaming":false,"title":null,"artist":null,"album":null,"uri":null}
Nov 14 14:00:20 rpi5 volumio[893]: verbose: CURRENT POSITION 0
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreStateMachine::syncState stateService stop
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreStateMachine::syncState currentStatus stop
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreStateMachine::pushState
Nov 14 14:00:20 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreCommandRouter::volumioPushState
Nov 14 14:00:20 rpi5 volumio[893]: info: No code
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreStateMachine::pushState
Nov 14 14:00:20 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:20 rpi5 volumio[893]: info: CoreCommandRouter::volumioPushState
Nov 14 14:00:20 rpi5 volumio[893]: info: ------------------------------ 58ms
Nov 14 14:00:21 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:23 rpi5 volumio[893]: info: CoreCommandRouter::Close All Modals sent
Nov 14 14:00:25 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:25 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings
Nov 14 14:00:25 rpi5 volumio[893]: info: CALLMETHOD: system_controller my_volumio retreiveBackendEventStates undefined
Nov 14 14:00:25 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: my_volumio , retreiveBackendEventStates
Nov 14 14:00:25 rpi5 volumio[893]: info: Received Get System Version
Nov 14 14:00:25 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getSystemVersion
Nov 14 14:00:29 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:33 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:37 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:41 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:45 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:47 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66 from 192.168.0.48 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0 Total Clients: 7
Nov 14 14:00:47 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:00:47 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:00:47 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetQueue
Nov 14 14:00:47 rpi5 volumio[893]: info: CoreStateMachine::getQueue
Nov 14 14:00:47 rpi5 volumio[893]: info: CorePlayQueue::getQueue
Nov 14 14:00:47 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getHwuuid
Nov 14 14:00:49 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:53 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:00:57 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:01:01 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:01:05 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , getMyCollectionStats
Nov 14 14:01:08 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:01:08 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:01:09 rpi5 systemd[1]: mpd.service: Main process exited, code=killed, status=7/BUS
Nov 14 14:01:09 rpi5 systemd[1]: mpd.service: Failed with result 'signal'.
Nov 14 14:01:11 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , handleBrowseUri
Nov 14 14:01:11 rpi5 volumio[893]: info: CURURI: artists://
Nov 14 14:01:11 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:11 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:11 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:11 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:11 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:11 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:31 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , handleBrowseUri
Nov 14 14:01:31 rpi5 volumio[893]: info: CURURI: music-library
Nov 14 14:01:31 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:31 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:31 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:31 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:31 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:31 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:35 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:01:35 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:01:39 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: mpd , handleBrowseUri
Nov 14 14:01:39 rpi5 volumio[893]: info: CURURI: music-library
Nov 14 14:01:39 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:39 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:39 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:39 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:39 rpi5 volumio[893]: error: MPD error: Error: This socket has been ended by the other party
Nov 14 14:01:39 rpi5 volumio[893]: error: This socket has been ended by the other party {"code":"EPIPE"}
Nov 14 14:01:56 rpi5 ntpd[805]: 162.159.200.123 local addr 192.168.0.66 ->
Nov 14 14:02:41 rpi5 ntpd[805]: 212.71.253.212 local addr 192.168.0.66 ->
Nov 14 14:03:20 rpi5 volumio[893]: verbose: New Socket.io Connection to 192.168.0.66 from 192.168.0.48 UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0 Total Clients: 6
Nov 14 14:03:20 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetState
Nov 14 14:03:20 rpi5 volumio[893]: info: CorePlayQueue::getTrack 0
Nov 14 14:03:20 rpi5 volumio[893]: info: CoreCommandRouter::volumioGetQueue
Nov 14 14:03:20 rpi5 volumio[893]: info: CoreStateMachine::getQueue
Nov 14 14:03:20 rpi5 volumio[893]: info: CorePlayQueue::getQueue
Nov 14 14:03:20 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , getHwuuid
Nov 14 14:03:40 rpi5 volumio[893]: info: CALLMETHOD: system_controller system sendBugReport [object Object]
Nov 14 14:03:40 rpi5 volumio[893]: info: CoreCommandRouter::executeOnPlugin: system , sendBugReport
Nov 14 14:03:40 rpi5 sudo[1737]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/iwconfig
Nov 14 14:03:40 rpi5 sudo[1737]: pam_unix(sudo:session): session opened for user root by (uid=0)
Nov 14 14:03:40 rpi5 sudo[1737]: pam_unix(sudo:session): session closed for user root
Nov 14 14:03:46 rpi5 sudo[1795]: volumio : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/journalctl -p 7
Nov 14 14:03:46 rpi5 sudo[1795]: pam_unix(sudo:session): session opened for user root by (uid=0)