QuantumSpecter@lemmy.world to Technology@lemmy.worldEnglish · 12 hours agoSpotify fans threaten to return to piracy as music streamer introduces new face-scanning age checks in the UKwww.techradar.comexternal-linkmessage-square184fedilinkarrow-up1810arrow-down15
arrow-up1805arrow-down1external-linkSpotify fans threaten to return to piracy as music streamer introduces new face-scanning age checks in the UKwww.techradar.comQuantumSpecter@lemmy.world to Technology@lemmy.worldEnglish · 12 hours agomessage-square184fedilink
minus-squarevacuumflower@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·2 hours agoAn algorithm for them: set rand [clock microseconds] set len [mpc_pl_len] set to [expr {$rand%$len}] mpc_pl_jmp $to
minus-squaresad_detective_man@leminal.spacelinkfedilinkEnglisharrow-up1·1 hour agompc, is that shuffling media player cassic with the system clock? isn’t that what shuffle already does ?
minus-squarevacuumflower@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·51 minutes agompc as in mpd CLI client, where mpc_pl_len and mpc_pl_jmp procedures are not listed, but just call it with some other Unix commands to get playlist length and jump to a playlist position.
An algorithm for them:
set rand [clock microseconds] set len [mpc_pl_len] set to [expr {$rand%$len}] mpc_pl_jmp $to
mpc, is that shuffling media player cassic with the system clock? isn’t that what shuffle already does ?
mpc
as inmpd
CLI client, wherempc_pl_len
andmpc_pl_jmp
procedures are not listed, but just call it with some other Unix commands to get playlist length and jump to a playlist position.