Update to 2020-08-18 10:00

master
Daniel Berteaud 4 years ago
parent 494136c555
commit 1220802920
  1. 6
      roles/ampache/defaults/main.yml
  2. 4
      roles/ampache/templates/ampache.cfg.php.j2

@ -3,10 +3,10 @@
ampache_id: "1"
ampache_manage_upgrade: True
ampache_version: '4.1.1'
ampache_config_version: 40
ampache_version: '4.2.1'
ampache_config_version: 44
ampache_zip_url: https://github.com/ampache/ampache/archive/{{ ampache_version }}.zip
ampache_zip_sha1: 744ff90039a268579551d50650ce1502ec89daf1
ampache_zip_sha1: 8d8c1a529520f2f7963d4c7e4a10d81f3bef64ab
ampache_root_dir: /opt/ampache_{{ ampache_id }}

@ -119,10 +119,8 @@ encode_get_image = "-ss %TIME% -f image2 -vframes 1 pipe:1"
encode_srt = "-vf \"subtitles='%SRTFILE%'\""
encode_ss_frame = "-ss %TIME%"
encode_ss_duration = "-t %DURATION%"
mail_type = "sendmail"
mail_domain = "{{ ansible_domain }}"
common_abbr = "divx,xvid,dvdrip,hdtv,lol,axxo,repack,xor,pdtv,real,vtv,caph,2hd,proper,fqm,uncut,topaz,tvt,notv,fpn,fov,orenji,0tv,omicron,dsr,ws,sys,crimson,wat,hiqt,internal,brrip,boheme,vost,vostfr,fastsub,addiction,x264,LOL,720p,1080p,YIFY,evolve,fihtv,first,bokutox,bluray,tvboom,info"
force_ssl = "true"
common_abbr = "divx,xvid,dvdrip,hdtv,lol,axxo,repack,xor,pdtv,real,vtv,caph,2hd,proper,fqm,uncut,topaz,tvt,notv,fpn,fov,orenji,0tv,omicron,dsr,ws,sys,crimson,wat,hiqt,internal,brrip,boheme,vost,vostfr,fastsub,addiction,x264,LOL,720p,1080p,YIFY,evolve,fihtv,first,bokutox,bluray,tvboom,info"
mail_enable = "true"
mail_type = "sendmail"
mail_domain = "{{ ansible_domain }}"

Loading…
Cancel
Save