Hello everyone,
Because I'm actually need to migrate my radios from a Windows virtual server to a physical machine running Windows 10, I've done the following :
- dump of the radiodj161 database from my actual mySQL DB
- fresh install of radiodj 1.8.2.0 on the win10 machine
- fresh install of mySQL server 5.7.2.7 (which is the version that seems to work with RDJ 1.8.2, tried with mySQL 8.0.17 but radidj database setup program was unable to connect)
- reimport of the database
- launch of database setup that connects correctly (everything is green).
Now running RadioDJ works well BUT... It doesn't update the song "date_played", "artist_played" & "count_played". It is easy for me to see it because I've created a new genre of music where all titles have a count to 0.
Otherwise I can see directly on the database that the column "tartist_played" is the only one to be updated (by the way what's the difference between artist_played & tartist_played ?).
Can someone help me on this ?
Thanks.