Andreas
Andreas
Hi littlejeem, this is awesome - thank you very much, I really appreciate that. I never thought `m4b-tool` would earn any reputation and I'm still surprised, how many people use...
For those of you, who are interested: I wrote a small tagging utility with support for most of the suggested tags. It's in a pretty early state of development and...
Is there any plan to merge this or give feedback? Otherwise I can close this...
Added a small `cli-tester` to my open source project to demonstrate the issue: https://github.com/sandreas/tone/tree/main/cli-tester ``` # error, although --dry-run is a boolean flag without any value cli-tester test --dry-run input.mp3...
@patriksvensson Sorry to adress you directly but I just wanted to ask, if this is the right place to report these kind of issues or am I doing something wrong?
+1 I would suggest to use `process.env.serverUrl` wherever possible... Maybe it helps collecting code permalinks, that maybe need to be adjusted? **Probably (server and client-config):** - https://github.com/advplyr/audiobookshelf/blob/f34ebdc016f05d3ee3dd3653dc63cbaa15b35207/server/Server.js#L185 - https://github.com/advplyr/audiobookshelf/blob/f34ebdc016f05d3ee3dd3653dc63cbaa15b35207/client/nuxt.config.js#L31 **Maybe...
@advplyr How is the state of this issue? You said in #570: > we need to add a base url from env variables for the client side to work. Then...
Progress update: - First steps to integrate `BASE_URL` into the `/server` component: https://github.com/advplyr/audiobookshelf/compare/master...sandreas:master - Got the client working - some issues with logos and audio files, but I got a...
> Oh great, how are you passing the env variable to the nuxt app? That is something I am working at. I tried some static options first and it worked...
> Prefix is better since that is all we want passed into the env variable. Ok, I'll regard that. Currently it is an experiment - not a working thing. Maybe...