alucryd / oxyromon

Rusty ROM OrgaNizer
Other
114 stars 14 forks source link

[Request] "CHD_COMPRESSION_ALGORITHM" - Choose order on the list #149

Closed Immersion95 closed 2 weeks ago

Immersion95 commented 2 weeks ago

Would it be possible to choose the order for the CHD CD/DVD algorithms ?

At the moment Oxyromon uses the alphabetical order if there are multiple algos, chdman info will find the order that was used on Oxyromon so the order has significance.

Ex : For "CHD_CD_COMPRESSION_ALGORITHM"

alucryd commented 2 weeks ago

Sure thing, will have a look during the week.

alucryd commented 2 weeks ago

Added in https://github.com/alucryd/oxyromon/commit/3e6e66fffa59d0f60509da66ed299a832e065d08 :) oxyromon will not sort CHD algorithms anymore, they will be passed in the same order they were added in the database (you will need to play with -r and -a to reorder them).

Immersion95 commented 2 weeks ago

Added in 3e6e66f :) oxyromon will not sort CHD algorithms anymore, they will be passed in the same order they were added in the database (you will need to play with -r and -a to reorder them).

That's perfect ! Thx a lot !