Ferkner / mediarenamer

Automatically exported from code.google.com/p/mediarenamer
0 stars 0 forks source link

Doesn't work in linux #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I know this is not a real issue. But I would love this app to work in linux
(maybe it could be ported to mono?)

Original issue reported on code.google.com by harri.vi...@gmail.com on 9 Feb 2008 at 12:52

GoogleCodeExporter commented 8 years ago
I'd second this. 
I know nothing of mono, or .net, but decided to grab the source and try 
building it
using MonoDevelop.
am getting
"[Task:File=/home/geoff/devprojects/mediarenamer/MediaRenamer/Series/OnlineParse
rTVDB.cs,
Line=27, Column=7, Type=Error, Priority=Normal, Description=The type or 
namespace
name `Ionic' could not be found. Are you missing a using directive or an 
assembly
reference?(CS0246)]" and don't know enough to move on :P

Original comment by geoff.ja...@gmail.com on 2 Feb 2009 at 11:53

GoogleCodeExporter commented 8 years ago
Unfortunately I do not have any experience with mono either. I also do not know 
if
the third party components I use are available in mono and if or how they need
adjustment to work on Linux. When 2.0 is feature complete I might give it a try 
but
since I am running Windows as my primary OS I do not intend to spend too much 
time on
it. It would be nice if there was any experienced C#+mono developer who would 
take on
the task of porting it.

Original comment by codename...@gmail.com on 3 Feb 2009 at 6:16

GoogleCodeExporter commented 8 years ago
Actually this does build in mono develop. You'll need to get rid of the 
references to
that are missing (System.Deployment, System.DirectoryServices, Ionic.Utils.Zip 
and
JsonExSerializer). Second re-add the references to Ionic.Utils.Zip and
JsonExSerializer, they are checked in to the MediaRenamer directory. After that 
you
should have no problem compiling.

For some reason I can't scan a directory. So this application isn't working for 
me. I
don't have time to look into this now, maybe some time later.

Original comment by gesquive on 24 Jan 2010 at 5:56

GoogleCodeExporter commented 8 years ago
Maybe we could set up a port to Java? Anyone else having experience in both 
Java and #C maybe would be interested in doing this with me just for fun?

Original comment by Josef.An...@gmail.com on 6 Jan 2011 at 1:22