-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mount Radio #4749
base: main
Are you sure you want to change the base?
Mount Radio #4749
Conversation
initial upload/submit
latest version
Outdated attemptThis is the first time that you have submitted a plugin here. Before the bot will build your plugin within the 'Build PR' check, someone from the approval team will need to enable builds for you. Once this is enabled, the bot will automatically build the PR. Future iterations will not require an approval for building the PR, only merging. Please hold! |
bleatbot, approve |
Head branch was pushed to by a user without write access
Outdated attemptBuilds failed, please check action output. Take care! Please test your plugins in-game before submitting them here to prevent crashes and instability. We really appreciate it!
12 Needs (
|
Type | Name | Version | Reviewed by |
---|---|---|---|
NuGet | NAudio.WinForms | 2.2.1 | |
NuGet | NAudio | 2.2.1 | reiichi001 |
NuGet | Microsoft.NETCore.Platforms | 3.1.0 | reiichi001 |
NuGet | Microsoft.Win32.Registry | 4.7.0 | reiichi001 |
NuGet | NAudio.Asio | 2.2.1 | reiichi001 |
NuGet | NAudio.Core | 2.2.1 | reiichi001 |
NuGet | NAudio.Midi | 2.2.1 | reiichi001 |
NuGet | NAudio.Wasapi | 2.2.1 | reiichi001 |
NuGet | NAudio.WinMM | 2.2.1 | reiichi001 |
NuGet | System.Security.AccessControl | 4.7.0 | reiichi001 |
NuGet | System.Security.Principal.Windows | 4.7.0 | reiichi001 |
1 hidden need (known safe NuGet packages).
Show log - Review
I made a typo in the manifest & have corrected this |
latest commit, duplicate Dalamud.Plugin.targets import removed from csproj
Outdated attemptBuilds failed, please check action output. Take care! Please test your plugins in-game before submitting them here to prevent crashes and instability. We really appreciate it!
12 Needs (
|
Type | Name | Version | Reviewed by |
---|---|---|---|
NuGet | NAudio.WinForms | 2.2.1 | |
NuGet | NAudio | 2.2.1 | reiichi001 |
NuGet | Microsoft.NETCore.Platforms | 3.1.0 | reiichi001 |
NuGet | Microsoft.Win32.Registry | 4.7.0 | reiichi001 |
NuGet | NAudio.Asio | 2.2.1 | reiichi001 |
NuGet | NAudio.Core | 2.2.1 | reiichi001 |
NuGet | NAudio.Midi | 2.2.1 | reiichi001 |
NuGet | NAudio.Wasapi | 2.2.1 | reiichi001 |
NuGet | NAudio.WinMM | 2.2.1 | reiichi001 |
NuGet | System.Security.AccessControl | 4.7.0 | reiichi001 |
NuGet | System.Security.Principal.Windows | 4.7.0 | reiichi001 |
1 hidden need (known safe NuGet packages).
Show log - Review
I think you can just declare NAudio.Wasapi 2.2.1 as a dependency instead of NAudio if you are only using MediaFoundationReader. It should fix the error related to WinForms. |
thank you very much for that, ill try now |
Updatad to use WasapiOut Added option to toggle auto stop on dismount Updated descriptions for plugin
Outdated attemptAll builds OK! Take care! Please test your plugins in-game before submitting them here to prevent crashes and instability. We really appreciate it!
3 Needs (✅ All reviewed)
1 hidden need (known safe NuGet packages).Show log - Review |
Updated Passenger Radio, removed function that was no longer needed. Added toggle for radio autoplay in settings
Outdated attemptAll builds OK! Take care! Please test your plugins in-game before submitting them here to prevent crashes and instability. We really appreciate it!
3 Needs (✅ All reviewed)
1 hidden need (known safe NuGet packages).Show log - Review |
I have updated this to only use NAudio.Wasapi which has fixed the build error. |
Hi there! I've added this to our review queue. With FFXIV Patch 7.1 maintenance on the horizon, there may be breaking changes to come relatively soon. A few notes from code review:
|
Hi reiichi, Thank you very much for your feedback! I will implement the suggested edits as soon as I can. |
Merged configuration corrected namespace in configuration.cs Removed main window in favor of using the config window as the main GUI element Merged content from main window into config window Removed sample plugin traces from code Implemented window helpers for scaled vector 2 sizes Updated MountRadio.json description Improved PlayRadio function to perform the radio initialization asynchronously, moving calls into a separate task so they don't interfere with the main thread. Updated git readme
Outdated attemptAll builds OK! Take care! Please test your plugins in-game before submitting them here to prevent crashes and instability. We really appreciate it!
3 Needs (✅ All reviewed)
1 hidden need (known safe NuGet packages).Show log - Review |
Hi Reiichi, I believe I have completed the suggested changes & I have put my commit notes in the manifest commit notes for reference. Thanks in advance. |
bleatbot, rebuild |
Outdated attemptBuilds failed, please check action output. Take care! Please test your plugins in-game before submitting them here to prevent crashes and instability. We really appreciate it!
Show log - Review |
Update For API 11
All builds OK! Take care! Please test your plugins in-game before submitting them here to prevent crashes and instability. We really appreciate it!
3 Needs (✅ All reviewed)
1 hidden need (known safe NuGet packages).Show log - Review |
Simple plugin for FF XIV that lets you use a URL radio/live music stream whenever you mount up.
Audio stops when you dismount & will start/connect again when you mount up again.
Radio can also be toggled off/on at any time, mounted or on foot
/radiomount - Open settings
/radiovolume - 1-100 change the volume on the go.
/radiotoggle - toggle radio on/off anytime