4.7 beta

Announcements and discussion of new releases.

Moderator: moderators

Re: 4.7 beta

Postby gurutech » Wed May 02, 2012 9:31 pm

I have everything in folders by artist name, then by album name, so I have anywhere from 15-20 files in each folder (plus the album art stuff).

I'm actually running right now on a celeron processor with 2gb RAM, and the music is on a cifs share on another machine on my network, and the only time anything runs slow is around 2-3am when I have the index configured to re-sort or whatever it does, and that lasts about 30-60 mins.
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: 4.7 beta

Postby GJ51 » Wed May 02, 2012 9:49 pm

Remember also that you can always go to Settings/Search and select when you want the indexing to update.

CIFS is a dialect of SMB which I've seen a lot of users struggle with. Please share if you have any good tips on how you were able to get good performance, if you can. I'm sure there are many users that would appreciate knowing how to get smb shares to work well with Windows.
Gary J

http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/
User avatar
GJ51
 
Posts: 3492
Joined: Wed Oct 20, 2010 11:58 pm
Location: Western New York

Re: 4.7 beta

Postby gurutech » Thu May 03, 2012 4:31 am

It really wasn't all that difficult for me, even considering the fact that I'm not even close to being an "expert" in Linux.

Running Fedora 15:

I installed the Samba service, then modified my /etc/fstab file to include the line:
Code: Select all
//{windows IP address}/share_name       /media/music    cifs      rw,auto,user,credentials=/etc/.smbcreds    0 0


For those who know about auto-mounting a share, the items in the line above are:
Folder path
Mount Location
Mount type (cifs)
Parameters (rw=read/write, auto=automount, user=allow user access (not just "root access"), credentials= path to file with username and password)
The 0 0 tells fsck (the file system check utility) not to scan the location if it detects errors, and tells Linux not to mount it if it's not found.

That's really all I did. If you have a "space" in your share name, be sure to replace it with a "\040". ie: //ip_address/share\040name
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: 4.7 beta

Postby evanrich » Thu May 10, 2012 4:42 pm

4.7 beta 1 used to be available here: http://sourceforge.net/projects/subsonic/files/subsonic/4.7.beta1/ but looks like it's been removed.
evanrich
 
Posts: 11
Joined: Tue Nov 15, 2011 12:16 am

Re: 4.7 beta

Postby hakko » Thu May 10, 2012 5:20 pm

I've built it from Subversion just to see what he's been up to.

The handling of MusicFile (now MediaFile) is re-written quite a lot to speed it up. Doesn't add much new features except this (and some changes to ratings and stuff):

http://i.imgur.com/toMH2.png

it's awesome that path has finally been replaced by id as main parameter to pass around!
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: 4.7 beta

Postby supra92 » Sun May 13, 2012 2:55 am

Long time no see. Been away from SS forums for awhile, as I lost my job last August and spent some time in North Carolina for awhile. Came back to Texas in March and within a week had a job offer from my old company, so all's well that ends well. Been a hectic first couple months but finally back in the groove again.

The link to 4.7b1 looks like it's back up -- I snagged the WAR version and installed just now. The initial indexing takes some time, as expected (about 25 minutes to scan 59,300 files), but definitely nice to have an animated "Scanning files: xxxxx" counter in the upper right corner, rather than having to constantly click Refresh on the Logs screen.

One thing that's a notable departure -- the albums no longer show in their usual sorted order by directory name. It appears it is taking the ID3 tag of the album and going by that instead. All of my directories for, say, Dire Straits, are: 1978 - Dire Straits, 1979 - Communique, 1980 - Moving Pictures, 1982 - Love Over Gold, etc. etc. Now I'm seeing them purely alphabetical: Brothers In Arms, Communique, Dire Straits, Love Over Gold, Making Movies, etc. I'm guessing there's a way to change this, but haven't found it offhand -- will reply back if it turns up.

Cheers,
Supra92
User avatar
supra92
 
Posts: 137
Joined: Sun Nov 19, 2006 12:17 am
Location: Central Texas

Re: 4.7 beta

Postby BKKKPewsey » Sun May 13, 2012 11:20 am

Hi Supra welcome back :)

supra92 wrote:One thing that's a notable departure -- the albums no longer show in their usual sorted order by directory name. It appears it is taking the ID3 tag of the album and going by that instead


That will be fine (for those that of us that tag correctly :wink: ) but it also needs to do a primary sort on the year tag.
This may get a bit confusing depending on what version of tags you are using eg: ID3.2v3 or ID3.2v4.

However, as we all know, the 4.7 betas are very much WIP at the moment so we will have to wait until Sindre decides that they are good enough for public consumption before cheering :lol: (or booing :cry: ) :mrgreen:
Everyone is entitled to be stupid, Image but some abuse the privilege!

Due to the confusion from too many genres of music, we have decided to put both country music and rap music into the genre of Crap music.
User avatar
BKKKPewsey
 
Posts: 2080
Joined: Mon May 23, 2011 12:16 pm
Location: United Kingdom

Re: 4.7 beta

Postby GJ51 » Mon May 14, 2012 6:25 pm

I just downloaded and installed the Windows 4.7 beta1 and I get the same results with Java 6.31 and Java 7.4 on two servers. Anyone else seeing the same issue?

Image
Gary J

http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/
User avatar
GJ51
 
Posts: 3492
Joined: Wed Oct 20, 2010 11:58 pm
Location: Western New York

Re: 4.7 beta

Postby GJ51 » Mon May 14, 2012 7:08 pm

Java 7.4 is the problem. 4.7 still not working with Java 7.4.

Scanning library on a clean 4.7 b1 install now, testing to begin shortly.

Installation over working 4.6 gave a 503 error.

EDIT: Just on a hunch, I uninstalled Java, and Subsonic and did a clean install of Java 7.4 and SS 4.7 beta 1 and it's working now, currently scanning files.

http://sourceforge.net/projects/subsoni ... 4.7.beta1/

The beta is back up.
Gary J

http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/
User avatar
GJ51
 
Posts: 3492
Joined: Wed Oct 20, 2010 11:58 pm
Location: Western New York

Re: 4.7 beta

Postby GJ51 » Wed May 16, 2012 5:06 am

Got my 4.7 Beta 1 mojo back!

wtv and all video fromats performing perfectly. I used a different version of ffmpeg to get some video files working again, I'll be happy to post it for download if anyone else is having video issues. Even indexing is now working on wtv files.

I also have mp3 to ogg set up for Android. I wish that SS would automatically use the settings for all Android devices that log on, but for now I'll just have to define the transcoding to ogg for each individual player as they log on.

All videos now display "null" instead of the name of the video in the "Now playing" section.
Gary J

http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/
User avatar
GJ51
 
Posts: 3492
Joined: Wed Oct 20, 2010 11:58 pm
Location: Western New York

Re: 4.7 beta

Postby GJ51 » Wed May 16, 2012 5:27 pm

Lyrics is still not working.

Anyone figured out how to import playlists?
Gary J

http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/
User avatar
GJ51
 
Posts: 3492
Joined: Wed Oct 20, 2010 11:58 pm
Location: Western New York

Re: 4.7 beta

Postby bushman4 » Wed May 16, 2012 6:26 pm

Interesting that Sindre has not announced the availability of a new beta yet... doesn't he usually?

Glenn
Glenn Sullivan
Subsonic 6.1.6 (Unraid Docker)
90 regular Subsonic Users

Library as of 2024-10-28:
4,527 artists
19,996 albums
282,151 songs
10201.40 GB
41,583 hours
User avatar
bushman4
 
Posts: 874
Joined: Thu Dec 02, 2010 1:47 pm
Location: Massachusetts, USA

Re: 4.7 beta

Postby GJ51 » Wed May 16, 2012 7:31 pm

yeah, I wondered about that too, but maybe since this thread is already started, he just decided to let it ride. 4.7b1 is smokin fast! I've got all the basics working and already gave Sindre a few bug feedback reports, but i"m getting the impression that he's keeping the release low key to keep the influx of chatter at a reasonable level. I know he gets flooded with trivial emails and is looking at cutting it down.

http://XW8600.sunsonic.org

I forgot your Creds; send me a PM withU/P if you want to go for a test drive.

Try search - incredibly fast.


Cheers

G
Gary J

http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/
User avatar
GJ51
 
Posts: 3492
Joined: Wed Oct 20, 2010 11:58 pm
Location: Western New York

Re: Re: 4.7 beta

Postby alphawave7 » Wed May 16, 2012 8:05 pm

GJ51 wrote:yeah, I wondered about that too, but maybe since this thread is already started, he just decided to let it ride. 4.7b1 is smokin fast! I've got all the basics working and already gave Sindre a few bug feedback reports, but i"m getting the impression that he's keeping the release low key to keep the influx of chatter at a reasonable level. I know he gets flooded with trivial emails and is looking at cutting it down.

http://XW8600.sunsonic.org

I forgot your Creds; send me a PM withU/P if you want to go for a test drive.

Try search - incredibly fast.


Cheers

G


Excellent...we get a lot of search related posts...so speed and accuracy will be welcome. ;)


Sent from my HTC Sensation 4G using Tapatalk 2
alphawave7
 
Posts: 1042
Joined: Thu Feb 11, 2010 9:54 am

Re: 4.7 beta

Postby mesc » Thu May 17, 2012 10:37 am

Heya,

just installed 4.7b1 last night and it is still scanning my media folders... why is the first time scan taking THAT long? Hope that won't take so long on every update scan which i perform every 2 days. This would make the new subsonic pretty useless for me...

subsonic.log excerpt:

[2012-05-16 19:31:40,948] INFO MediaScannerService - Starting to scan media library.
...
[2012-05-17 12:25:41,013] INFO MediaScannerService - Scanned media library with 414500 entries.
...
and still counting.

Thanks the help.
mesc
 
Posts: 14
Joined: Sat Feb 25, 2012 12:37 pm

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: No registered users and 34 guests