diff --git a/LocalRadio/Automator Scripts/LocalRadio Clean-Up.workflow/Contents/document.wflow b/LocalRadio/Automator Scripts/LocalRadio Clean-Up.workflow/Contents/document.wflow index f4dfb9d..835f5be 100644 --- a/LocalRadio/Automator Scripts/LocalRadio Clean-Up.workflow/Contents/document.wflow +++ b/LocalRadio/Automator Scripts/LocalRadio Clean-Up.workflow/Contents/document.wflow @@ -3,9 +3,9 @@ AMApplicationBuild - 419 + 444.7 AMApplicationVersion - 2.6 + 2.8 AMDocumentVersion 2 actions @@ -64,14 +64,14 @@ displayWarning explanationText - If LocalRadio crashes and fail to terminate the subprocesses correctly, use this script to kill the following processes: sox, UDPSender, UDPListener, rtl_fm_localradio, icecast, ezstream, AudioMonitor. + If LocalRadio crashes and fail to terminate the subprocesses correctly, use this script to kill the following processes: sox, UDPSender, UDPListener, rtl_fm_localradio, icecast, ezstream, AudioMonitor, and stereodemux. negativeTitle Cancel questionText Run LocalRadio Clean-up? BundleIdentifier - com.apple.Automator.Ask for Confirmation + com.apple.Automator.AskforConfirmation CFBundleVersion 1.0.2 CanShowSelectedItemsWhenRun @@ -173,7 +173,7 @@ isViewVisible location - 318.000000:199.000000 + 270.750000:199.000000 nibPath /System/Library/Automator/Ask for Confirmation.action/Contents/Resources/English.lproj/main.nib @@ -276,6 +276,12 @@ else echo "pkill AudioMonitor" pkill AudioMonitor fi + + if pgrep -x "stereodemux" > /dev/null + then + echo "pkill stereodemux" + pkill stereodemux + fi fi CheckedForUserDefaultShell @@ -390,17 +396,161 @@ fi isViewVisible location - 318.000000:382.000000 + 270.750000:450.000000 nibPath /System/Library/Automator/Run Shell Script.action/Contents/Resources/English.lproj/main.nib isViewVisible + + action + + AMAccepts + + Container + List + Optional + + Types + + + AMActionVersion + 1.0 + AMApplication + + Automator + + AMParameterProperties + + message + + tokenizedValue + + The LocalRadio Clean-up is completed. Please try launching LocalRadio.app again. + + + subtitle + + title + + tokenizedValue + + LocalRadio Clean-up Completed. + + + + AMProvides + + Container + List + Types + + + ActionBundlePath + /System/Library/Automator/Display Notification.action + ActionName + Display Notification + ActionParameters + + message + + subtitle + + title + LocalRadio Clean-up Completed. + + BundleIdentifier + com.apple.Automator.Display-Notification + CFBundleVersion + 1.0 + CanShowSelectedItemsWhenRun + + CanShowWhenRun + + Category + + AMCategoryUtilities + + Class Name + AMDisplayNotificationAction + InputUUID + 8ECB5EFE-BD53-425D-B984-A5F4AB54AB0F + Keywords + + OutputUUID + E7C2DA0B-2E87-4E7E-9292-7EDE1B58AD4F + UUID + 17810AEA-E10E-4539-A179-27F66A9F6362 + UnlocalizedApplications + + Automator + + arguments + + 0 + + default value + + name + subtitle + required + 0 + type + 0 + uuid + 0 + + 1 + + default value + + name + title + required + 0 + type + 0 + uuid + 1 + + 2 + + default value + + name + message + required + 0 + type + 0 + uuid + 2 + + + conversionLabel + 0 + isViewVisible + + location + 270.750000:640.000000 + nibPath + /System/Library/Automator/Display Notification.action/Contents/Resources/Base.lproj/main.nib + + isViewVisible + + connectors - 2C35D99D-8545-4650-B5FC-7961D0F11DE9 + 0B9E33F7-F22B-4170-B489-6E77A335B564 + + from + 1F543706-C4DE-4D1F-8710-5966E55254C7 - 1F543706-C4DE-4D1F-8710-5966E55254C7 + to + 17810AEA-E10E-4539-A179-27F66A9F6362 - 17810AEA-E10E-4539-A179-27F66A9F6362 + + 66917305-C763-4618-9E34-1B205CBA8E25 from F71504F6-88ED-4F28-9945-F7A987CB8965 - F71504F6-88ED-4F28-9945-F7A987CB8965 diff --git a/LocalRadio/Info.plist b/LocalRadio/Info.plist index 344e07f..5683e6b 100644 --- a/LocalRadio/Info.plist +++ b/LocalRadio/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.15 + 1.16 CFBundleVersion - 16 + 17 LSApplicationCategoryType public.app-category.entertainment LSMinimumSystemVersion