Skip to content

Commit

Permalink
Merge pull request #4 from 007revad/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
007revad authored Aug 29, 2024
2 parents e7081bd + fee9da4 commit c6280aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
v1.0.1
- Bug fix for not installing AME. Issue #3

v1.0.0
- First release.
4 changes: 2 additions & 2 deletions videostation_for_722.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# or add OpenSubtitle changes from 3.1.1-3168 to 3.1.0-3153
#------------------------------------------------------------------------------

scriptver="v1.0.0"
scriptver="v1.0.1"
script=VideoStation_for_DSM722
repo="007revad/VideoStation_for_DSM722"
scriptname=videostation_for_722
Expand Down Expand Up @@ -478,7 +478,7 @@ if [[ ${ame_version:0:1} -gt "3" ]]; then
fi

# CodecPack (Advanced Media Extensions)
if ! check_pkg_installed CodecPack && [[ $ame_version == "30.1.0-3005" ]]; then
if ! check_pkg_installed CodecPack && [[ $ame_version != "30.1.0-3005" ]]; then
download_pkg CodecPack "3.1.0-3005" "CodecPack-${arch}-3.1.0-3005.spk"
package_install "CodecPack-${arch}-3.1.0-3005.spk" "Advanced Media Extensions"
package_stop CodecPack "Advanced Media Extensions"
Expand Down

0 comments on commit c6280aa

Please sign in to comment.