bleskodev / rubyripper

Fork of the original rubyripper from code.google.com/p/rubyripper + some bugs fixes
125 stars 21 forks source link

Last song have different file permissions than others #615

Open olehj opened 6 years ago

olehj commented 6 years ago

I just noticed today that the last song in a rip session has the "rw" flag for owners, but rest have "rw-rw-r" which is rather preferred. I use the -Z flag if that should be a cause to it, and also rip to FLAC.

Using 0.7.0rc1

Thovthe commented 5 years ago

Could you try again with RC2 and see if the behaviour is still there?

olehj commented 5 years ago

No, still just -rw------- on the last, rest has -rw-rw-r-- as expected. Almost looks like the permission gets set for the "previous file" but are skipped in a loop for the last one.

bleskodev commented 3 years ago

Hi, interesting problem, I cannot reproduce it however, all my files (also FLAC) have -rw-r--r-- permissions, which sounds reasonable to me.

scintill commented 1 year ago

Seeing this with 0.8.0rc3 on NixOS 22.05, with both discs I just ripped on the system. I will try to dig into it more later.