You are viewing a potentially older version of this package. View all versions.
ThePotato-Potato_Radio-0.0.8 icon

Potato Radio

Allows you to listen to listen to various YT-DLP compatible URLs.

Date uploaded a week ago
Version 0.0.8
Download link ThePotato-Potato_Radio-0.0.8.zip
Downloads 468
Dependency string ThePotato-Potato_Radio-0.0.8

This mod requires the following mods to function

NotNet-GDWeave-2.0.13 icon
NotNet-GDWeave

Mod loader & runtime script patching for Godot

Preferred version: 2.0.13
Sulayre-Lure-4.2.0 icon
Sulayre-Lure

API to make adding content to WEBFISHING easier, faster and compatible.

Preferred version: 4.2.0
LoafWF-TitleAPI-1.0.3 icon
LoafWF-TitleAPI

Allows Mod Developers to register their own Titles!

Preferred version: 1.0.3

README

Potato Radio

Potato Radio uses yt-dlp to stream music from any website supported by the yt-dlp project.

Compatible sites: https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md

Troubleshooting

If you are having issues with the radio not working, try the following:

Navigate to: %AppData%\Godot\app_userdata\webfishing_2_newver\PotatoRadio\

This directory should contain three files:

  • ffmpeg.exe
  • ffprobe.exe
  • yt-dlp.exe

Missing ffmpeg.exe or ffprobe.exe

  1. Download ffmpeg from here

  2. Open the 7z file and open the bin folder.

  3. Extract the ffmpeg.exe and ffprobe.exe files to %AppData%\Godot\app_userdata\webfishing_2_newver\PotatoRadio\

Missing yt-dlp.exe

  1. Download yt-dlp.exe from here

  2. Place the yt-dlp.exe file in %AppData%\Godot\app_userdata\webfishing_2_newver\PotatoRadio\

Required Dependencies:

GDWeave

Lure

CHANGELOG

0.0.17

  • Fixed stop listening not stopping the current radio

0.0.16

  • Fixed playback sync issues (didn't know west added a whitelist to actor actions "custom_valid_actions")

0.0.15

  • added TitleAPI as a dependency

  • IamKikin and Nowaha enjoy your titles

0.0.14

  • fixed compability with r2modman by patching the assembled gdc file with gdweave

0.0.13

  • added some playback information to the gui

  • current video name is now displayed in the gui

  • current video duration is now displayed in the gui

0.0.12

  • fix gdnative path

0.0.11

  • pushed the wrong gui version

0.0.10

  • enabled the checkbox for the radio to despawn when the player leaves the server

0.0.9

  • switched to rust-tls to fix wine TLS issues when downloading dependencies

  • better handling of the ffmpeg download process

0.0.8

  • added file checksum validation to the download process for the dependencies

0.0.7

  • update the readme to add troubleshooting steps

0.0.6

  • add a volume slider

0.0.5

  • pumped up the volume
  • potentially fixed the issue downloading deps

0.0.4

  • fixed a bug where the game would crash when the prop was replaced and a url was played again
  • added a system where you can select which radio to listen to
  • gui hidden by default

0.0.3

  • actually fixed the bug where dependencies were not being installed

0.0.2

  • fixed a bug where dependencies were not being installed

0.0.1

  • Initial release