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

[BUG] Folders unable to be accesses #20

Closed
1 task done
gmBlahaj opened this issue Oct 4, 2023 · 3 comments
Closed
1 task done

[BUG] Folders unable to be accesses #20

gmBlahaj opened this issue Oct 4, 2023 · 3 comments

Comments

@gmBlahaj
Copy link

gmBlahaj commented Oct 4, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Folders cant be written or accessed
The podcasts directory org.airsonic.player.domain.MusicFolder@20 isn't enabled or writeable.

Expected Behavior

The Server should be able to write and read them

Steps To Reproduce

  1. Install
  2. Add a Podcast
  3. Click on it

Environment

- OS: Ubuntu 22.04
- How docker service was installed: Docker Compose

CPU architecture

x86-64

Docker creation

---
version: "2.1"
services:
  airsonic-advanced:
    image: lscr.io/linuxserver/airsonic-advanced:latest
    container_name: airsonic-advanced
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - CONTEXT_PATH= #optional
      - JAVA_OPTS= #optional
    volumes:
      - /path/to/config:/config
      - /path/to/music:/music
      - /path/to/playlists:/playlists
      - /path/to/podcasts:/podcasts
      - /path/to/other media:/media #optional
    ports:
      - 4040:4040
    devices:
      - /dev/snd:/dev/snd #optional
    restart: unless-stopped

Container logs

Error: No such container "linuxserver.io"
@gmBlahaj
Copy link
Author

gmBlahaj commented Oct 4, 2023

Btw where is the folder where I need to put my music

@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

j0nnymoe commented Oct 4, 2023

You need to replace the /path/to paths with your own locations. They're just place holders.

@j0nnymoe j0nnymoe closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2023
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants