Ivan Zderadicka
Ivan Zderadicka
I have been looking into Subsonic API, key thing is that it's very much database oriented, each object - and Directory and Child are main objects that would be interesting...
After a while I reconsidered it and I think it'll not worth to invest effort into subsonic API. Main points are: - Subsonic "logic" is much different from audioserve, implementation...
Hi, I do understand folders for CDs, I also do have some folders with CD subfolders - e.g CD0, CD1 etc. I agree it would be convenient to merge them...
For m4a - so we will have an m4a file with chapters metadata only for a part of audiobook - one CD. I think having a "tag" file ".something" in...
Early implementation is in branch collapse-folder. Not all details yet resolved, but basic thing work, with --collapse-cd-folders argument folders matching default regex (like CD1, CD 1 ...) will be merged...
Merging of folders in now in master: - it's implemented as folder regular expression, having special tag file in folder will be bit too complicated - also it's implemented only...
Hi, if you look at final rustc problem it was caused because something (system?) has killed rustc. Together with very long compilation time it may show for lack of memory....
ffi.rs is autogenerated, so it does not make sense to change, only lib.rs
@peamaeq Thanks I took your recommendations when changing the code, but could not merge directly.
First technical note to proposed Compose file - if you're using different then default user you must also use `--data-dir` parameter. As audioserve is defaulting it to ~/.audioserve, which for...