Search found 11 matches

by e1z0
24 Feb 2017, 15:23
Forum: Bug Reports 6.x
Topic: Captcha & Language
Replies: 2
Views: 2785

Re: Captcha & Language

On 6.2.9260 same thing with captcha.
by e1z0
24 Feb 2017, 13:43
Forum: Announcements
Topic: Madsonic Newsletter 02/2017
Replies: 6
Views: 29300

Re: Madsonic Newsletter 02/2017

Hello,

is it possible to do upgrade over madsonic 5.0 version? So i can have old users and database?

btw, nice progress Madevil! ;)
by e1z0
29 Mar 2014, 14:52
Forum: Bug Reports 5.x
Topic: Madsonic server v5.0 build 3860 - Facebook share problems
Replies: 0
Views: 2091

Madsonic server v5.0 build 3860 - Facebook share problems

Hi, when I’m trying to share a media link on Facebook, no image or logo is displayed. I'm working with this problem but maybe someone have solved it already ?
by e1z0
23 Mar 2014, 04:09
Forum: Scripts
Topic: [Script] Create User Accounts within Madsonic
Replies: 2
Views: 9458

Re: [Script] Create User Accounts within Madsonic

Creating user accounts using php as easy as shell scripts for example for external php registration. So here is the code: // ADMINISTRATOR ACCOUNT INFO $ADMIN = 'admin'; $PASS = 'verylongpassword'; $HOST = 'http://127.0.0.1:4040'; # we not use external URL for security reasons // USER PERMISSIONS $S...
by e1z0
23 Mar 2014, 04:04
Forum: Bug Reports 5.x
Topic: Madsonic server v5.0 build 3860 - Time Zone Problems (FIX)
Replies: 0
Views: 2268

Madsonic server v5.0 build 3860 - Time Zone Problems (FIX)

Hello, developers and users, as you may notice on some systems or maybe on all of them there is a problem with incorrect time shown in Madsonic. So i have simple solution to use java based argument to specify time zone and i added patch for madsonic/madsonic-installer-debian/target/deb/usr/share/mad...
by e1z0
13 Mar 2014, 18:33
Forum: Support 5.x
Topic: Compiling errors MadSonic 5.0-Current
Replies: 5
Views: 5341

Re: Compiling errors MadSonic 5.0-Current

Situation have been solved by implementing Integer checking in file: madsonic-main\src\main\java\net\sourceforge\subsonic\service\metadata\JaudiotaggerParser.java:106 if (StringUtils.isNumeric(getTagField(tag, FieldKey.YEAR))) { int getYear = parseYear(getTagField(tag, FieldKey.YEAR)); if (getYear >...
by e1z0
12 Mar 2014, 04:45
Forum: Support 5.x
Topic: Compiling errors MadSonic 5.0-Current
Replies: 5
Views: 5341

Re: Compiling errors MadSonic 5.0-Current

After successfull recompilation, the following errors accours then parsing media tags [2014-03-11 22:41:05,775] WARN JaudiotaggerParser - Error when parsing tags in /home/******/music-partition/artist - title.mp3 null java.lang.NullPointerException at net.sourceforge.subsonic.service.metadata.Jaudio...
by e1z0
11 Mar 2014, 23:20
Forum: Support 5.x
Topic: Compiling errors MadSonic 5.0-Current
Replies: 5
Views: 5341

Re: Compiling errors MadSonic 5.0-Current

Problem have been solved by downloading FolderBasedContentDirectory.java and SubsonicContentDirectory.java from original subsonic. and putting them in upnp directory. Now everything seems to be fine! :-)
by e1z0
11 Mar 2014, 17:00
Forum: Support 5.x
Topic: Compiling errors MadSonic 5.0-Current
Replies: 5
Views: 5341

Compiling errors MadSonic 5.0-Current

Hello, I'm trying to compile madsonic under Windows 7-x64 using JDK 1.7 with maven2 and getting these errors. I also tried the same under debian GNU/Linux 6 using java 1.6 but got the same results as shown below. How can i find a solution for such problems ? e:\projects\madsonic>java -version java v...
by e1z0
07 Feb 2014, 00:24
Forum: Support 5.x
Topic: Unable to add tracks to playlists (5.0.3840)
Replies: 2
Views: 2464

Re: Unable to add tracks to playlists (5.0.3840)

I don't have any backups. I Created new playlists with madsonic.
by e1z0
06 Feb 2014, 22:00
Forum: Support 5.x
Topic: Unable to add tracks to playlists (5.0.3840)
Replies: 2
Views: 2464

Unable to add tracks to playlists (5.0.3840)

Hello, and thanks for the great music streaming service software! But I have a problem.. First of all I'm new to madsonic, just two days of usage, before i was using subsonic, and it worked fine with playlists. On madsonic I was unable to add tracks to any of created playlists, logs does not show an...