Search found 12 matches

by c0utta
07 Aug 2014, 01:54
Forum: Scripts
Topic: Replaygain
Replies: 2
Views: 6958

Re: Replaygain

In addition, I've started using ogg on my BlackBerry Z30 to save some space and wanted to have replaygain working. I settled on -q5 for ogg, so my code looks like: #!/usr/bin/env sh volume=`exiftool -a -All -s "$1" | awk '/ReplaygainTrackGain/ { print $3 }'` echo "ReplayGain Track Gai...
by c0utta
28 Jul 2014, 05:48
Forum: Support 5.x
Topic: Album & Artist Art
Replies: 3
Views: 4102

Re: Album & Artist Art

Addendum to this. I had a couple of occasions where my Madsonic instance was being completely trashed so badly that I had to restore from backup. I ended up working out what the problem was - an upgraded Madsonic included a new HSQLDB jar, and I was using the old 1.8.0.10 jar. This was corrupting th...
by c0utta
02 Jun 2014, 08:12
Forum: Support 5.x
Topic: Installing Madsonic on Debian Linux
Replies: 18
Views: 10863

Re: Installing Madsonic on Debian Linux

Now that you've got it working internally you don't need to worry about TeamViewer and Dropbox - that was only if you were still having networking problems. I've always kept Madsonic at 4040, so have not changed the port before but the instructions seem relatively easy: - modify madsonic.sh, by chan...
by c0utta
02 Jun 2014, 01:34
Forum: Support 5.x
Topic: Installing Madsonic on Debian Linux
Replies: 18
Views: 10863

Re: Installing Madsonic on Debian Linux

This was also my point - get it working locally on your Debian installation and then look at changing the port from 4040 to 9000. I notice that you're not running a vanilla installation of Debian - you appear to have both Dropbox and TeamViewer listening on ports at the same time, albeit different p...
by c0utta
30 May 2014, 07:43
Forum: Support 5.x
Topic: Installing Madsonic on Debian Linux
Replies: 18
Views: 10863

Re: Installing Madsonic on Debian Linux

I'm hoping a Debian Linux guru will chip in, because I've only ever got through with trial and error! If you do a "netstat -pln" you'll see what ports are open, and their listening status. For example, on my minimal installation: tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 369/sshd tcp6 0 0 :::941...
by c0utta
30 May 2014, 04:47
Forum: Support 5.x
Topic: Installing Madsonic on Debian Linux
Replies: 18
Views: 10863

Re: Installing Madsonic on Debian Linux

I span up a vanilla Debian Linux virtual machine and installed Madsonic and it worked perfectly, both from the VM (using http://localhost:4040) and externally (using http://ipaddress:4040). Therefore, you've certainly got a networking issue but since I use Debian from the command line it might be di...
by c0utta
28 May 2014, 15:52
Forum: Support 5.x
Topic: Installing Madsonic on Debian Linux
Replies: 18
Views: 10863

Re: Installing Madsonic on Debian Linux

Java version is fine, plus the log shows that Madsonic is running. Therefore I suspect it's networking related. Firstly, leave the settings in madsonic.sh as they are. Mine looks exactly like yours, except I have modified the memory settings. Best to change the port from 4040 to 9000 once things are...
by c0utta
28 May 2014, 04:57
Forum: Support 5.x
Topic: Installing Madsonic on Debian Linux
Replies: 18
Views: 10863

Re: Installing Madsonic on Debian Linux

Hi arcylix, Happy to help you as I'm also running Madsonic on a minimal installation of Debian Linux - no GUI, just command line. It works like a charm. Some quick questions: - Are you running the Standalone or War only? - I know you've installed openjdk-7-jdk, but when you run "java -version&q...
by c0utta
09 May 2014, 06:23
Forum: Scripts
Topic: Replaygain
Replies: 2
Views: 6958

Replaygain

I’m running Madsonic in a minimal Debian environment and have been trying for some time to get “replaygain” working. This led me to find out some other interesting things about transcoding as I fumbled my way through. After some searching, I found that I need to read the replay gain tag (only the tr...
by c0utta
17 Mar 2014, 04:05
Forum: Support 5.x
Topic: Album & Artist Art
Replies: 3
Views: 4102

Re: Album & Artist Art

I've figured out how to manipulate the Cover_Art_Path to suit my needs, but then I needed to run a SQL script every night to update the database values. The db.view page is too small to submit the entire script, and I didn't want to do it interactively. For future reference, here's how I did it via ...
by c0utta
23 Jan 2014, 13:16
Forum: Support 5.x
Topic: Album & Artist Art
Replies: 3
Views: 4102

Re: Album & Artist Art

Time to bump after nearly 5 weeks and 41 views. Madevil, you're probably the only one who can answer this, but it looks like my nightly rescan overwrites the values that I set for the artist art. I have meticulously organised my art over the last 10 years and sometimes the Last FM artist art is not ...
by c0utta
20 Dec 2013, 04:57
Forum: Support 5.x
Topic: Album & Artist Art
Replies: 3
Views: 4102

Album & Artist Art

Madsonic has changed the way I listen to music. No longer to I carry an iPod with me, just my BlackBerry with a 64GB microSD card. These holidays I'll purchase the Android app and see if I can get it sideloaded onto the BlackBerry. I already had a streamlined structure for album and artist art as I ...