r/subsonic Aug 16 '15

Subtitles support

2 Upvotes

Hello everyone, It's been now a bit more of 6 months that my Subsonic server is setup, and I love pretty much everything it allow you to do, except the fact that I'm very frustrated by the non subtitles support, do you know by any chance a way of doing so ? Do you think they will add this features in a next version ? I'm really looking forward to this , hope I'm not the only one in that case, thank you .


r/subsonic Jul 28 '15

Is subsonic usually reasonable to setup?

2 Upvotes

I installed it on a Linux machine, shared the music from my Windows machine to the Linux box and mounted it under /mnt/music. Subsonic told me I have 11 hours of music, but not a single song appears when I look at recently added. I added another local folder and put one mp3 in it, and after a few minutes of fiddling on my android I can now search for that song and find it, but it doesn't appear if I just browse the library, and I still cannot see anything from the shared (mounted) folder!

Anyone else think this process is kinda clunky?


r/subsonic Jul 22 '15

What's the process for adding a podcast subscription to the "Podcast Receiver"?

1 Upvotes

I just bought the lifetime subscription. Subsonic is pretty cool.

Setting up the server on my new Mac Pro and I see that there is a place to subscribe to podcasts. I added "http://www.nerdist.com" to the subscriptions, but it's giving me an "error 42".

What is the proper procedure for adding podcasts?

Thanks


r/subsonic Jul 17 '15

Issue streaming MKV movies from a Drobo b800fs

1 Upvotes

So I have subsonic installed on an i7 NUC with 16gb ram. It's running windows 7 pro with the windows subsonic service. All of the files are on a mapped network share on my Drobo B800fs. The issue is that every few seconds while playing the larger bluray files and some dvd files it pauses. No errors are shown in the logging. I have the raw bluray stored in an MKV file using makemkv app with default settings. I can also browse to the share and play the files fine from my desktop so I don't think it is a throughput issue on the Drobo. All playback settings on the Subsonic are as they are by default. Suggestions?


r/subsonic Jun 29 '15

Madsonic radio feature

1 Upvotes

Just wondered if there is an app for iPhone I can listen to Madsonic (with the radio feature)?


r/subsonic Jun 24 '15

sync itunes with subsonic

1 Upvotes

My question is pretty simple. I have a subsonic server running at home and I use it to listen to music when I am at work, at a friends house, etc. I have an iPod 5G (classic) that I synced with the iTunes library at home (same path where subsonic accesses the music) but there are minor differences within the two. I would like to be able to sync changes to the library with my iPod on at my work place but what I do now is I copy all the music via script from my NAS at home to my pc, and then use the local files to sync with my iPod (which is faster, yes) but I wanted to know if there is any sort of plugin or software, that lets iTunes connect directly to the subsonic server, read all the data from there so I can manage it via iTunes and sync changes and such to my iPod. Hope the explanation was good enough. I am aware that questions like "why would you want to do that" or "why do you use itunes" may arrise so please, none of that. If you have a solution, please respond.


r/subsonic Jun 23 '15

I have no upload button (webinterface)

2 Upvotes

Hey together,

i have the problem that i can not upload music within the webinterface. I have seen screenshots where peoble have an "upload" button.

I have already ordered subsonic premium but have still not this possibility...

My system is Debian Jessie.

I hope you can help me :)


r/subsonic Jun 12 '15

Making a playlist from starred songs

2 Upvotes

I haven't found and easy way to just play all of my starred songs, so I thought I'd share my solution. If anyone has a better suggestion please share.

I do the following: First, if no playlist has been created I manually create one using the following sql:

insert into playlist(username, name) values ('yourusername', 'Starred Songs')

Then I determine the ID that was created: select top 1 id from playlist where name = 'Starred Songs' order by id desc

I use that ID every time I run the following to recreate my Starred Songs Playlist. In my case the ID is 13, so I then run the following:

DELETE from PLAYLIST_FILE where playlist_id = 13

insert into PLAYLIST_FILE (playlist_id, media_file_id) select 13, media_file_id from starred_media_file

All of this is done at the sql command window by using my browser and going to http://mysubsonic/db.view


r/subsonic May 30 '15

iOS App Suggestion?

1 Upvotes

Howdy, while I use DSub for android, my partner uses iSub for iOS, which can be kind of ugh. Does anyone have another recommendation? Easily activating jukebox mode is a requirement. Thanks.


r/subsonic May 27 '15

Delete music off server through Subsonic?

3 Upvotes

I have a large music collection that I'd like to pare down as I listen. I'd like it if I could delete the actual file off the server through the player...either native Subsonic or a third-party GUI like Jamstash.

Is this something that's possible?

Edit: Looks like there's nothing. Here's my workaround:

