Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache path option not working #666

Open
1 task done
fjromerom opened this issue Jul 27, 2024 · 2 comments
Open
1 task done

Cache path option not working #666

fjromerom opened this issue Jul 27, 2024 · 2 comments

Comments

@fjromerom
Copy link

fjromerom commented Jul 27, 2024

Due Diligence

  • I have done my due diligence

What can we help you with?

Hi,

I'm seeing the following warning in the logs.

WARN  librespot] Without a `--cache` / `-c` path, and/or if the `--disable-audio-cache` / `-G` fl

I have enabled the path using LIBRESPOT_CACHE=/tmp/ in the conf file but the warning still persists.

Also, I tried to verify raspotify is passing correctly the options I have enabled with the following command but it does not show any option.

 raspotify ps -ef |grep libre
62638     5449     1 13 14:07 ?        00:00:53 /usr/bin/librespot

I have the following questions:

  1. How can I verify raspotify is passing the options I have enabled if I don't see them in the process output.
  2. Why the option LIBRESPOT_CACHE=/tmp/ is not working?

Thanks,
Francisco

@kimtore
Copy link
Collaborator

kimtore commented Oct 21, 2024

Hi @fjromerom, apologies for the late reply.
Please try the latest version, Raspotify 0.45.0, and see if you can get this working.
This version includes the very last release from upstream librespot, with many fixes.

@kimtore
Copy link
Collaborator

kimtore commented Oct 21, 2024

As for your first question, verifying input:

Every environment variable in /etc/raspotify/conf will be passed on to Librespot as per the EnvironmentFile=-%E/%N/conf line in /lib/systemd/system/raspotify.service.

You can review the available configuration options in the librespot wiki: https://github.com/librespot-org/librespot/wiki/Options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants