Subsonic 3.7.beta1 released

Announcements and discussion of new releases.

Moderator: moderators

Postby Phenomen » Mon May 11, 2009 3:02 am

Web player doesn't work on IE8 / Firefox 3.5 / Flash 10 :[

PS: I want to improve Russian translation, but I'm not programmer and decompilation / java decoding is difficult for me.. Sindre, can you give just simple newest language-strings file for Russian?
Phenomen
 
Posts: 4
Joined: Mon Apr 06, 2009 10:45 am

Postby jonathanroz » Mon May 11, 2009 3:45 am

PS: I want to improve Russian translation, but I'm not programmer and decompilation / java decoding is difficult for me.. Sindre, can you give just simple newest language-strings file for Russian?


The main language components are all stored in individual text files. Look in webapp\WEB-INF\classes\net\sourceforge\subsonic\i18n\ and there is one for Russian. You can make your updates there then save the file and restart Subsonic.
jonathanroz
 
Posts: 172
Joined: Thu Dec 18, 2008 8:54 pm
Location: Frisco, TX USA

Postby Phenomen » Mon May 11, 2009 4:54 am

I know where is they stored. But cyrillic-based languages looks encrypted.. For example:
Russian
Code: Select all
common.home = \u0413\u043b\u0430\u0432\u043d\u0430\u044f
common.back = \u041d\u0430\u0437\u0430\u0434
common.help = \u0418\u043d\u0444\u043e
common.play = \u041f\u0440\u043e\u0441\u043b\u0443\u0448\u0430

English
Code: Select all
common.home = Home
common.back = Back
common.help = Help
common.play = Play
Phenomen
 
Posts: 4
Joined: Mon Apr 06, 2009 10:45 am

Postby sindre_mehus » Mon May 11, 2009 6:46 am

donpearson wrote:The tag edit dont seem to work anymore?

It just sits there saying working??


Whoops, you're right. Gotta look into that. Thanks!

Edit: Fixed in 3.7.beta2.
Last edited by sindre_mehus on Mon May 11, 2009 10:51 am, edited 1 time in total.
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Postby sindre_mehus » Mon May 11, 2009 6:56 am

Phenomen wrote:I know where is they stored. But cyrillic-based languages looks encrypted.. For example:
Russian
Code: Select all
common.home = \u0413\u043b\u0430\u0432\u043d\u0430\u044f
common.back = \u041d\u0430\u0437\u0430\u0434
common.help = \u0418\u043d\u0444\u043e
common.play = \u041f\u0440\u043e\u0441\u043b\u0443\u0448\u0430

English
Code: Select all
common.home = Home
common.back = Back
common.help = Help
common.play = Play


You can convert it to UTF-16 encoding as follows:
Code: Select all
native2ascii.exe -reverse -encoding utf-16 ResourceBundle_ru.properties tmp.properties


After you've done editing it, convert it back to ascii as follows:
Code: Select all
native2ascii.exe -encoding utf-16  tmp.properties ResourceBundle_ru.properties


The native2ascii tool is part of the Sun Java JDK.
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Re: Missing translation in Norwegian language.

Postby sindre_mehus » Mon May 11, 2009 6:58 am

JanH wrote:Browsing thru settings I found missing translation under “Brukere”
Setting “User is allowed to change settings and password” and
“User is allowed to play files in jukebox mode” is not translated to Norwegian.


Thanks for pointing it out. Will fix it.
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Postby sindre_mehus » Mon May 11, 2009 10:15 am

wally.nl wrote:
Code: Select all
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.aop.framework.ProxyFactoryBean] for bean with name 'ajaxTagServiceSecure' defined in ServletContext resource [/WEB-INF/applicationContext-security.xml]



I get the same error. I'll look into it - thanks!

Edit: Seems like I forgot to include a library in the .war version. Will be fixed in the next beta release.
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Postby L4ngley » Mon May 11, 2009 11:01 am

deriksen wrote:You have a bunch of dedicated followers here, and I count myself as one of them. Hopefully, in the not so distant future, most NAS's will ship with Subsonic! :wink:


Amen, woul love this on my Qnap. :)

I recently moved my music to NAS. Performance was not good with 3.6, but this beta has improved this a whole lot. Can always be better, but this more then "good enough".

L4ngley
L4ngley
 
Posts: 27
Joined: Mon Feb 09, 2009 5:18 pm

Postby sindre_mehus » Mon May 11, 2009 11:28 am

L4ngley wrote:Amen, woul love this on my Qnap. :)

Maybe you can?

Seems like Java and Tomcat are available for QNAP servers with x86-based CPUs:

http://forum.qnap.com/viewtopic.php?f=44&t=12699

It would be really could if someone could try to deploy subsonic.war on a QNAP!
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Postby fe1ixthecatt » Mon May 11, 2009 11:31 am

Just wanted to give a belated thanks!!!!!!!!

-Felix
User avatar
fe1ixthecatt
 
Posts: 7
Joined: Thu Jan 10, 2008 12:17 pm

duration of transcoded tracks

Postby dobson » Tue May 12, 2009 12:19 am

thanks for the update. lots of great improvements.

all of my transcoded flac tracks now display the correct length in the web player.

however, my m4a lossless files simply display 00:00 for quite a while after the song begins (45 seconds for a song of about 5 minutes) and the player is unresponsive, although the music plays. after that point, the player behaves just as it did in the 3.6 release: the duration listed is incorrect and the loaded part of the java player only fills a fraction of the space.
dobson
 
Posts: 46
Joined: Tue Apr 14, 2009 10:10 pm

Postby reaper829 » Tue May 12, 2009 2:42 am

When are you planning on releasing 3.7? I'm trying to decide whether to wait a week or so to get 3.7, or if it's going to be a while, I'm going to install 3.7 beta1. Thanks!
reaper829
 
Posts: 45
Joined: Tue Apr 28, 2009 2:52 am

Postby L4ngley » Tue May 12, 2009 5:36 am

sindre_mehus wrote:
L4ngley wrote:Amen, woul love this on my Qnap. :)

Maybe you can?

Seems like Java and Tomcat are available for QNAP servers with x86-based CPUs:

http://forum.qnap.com/viewtopic.php?f=44&t=12699

It would be really could if someone could try to deploy subsonic.war on a QNAP!


I would love to help you but my Linux experience is limited at best.
And I would hate to break my shiny new TS-809.

But the good news; it seems like it is already running apache.
From <? phpinfo() ?>:

Server API: Apache 2.0 Handler
Apache Version Apache/2.2.6 (Unix) DAV/2 PHP/5.2.9

Dont know how to find out if is running java.

If somone want to assist me i can test some.

L4ngley
L4ngley
 
Posts: 27
Joined: Mon Feb 09, 2009 5:18 pm

Postby sindre_mehus » Tue May 12, 2009 6:16 am

L4ngley,

Please note that Apache is not the same as Tomcat, and doesn't support Java. I guess the way to go is to install those two packages mentioned in the QNAP forum.

Of course I understand if you don't wanna risk messing up your NAS :)
User avatar
sindre_mehus
 
Posts: 1955
Joined: Tue Nov 29, 2005 6:19 pm
Location: Oslo, Norway

Postby L4ngley » Tue May 12, 2009 8:06 am

Ofcuse :oops:, in my litle head, witch is used to windows, apache and tomcat usually go hand in hand :)
L4ngley
 
Posts: 27
Joined: Mon Feb 09, 2009 5:18 pm

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: No registered users and 10 guests