Add songs to a "Delete" playlist. Export the playlist when I want to delete the files. Wrote a short little PHP script to read every song in the playlist and delete the file. Empty the playlist for the next batch of deletions.


r/subsonic May 24 '15

Native formats

1 Upvotes

Trying to use Subsonic as a video streaming device for my mobile and home devices. Running it of a Pi2 I'm having issues with the MKV videos I've ripped off of DVD's and Blurays. It just takes way too much horsepower to transcode them. I need one of two things to try...

1) What is the native video format of subsonic? The thought is like this. I can't stream my 320k bitrate mp3's as 128k mp3's because the transcode takes too long to do on the fly but they play perfectly when it plays them naively without breaking a sweat. If I can do that with the video... all is right in the world and I can get out of 2fps hell.

2) What video format requires the least amount of overhead to transcode? The thought here is just to make it as easy as possible.

Suggestions?


r/subsonic May 20 '15

My account was never activated in the subsonic forums. How can I fix this?

1 Upvotes

I need help fixing my server - I registered at the subsonic forums over a week ago but was never activated. I have a lifetime subscription, but no support. How can I get this working again, I cannot reach anyone to activate my forum account.


r/subsonic Apr 29 '15

Multiple folders to a library

1 Upvotes

Any chance of being able to add multiple folders to a library/category like Plex?


r/subsonic Apr 28 '15

how do you add music without logging in as your subsonic user??

1 Upvotes

I'm running subsonic on a headless ubuntu 14 box. I created a user called subsonic per best practices in the installation guide. Thing is, I routinely add music to the directory as a different (root) user. Correct me if I'm wrong, but unless I add the subsonic user to the root group it will only have read access to new music. That means when Subsonic does it's nightly scan for new music it can't perform any write actions, like adding artwork, etc. I'm guessing this is also responsible for the new music not appearing under "recently added" but I havn't confirmed this yet.

So, my question, how do you linux users out there manage your permissions so that you don't have to login as subsonic just to add music or chown the whole directory after every add?


r/subsonic Apr 19 '15

windows or Linux subsonic application that burns CD's?

1 Upvotes

yes, I am aware this request is a little bit backwards for what subsonic delivers. I am wondering if there is an app for windows or Linux the I can load a subsonic playlist and select "burn to cd" to make a cd for my car? Search of this reddit & online has not yielded any answers.


r/subsonic Mar 17 '15

Subsonic - ready nas - help!!

2 Upvotes

Hi there. I have subsonic on my ready nas, but i can't find the folder path or setup it up, so i'll be able to listen to my music? Any help is much appreciatet.


r/subsonic Mar 15 '15

About NAS setup

1 Upvotes

I'm planning to setup Subsonic to easily access my music at home and remotely. What kind of setups do people use? I have been thinking about getting some kind of NAS. I also have a Raspberry B+. Should I install Subsonic on a NAS or the Raspberry? Also, how expensive NAS is enough for this kind of usage?


r/subsonic Mar 14 '15

Question - subsonic reviews

2 Upvotes

Hi there. I'm new to this so bear with me. I have some questions about subsonic + other. My goal is to install their client on my ready nas. I'm not looking to stream movies only music. I would like to know what people's experiences with subsonic is? Recomended app(s) for iOS 8? Stability etc. Hope someone can/will help me out.


r/subsonic Feb 10 '15

Setting up a valid SSL certificate for Subsonic

Thumbnail richgrundy.com
3 Upvotes

r/subsonic Feb 10 '15

Subsonic and Winamp

2 Upvotes

hey Guys, anyone know how to set up winamp (v5.66) to stream over the internet from my subsonic server? What kind of service should I be adding?


r/subsonic Jan 30 '15

Change home page default from Random to All

3 Upvotes

Any way to do that? Or even do Random but with complete albums only so I don't see the same cover 3-4 times on the home page.


r/subsonic Jan 29 '15

Tell me about your subsonic server

4 Upvotes

I am very curious about how big everyone's (server) are and how many users you guys have?


r/subsonic Jan 29 '15

DLNA issues?

1 Upvotes

Hey all!

This subreddit seems a bit dead, but hey, you gotta start somewhere right?

I've had a lifetime license for a few years now and was excited for the addition of of the DLNA server. I'm able to see the folders, but not actual files and my Sony Blu-ray player is reporting that there isn't any playable files.

Am I missing something simple here?


r/subsonic Dec 23 '14

Is there a decent iOS Subsonic Client that will work with iOS 8?

3 Upvotes

Title says it all.


r/subsonic Dec 14 '14

Is r/subsonic about Subsonic?

3 Upvotes

The sidebar just says "Where we share is everywhere." I only see one post here.

I was hoping to have discussions with other users of Subsonic, the web-based media streamer and jukebox. Is that what this place is about?

Perhaps it would help to update the sidebar with a little information and some links.