I only get version 1.7.0 from this link. Is there another source?David_L312 wrote: ↑Tue Oct 04, 2022 6:51 pmDid you try grabbing the version from here (it appears to be 1.7.2):
http://mc2xml.awardspace.info/
It worked for me, but maybe I just got lucky.
mc2xml no longer working...
Forum rules
Get Help using the Schedules Direct service. NOTE: application issues are probably better resolved via the application's support methods. If you post here, at least include your application name!
Get Help using the Schedules Direct service. NOTE: application issues are probably better resolved via the application's support methods. If you post here, at least include your application name!
-
- Posts: 4
- Joined: Thu Oct 06, 2022 12:38 am
Re: mc2xml no longer working...
Re: mc2xml no longer working...
The download from the archive site is a newer version and seems to cure the problem. if you right-click and look at the properties/details (Windows11), although the version is shown as 1.7.0.0, the date modified is 08/10/2022. Checking the previous version the details were the same, but again the date modified had changed. Also, **after checking with your virus checker** remember to click the box that says the file was downloaded from somewhere else, otherwise Windows won't run it.
-
- Posts: 4
- Joined: Tue Oct 04, 2022 8:30 am
Re: mc2xml no longer working...
Yes, the version numbers look confusing. 1.7.2 was only visible on the configuration gui when running the program.MillmoorRon wrote: ↑Thu Oct 06, 2022 12:41 amI only get version 1.7.0 from this link. Is there another source?David_L312 wrote: ↑Tue Oct 04, 2022 6:51 pmDid you try grabbing the version from here (it appears to be 1.7.2):
http://mc2xml.awardspace.info/
It worked for me, but maybe I just got lucky.
-
- Posts: 4
- Joined: Thu Oct 06, 2022 12:38 am
Re: mc2xml no longer working...
Is mc2xml still developed/supported? (I can't find any links to support.)
My problem is changing channel names with a .ren file.
It doesn't work if the channel name begins with a number.
Anyone know a way around this?
My problem is changing channel names with a .ren file.
It doesn't work if the channel name begins with a number.
Anyone know a way around this?
-
- Posts: 4
- Joined: Thu Oct 06, 2022 12:38 am
Re: mc2xml no longer working...
e.g.MillmoorRon wrote: ↑Thu Sep 28, 2023 3:53 amIs mc2xml still developed/supported? (I can't find any links to support.)
My problem is changing channel names with a .ren file.
It doesn't work if the channel name begins with a number.
Anyone know a way around this?
extract from .ren file:
I147.82858.schedulesdirect.org:More4
I130.108969.schedulesdirect.org:5 Action
extract from resulting .xml:
<channel id="I147.82858.schedulesdirect.org">
<display-name>More4</display-name>
<channel id="I5 Action.108969.schedulesdirect.org">
<display-name>5ACTION</display-name>
The first line changes "display-name" as expected but the second one changes the "channel id" instead.
-
- Posts: 14
- Joined: Mon Dec 18, 2017 3:36 am
Re: mc2xml no longer working...
The documentation says:MillmoorRon wrote: ↑Thu Sep 28, 2023 3:53 amIs mc2xml still developed/supported? (I can't find any links to support.)
My problem is changing channel names with a .ren file.
It doesn't work if the channel name begins with a number.
Anyone know a way around this?
What happens if you try a ren entry of 5ACTION:5 Actionmc2xml documentation wrote:If you want to rename some channel numbers or names you can create a "mc2xml.ren" text file (in the same directory as mc2xml.dat) listing the colon separated from:to channel numbers or names on separate lines.
Ben.
-
- Posts: 4
- Joined: Thu Oct 06, 2022 12:38 am
Re: mc2xml no longer working...
This works but I wanted to link the names to the (unique) channel id rather than display-name, of which there are 3 or 4 alternatives for each channel.What happens if you try a ren entry of 5ACTION:5 Action
This works unless the name begins with an integer.