User Tools

Site Tools


computing:airsonic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:airsonic [2020/05/06 14:28] oemb1905computing:airsonic [2022/07/31 21:02] oemb1905
Line 30: Line 30:
   sudo mkdir /var/airsonic/   sudo mkdir /var/airsonic/
   sudo chown -R $USER:$USER /var/airsonic/   sudo chown -R $USER:$USER /var/airsonic/
 +  cd /var/airsonic/
   ln -s /home/nextclouddata/username/files/Music/Masters music   ln -s /home/nextclouddata/username/files/Music/Masters music
   sudo systemctl stop tomcat9.service   sudo systemctl stop tomcat9.service
Line 39: Line 40:
  
   localhost:8081   localhost:8081
 +  
 +Or, if you need to set up your instance for external access and already set up LAMP or FEMP or something equivalently secure, then you would navigate to:
  
-If you already have a proper domain setup, then consider a virtual host for your reverse proxy as follows: [[https://repo.haacksnetworking.com/oemb1905/haackingclub/tree/master/airsonic|Air Sonic virtual host config]].+  https://domain.com
  
-Peace all … oemb1905 #freesoftware #gnulinux #debian+Personally, I do leverage external access and I use apache and these virtual host configurations:  [[https://repo.haacksnetworking.com/oemb1905/haackingclub/tree/master/airsonic|Air Sonic Virtual Host Configuration Examples]].  Also, I will organize this later, but here is how to make sure the transcoder is working: 
 + 
 +  mkdir /var/airsonic/transcode 
 +  cd transcode/ 
 +  ln -s /usr/bin/ffmpeg 
 +  chown -h user:user ffmpeg 
 +  ls -alh 
 +  <lrwxrwxrwx 1 user user   15 mai    4 19:57 ffmpeg -> /usr/bin/ffmpeg> 
 + 
 +Okay, so AirSonic is deprecated and now there is AirSonic advanced. You can download the current ''.jar'' files here: 
 + 
 +  https://github.com/airsonic-advanced/airsonic-advanced/releases 
 +  wget https://github.com/airsonic-advanced/airsonic-advanced/releases/download/11.0.0-SNAPSHOT.20220625052932/airsonic.war 
 +   
 +Once you run the .war it will create all necessary sub folders. I am still not clear on how to migrate meta-data between instances. The wget above is for the .war that is current as of this post; make sure to always check!
      
- --- //[[jonathan@haacksnetworking.com|oemb1905]] 2019/12/30 04:38//+ --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/07/31 15:00//
computing/airsonic.txt · Last modified: 2023/12/25 18:23 by oemb1905