Subsonic 4.7.beta3 released

Announcements and discussion of new releases.

Moderator: moderators

Re: Subsonic 4.7.beta3 released

Postby hyatari » Sun Aug 19, 2012 9:15 pm

Can you add an option for the server to automatically scan the folders upon addition of new folders/files?
hyatari
 
Posts: 53
Joined: Thu Jan 28, 2010 11:56 pm

Re: Subsonic 4.7.beta3 released

Postby bibi » Tue Aug 21, 2012 9:53 am

I get this report with beta 3 when i try to access one of my directory.
I will look at the log tonight, currently not at home.

Error
Subsonic encountered an internal error. You can report this error in the Subsonic Forum. Please include the information below.

Exception java.lang.IllegalArgumentException
Message Comparison method violates its general contract!
Java version Oracle Corporation 1.7.0_06
Operating system Linux 3.4.7-1-ARCH
Server jetty-6.1.x
Memory Used 75 of 96 MB
Stack trace java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeHi(Unknown Source)
at java.util.TimSort.mergeAt(Unknown Source)
at java.util.TimSort.mergeCollapse(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at net.sourceforge.subsonic.service.MusicFileService.listCoverArtRecursively(MusicFileService.java:169)
at net.sourceforge.subsonic.service.MusicFileService.getCoverArt(MusicFileService.java:120)
at net.sourceforge.subsonic.controller.MainController.getCoverArt(MainController.java:179)
at net.sourceforge.subsonic.controller.MainController.handleRequestInternal(MainController.java:131)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)
at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:173)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)
at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at net.sourceforge.subsonic.filter.RequestEncodingFilter.doFilter(RequestEncodingFilter.java:43)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at net.sourceforge.subsonic.filter.ParameterDecodingFilter.doFilter(ParameterDecodingFilter.java:54)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at net.sourceforge.subsonic.filter.BootstrapVerificationFilter.doFilter(BootstrapVerificationFilter.java:54)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:227)
at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:626)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
bibi
 
Posts: 4
Joined: Tue Aug 21, 2012 9:48 am

Re: Subsonic 4.7.beta3 released

Postby quatermass » Tue Aug 21, 2012 10:38 am

Just upgraded from a working Subsonic 4.6 for Windows installation to 4.7beta3.

Now I just get :

HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/
Powered by jetty

So this beta still doesn't work from 4.6 (I tried 4.7beta2 before).

I decided to start with a fresh install. But Subsonic Windows installer assumes that all people are using their C:\ drive to host their OS.

Please can the author not assume this? The folder I install Subsonic into should also have the db/jetty files, etc. as well surely? I installed to F:\Subsonic but it also made a C:\Subsonic folder!

As I'm doing a fresh install, how do I recover/extract my list of podcasts, various user settings from my old 4.6 backup?
Subsonic.properties doesn't carry all of the settings.

Many thanks.
Registered donater...
Stuart Halliday
The Computer Man
User avatar
quatermass
 
Posts: 38
Joined: Thu Dec 09, 2010 3:50 am
Location: Livingston, UK

Re: Subsonic 4.7.beta3 released

Postby BKKKPewsey » Tue Aug 21, 2012 12:34 pm

I would concur that there does appear to a problem with the upgrade path.
Twice I have tried to upgrade 4.6 to 4.7b3- in my case the initial install went ok and SS was available but after a day (or 2) I got the 503 error. Nothing in the logs to indicate a problem :? .
I assume there is something in the 4.6 db which 4.7 isn't handling right.
4.7 clean install np
quatermass wrote:I decided to start with a fresh install. But Subsonic Windows installer assumes that all people are using their C:\ drive to host their OS.

Does it :roll: On mine the installer now asks where to put the install (program dir files)
What it is not doing is asking where the working directory should go so you still need to edit the vmoptions file (See viewtopic.php?f=2&t=9024)
: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: Subsonic 4.7.beta3 released

Postby okieeagle » Tue Aug 21, 2012 4:07 pm

I am having some similar problems as others with importing playlists.

When I import the playlist, it shows 98 tracks on the menu, but when you click on the playlist there are only about 12 tracks in the playlist.

I'm sure I have not deviated from the original method of importing playlists.

I am exporting the playlists from iTunes using the M3U format.

I know this is a work in progress, so I will patiently await the announcement of the next release!!
okieeagle
 
Posts: 5
Joined: Fri Aug 17, 2012 9:15 pm

Re: Subsonic 4.7.beta3 released

Postby BKKKPewsey » Tue Aug 21, 2012 4:59 pm

okieeagle wrote:I am having some similar problems as others with importing playlists.

I think perhaps that your issue may be slightly different to some as in my case all of the tracks of the playlist import ok
(eg a playlist of 100 tracks shows & displays 100 tracks) but the next day it then shows the playlist as empty.
Your issue appears to be that the initial import is partly failing.
You may want to post a link to your m3u file so Sindre can have a look at it - there may be an issue with the path names that iTunes is using on export which hasn't been allowed for.
As you said still very much WiP :roll:
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: Subsonic 4.7.beta3 released

Postby PieterB » Tue Aug 21, 2012 6:54 pm

I just noticed that the 'clean-up database' function doesn't work. Changed a folder name - Astrid Gilberto to Astrud Gilberto - about a week ago, and both names are still in the album list. The first one is empty, the second one is functional.

PB

EDIT:AFTER A FEW NIGHTS, THE WRONG 'ASTRID' WAS GONE (IT SHOULD HAVE BE GONE AFTER ONE NIGHT, I THINK....
Last edited by PieterB on Tue Aug 28, 2012 6:27 pm, edited 1 time in total.
PB
User avatar
PieterB
 
Posts: 107
Joined: Sat Nov 08, 2008 6:36 pm
Location: Delft, The Netherlands

Random Play Que issue with 4.7 Beta 3

Postby sledwards » Wed Aug 22, 2012 5:32 am

The random play que feature recognizes all of my generes except for "Singer-Songwriter". It will not generate a playlist for this genre. I believe it may have to do with the "-" in the tag. Is there a work-around for this other than retagging all of my songs with this genre to exclude the dash?
sledwards
 
Posts: 2
Joined: Wed Aug 22, 2012 4:19 am

Re: Subsonic 4.7.beta3 released

Postby karmaking » Wed Aug 22, 2012 8:49 am

Just updated to 4.7.beta3 and it doesn't seem to start at all.

Debian Squeeze, minimal install.

No subsonic process there, tried with the init script and by running /usr/bin/subsonic. Log files stay untouched, no output on stdout.

Downgraded to 4.7.beta2, working perfectly again.

As not really anyone seems to have such problems - what am I possibly doing wrong?

Cheers,
Daniel
karmaking
 
Posts: 5
Joined: Wed May 09, 2012 2:01 pm

Re: Random Play Que issue with 4.7 Beta 3

Postby BKKKPewsey » Wed Aug 22, 2012 12:14 pm

sledwards wrote:The random play que feature recognizes all of my generes except for "Singer-Songwriter". It will not generate a playlist for this genre. I believe it may have to do with the "-" in the tag. Is there a work-around for this other than retagging all of my songs with this genre to exclude the dash?


I can reproduce :(
4.7b3 will not create a random playlist with a "-" in the genre (4.6 np)
Hope this gets fixed before X-MAS :roll:
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: Subsonic 4.7.beta3 released

Postby okieeagle » Wed Aug 22, 2012 4:42 pm

BKKKPewsey wrote:
okieeagle wrote:I am having some similar problems as others with importing playlists.

I think perhaps that your issue may be slightly different to some as in my case all of the tracks of the playlist import ok
(eg a playlist of 100 tracks shows & displays 100 tracks) but the next day it then shows the playlist as empty.
Your issue appears to be that the initial import is partly failing.
You may want to post a link to your m3u file so Sindre can have a look at it - there may be an issue with the path names that iTunes is using on export which hasn't been allowed for.
As you said still very much WiP :roll:


Odd because it worked fine in the previous version of subsonic. It was after the upgrade to the beta that I started having the issue. Now, when I import it shows the number of tracks but the playlist is empty; very similar to others' issue. It also appears my log file isn't saving.
okieeagle
 
Posts: 5
Joined: Fri Aug 17, 2012 9:15 pm

Re: Subsonic 4.7.beta3 released

Postby BKKKPewsey » Wed Aug 22, 2012 5:21 pm

Thanks to MadEvil we may have found the solution to the playlist problem.
See viewtopic.php?f=2&t=9983&p=44894#p44074
Only just spotted that thread and testing now.

: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: Subsonic 4.7.beta3 released

Postby getwired » Thu Aug 23, 2012 5:57 am

Reverted to 4.6 to confirm that there are issues with stream control w/ WinAmp when using an .M3U player w/ "external player with playlist". Unable to seek forward or backward with 4.7b3. Spent 5 hours playing with transcoding options to no avail.

Also, sorting of albums (even when "by year" is unchecked) is wonky, with multi-disc albums, and others with "Various Artists". Not sure why we'd want to mess with sorting options anyway since we've all pretty much painstakingly organized our media just the way we want it...but hey, I'm sure it will be useful once it's all ironed out! ;-)

I definitely loved the speed of 4.7b3, but the lack of track control while streaming with an external player was a show-stopper for me.

Excellent work, can't wait for the next beta!
getwired
 
Posts: 6
Joined: Tue Sep 07, 2010 4:15 pm

Should I Be Worried?

Postby PieterB » Thu Aug 23, 2012 8:25 am

Subsonic 4.7.beta3

Invalid droppings:

Code: Select all
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 80108, next:81220958 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 80108, next:81220958 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 80201, next:81360275 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 80201, next:81360275 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 80340, next:81453153 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 80340, next:81453153 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 80479, next:81592470 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 80479, next:81592470 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 80572, next:81731787 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 80572, next:81731787 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 80712, next:81824665 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 80712, next:81824665 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 80805, next:81963982 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 80805, next:81963982 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 80897, next:82056860 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 80897, next:82056860 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 81037, next:82149738 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 81037, next:82149738 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 81176, next:82289055 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 81176, next:82289055 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 81269, next:82428372 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 81269, next:82428372 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 81409, next:82521250 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 81409, next:82521250 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 81501, next:82660567 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 81501, next:82660567 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 81641, next:82753445 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 81641, next:82753445 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 81780, next:82892762 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 81780, next:82892762 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 81872, next:83032079 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 81872, next:83032079 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 82012, next:83124957 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 82012, next:83124957 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 82105, next:83264274 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 82105, next:83264274 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 82244, next:83357152 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 82244, next:83357152 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) DTS 82383, next:83496469 st:0 invalid dropping
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) PTS 82383, next:83496469 invalid dropping st:0
[8/23/12 10:22:45 AM CEST]    DEBUG   InputStreamReaderThread   (c:\subsonic\transcode\ffmpeg) size= 1930kB time=00:01:23.53 bitrate= 189.2kbits/s


PB
PB
User avatar
PieterB
 
Posts: 107
Joined: Sat Nov 08, 2008 6:36 pm
Location: Delft, The Netherlands

Re: Subsonic 4.7.beta3 released

Postby diffy » Thu Aug 23, 2012 2:08 pm

Well this sure is a juicy beta ;-)
diffy
 
Posts: 97
Joined: Fri Dec 30, 2011 11:28 pm
Location: Copenhagen, Denmark

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: No registered users and 36 guests