theypsilon / _arcade-organizer

A script for organizing _Arcade for MiSTer
GNU General Public License v3.0
38 stars 6 forks source link

Update _arcade-organizer.sh in order to avoid symlinks creation #52

Closed yavimaya closed 2 years ago

yavimaya commented 2 years ago

Option to no create symlinks in order to work for cifs mount. With that you can also mount _Arcade directory. I had problems trying to run the actual arcade_organizer because it failed when trying to create symlinks on cifs mounted. It multiplies used hard drive space because it duplicates every mra on every directory it has to be placed on _Organized, but it works for cifs mounted dirs on a NAS, and NAS units use to have plenty of hard drive space. It needs a new option called NO_SYMLINKS = true.

theypsilon commented 2 years ago

Looks very good! Thank you @yavimaya