Frequently Asked Questions
How Can I Recommend a Feature?
Join the CLU Discord Server and let me know what you would like to see added. Post all feature requests in the #feature-requests channel.
How Can I Report a Bug?
The best way is to submit an Issue via github and label it as an enhancement or bug when submitted.
You can also join the CLU Discord Server and post it in the #bug-reports channel.
How Can I Say Thank You?
If you enjoyed this, want to say thanks or want to encourage updates and enhancements, feel free to 
I get \"Illegal seek\" or CBZ write errors on a mergerfs / FUSE mount
This is fixed as of v6.0. If your library or /data lives on a mergerfs, network, or other FUSE mount, older builds could fail zip writes with OSError: [Errno 29] Illegal seek. CLU now assembles every zip write on a local seekable volume and moves the finished file into place, so these failures are gone. Those writes also get consistent parent-folder permissions as a bonus. If you're still seeing the error, update to v6.0 or later.