Sonic3R

Results 19 comments of Sonic3R

@robinrodricks : would be nice that feature, I encounter same issue as @martoiu

It is draft PR, seems that no one want to implement feature

Since is an opened PR then I will close this item

How ? I pasted from what I got in terminal Don't know where logs are stored

Logs from journal: ``` Nov 23 14:06:04 Ubuntu-2004-focal-64-minimal systemd[1]: thelounge.service: Main process exited, code=exited, status=1/FAILURE Nov 23 14:06:04 Ubuntu-2004-focal-64-minimal systemd[1]: thelounge.service: Failed with result 'exit-code'. Nov 23 14:10:31 Ubuntu-2004-focal-64-minimal systemd[1]:...

For now I use ``` static void CopyFile(DiscFileInfo file, string filePath) { using (FileStream fs = File.Create(filePath)) { using (var fileStream = file.Open(FileMode.Open)) { fileStream.CopyTo(fs); } } } ```

Any progress about this ?

I don't know what is the issue for you but it displays correctly both tracks separately: ``` DISC INFO: Disc Title: Trolls World Tour Disc Label: TROLLS_WORLD_TOUR_3D Disc Size: 38,137,408,587...

Well, that version does not matter for me because I forked this repo and I adjusted in .net core which includes also support for HDR10+ I will try that version...