ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Create a Mac compatible build of Radio Downloader. #55

Open ribbons opened 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 18:23:40 on 2009-03-17

It would be good to have a Mac build of Radio Downloader if this is feasible.


Imported from Bug 91 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Josh Steinhurst at 23:17:24 on 2010-12-18

Surprisingly the following is a usable workaround for Mac OSX 10.6.5 with MacPorts installed.

sudo port install wine-devel winetricks winecfg winetricks ie7 winetricks dotnet20 winetricks gdiplus cd .wine/drive_c cp Radio\ Downloader.msi radio.msi wine msiexec /i radio.msi

Crashes on EXIT and has an odd minimized window that is not connected to anything.

ribbons commented 11 years ago

Original comment from Josh Steinhurst at 00:25:19 on 2010-12-19

Crashes on EXIT and has an odd minimized window that is not connected to anything.

Further research shows that that window is the system tray. I will file a bug to create a preference to not create a system tray icon.

ribbons commented 11 years ago

Original comment from Matt Robinson at 16:56:21 on 2011-01-03

Surprisingly the following is a usable workaround for Mac OSX 10.6.5 (...)

Thanks for the workaround info - as you say, it is surprising that it works! I've currently got Radio Downloader mostly ported to c# so that it can then be compiled directly on platforms supporting mono (which include linux and OSX). It still doesn't run, but it is the first step! I'm sure this will be useful while I work towards that.

ribbons commented 11 years ago

Original comment from Josh Steinhurst at 19:02:30 on 2011-03-19

There have been some improvements to wine, 1.3.16 which reduce the number of tricks required:

sudo port install wine-devel winetricks winecfg winetricks dotnet20 cd .wine/drive_c cp Radio\ Downloader.msi radio.msi wine msiexec /i radio.msi