internet_radio/ ├── app.py # Main entry point ├── requirements.txt # Python dependencies ├── gui/ # CustomTkinter UI Components │ ├── main_window.py │ ├── now_playing.py │ ├── station_list.py │ ├── ...
public abstract class BaseBrowserFragment extends MediaBrowserFragment implements IRefreshable, MediaBrowser.EventListener, SwipeRefreshLayout.OnRefreshListener { protected static final String TAG = ...