I have podcasts that I have placed on a folder in OMV. What docker can I use to play them? Would also like to have the option to download them to my phone/tablet if possible. Thanks!
Playing downloaded podcasts on OMV
-
-
I have podcasts that I have placed on a folder in OMV. What docker can I use to play them? Would also like to have the option to download them to my phone/tablet if possible. Thanks!
You mean MP3 files?
You can share the folder (SMB for example) and then access it with your phones or computers
-
What's the file extension on them?
I think airsonic or maybe navidrome should play them
-
-
You mean MP3 files?
You can share the folder (SMB for example) and then access it with your phones or computers
I'm under the assumption he wants to stream them while off network. airsonic and navidrome (or likely anything else he finds) should be easy enough to reverse proxy through swag.
-
You mean MP3 files?
You can share the folder (SMB for example) and then access it with your phones or computers
Its MP3 files. I made SMB and my phone sees it. Will I be able to stream to my phone while i;m away from home?
-
I'm under the assumption he wants to stream them while off network. airsonic and navidrome (or likely anything else he finds) should be easy enough to reverse proxy through swag.
Yes that's my goal. What does reverse proxy through swag mean?
-
-
Yes that's my goal. What does reverse proxy through swag mean?
you would access them via https://airsonic.yourdomain.url
If it's mp3 files, airsonic will play them no problem.
-
https://hub.docker.com/r/linuxserver/airsonic
Once you set up the reverse proxy, I use the subsonic app to stream to my phone... Not sure what you could use if you have i-Stuff
-
https://hub.docker.com/r/linuxserver/airsonic
Once you set up the reverse proxy, I use the subsonic app to stream to my phone... Not sure what you could use if you have i-Stuff
I have the docker installed and I put the podcasts in the podcasts folder. My media isnt appearing. I downloaded subsonci to my phone and its not showing either. When I try to add the folder I made "podcasts" it says not found.
-
-
I have the docker installed and I put the podcasts in the podcasts folder. My media isnt appearing. I downloaded subsonci to my phone and its not showing either. When I try to add the folder I made "podcasts" it says not found.
Did you use docker-compose or a stack? If so, could you provide that. It sounds like you didn't give it a volume.
-
Did you use docker-compose or a stack? If so, could you provide that. It sounds like you didn't give it a volume.
Code
Display Moreversion: "2.1" services: airsonic: image: ghcr.io/linuxserver/airsonic container_name: airsonic environment: - PUID=1000 - PGID=1000 - TZ=Europe/London 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 restart: unless-stopped This was the template. I changed the PUID/PGID, TZ, and the volumes to the absolute path from OMV.
-
OK, so you added it, you just need to add it to airsonic....
Log in as Admin
Click Media Folders
Under "Add Media".... Name the folder (lets say Podcasts) then location will be /podcasts and make sure it gets added under your /music folder
Edit: I just remembered, airsonic can be a little funky adding libraries. In order to enable it, you might need to click Save, at the bottom, and then proceed to scan.
Go down and click "scan media folders now"
Click Refresh on the left, and you should start seeing your podcasts populate (depending on how many you have it might take a minute)..
-
-
Is that Yacht? I'm sorry I have like zero familiarity with it... but beyond that.. your volumes look right.
Now you just need to add it to Airsonic the way I told you above.
-
OK, so you added it, you just need to add it to airsonic....
Log in as Admin
Click Media Folders
Under "Add Media".... Name the folder (lets say Podcasts) then location will be /podcasts and make sure it gets added under your /music folder
Edit: I just remembered, airsonic can be a little funky adding libraries. In order to enable it, you might need to click Save, at the bottom, and then proceed to scan.
Go down and click "scan media folders now"
Click Refresh on the left, and you should start seeing your podcasts populate (depending on how many you have it might take a minute)..
Thanks! I see it. So im assuming the best way to listen on my devices is through the subsonic app? How do I go about setting up the reverse proxy?
-
Thanks! I see it. So im assuming the best way to listen on my devices is through the subsonic app? How do I go about setting up the reverse proxy?
Pretty simple really since it is a linuxserver container.
Do you have any ports forwarded to your NAS in your router? Second, do you have a domain... or do you intend to use a free one, like duckdns?
-
-
Pretty simple really since it is a linuxserver container.
Do you have any ports forwarded to your NAS in your router?
No I dont.
-
No I dont.
OK, i edited in another question there.. do you have a domain you've purchased, or do you just want to use a free one.
-
OK, i edited in another question there.. do you have a domain you've purchased, or do you just want to use a free one.
No domain purchased. Will use free one.
-
-
No domain purchased. Will use free one.
OK...
It looks like you're using Yacht, I have zero idea how to do this with Yacht. I'm sure it's possible, but I haven't the faintest clue. So if you want to install Portainer, I'm happy to talk you through this... but we'll need to delete your current airsonic container as well (we need to set a network mode on it)... but I can help you do all that with stacks.
If you want to , let me know.
-
OK...
It looks like you're using Yacht, I have zero idea how to do this with Yacht. I'm sure it's possible, but I haven't the faintest clue. So if you want to install Portainer, I'm happy to talk you through this... but we'll need to delete your current airsonic container as well (we need to set a network mode on it)... but I can help you do all that with stacks.
If you want to , let me know.
I have portainer installed. Its what I use.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!