I have a little problem with roms with "too much complete name"
eg : Very long name rom (editor) (special version) [EU] (work only in this mode) (Disk 2).zip
The display can't be complete on mGalaxy. I rename all my rom (eg I delete editor) but sometime the info in name is usefull.
It s possible to display the rom like this
Very long name rom (editor) (special version) [EU] (work only in this mode) (Disk 2).zip
But it s still heavy, or display only "Very long name rom" in rom list and complete name only under the screeshoot, but It s not visible enought for me, really bad eyes ^^.
Use 2 lines for long name ?
Any ideas ?
How to display rom name.
-
- Newbie
- Posts: 6
- Joined: Thu Sep 19, 2013 8:05 am
Hi,
my opinion:
let the romname as short as possible (like the mame-roms, for example "dkong.zip")
and in the the Database the complete name (or name you like), look into cutout from Model2-Database:
<game name="bel" cloneof="">
<description>Behind... Enemy Lines</description>
<genre>Shooter</genre>
<players></players>
</game>
OK, perhaps a lot of work to do, but i think the resultate is quite good...
Digital
my opinion:
let the romname as short as possible (like the mame-roms, for example "dkong.zip")
and in the the Database the complete name (or name you like), look into cutout from Model2-Database:
<game name="bel" cloneof="">
<description>Behind... Enemy Lines</description>
<genre>Shooter</genre>
<players></players>
</game>
OK, perhaps a lot of work to do, but i think the resultate is quite good...
Digital
[quote="Aeliss"]
I have a little problem with roms with "too much complete name"
Any ideas ?
[/quote]
Aeliss,
The name of the game is (of course) displayed in the main scrolling list...but the width of this display isn't enough for many games to be displayed entirely.
That's the reason why this name is displayed under the snapshot too..with more space free, to allow the vast majority of games to be displayed properly.
This place was enough to display Mame games' name (just a VERY few games still missed a few characters to be complete)...but now that mGalaxy is opened to other systems the naming convention of those games might even be longer, you're right!
So, I can announce you that this "one line" restriction has been removed :-) (available in next mGalaxy version)
I have a little problem with roms with "too much complete name"
Any ideas ?
[/quote]
Aeliss,
The name of the game is (of course) displayed in the main scrolling list...but the width of this display isn't enough for many games to be displayed entirely.
That's the reason why this name is displayed under the snapshot too..with more space free, to allow the vast majority of games to be displayed properly.
This place was enough to display Mame games' name (just a VERY few games still missed a few characters to be complete)...but now that mGalaxy is opened to other systems the naming convention of those games might even be longer, you're right!
So, I can announce you that this "one line" restriction has been removed :-) (available in next mGalaxy version)
Code: Select all
this "one line" restriction has been removed
Yep digital.arts, you are right, I will make a script to make xml script just with rom folder, and remove all the tags, but there is still problems for some rom like this one "A Life M36 Planet - MotherBrain has Been Aliving (JP).zip".
I think I will combine the 2 methods, clean the name with database, and for the rare too long name, use the 2 lines function ^^.
It s fantastic It s the first "application made on demand" I know
-
- Newbie
- Posts: 13
- Joined: Wed Sep 11, 2013 11:27 pm
Could it also be an idea to add a "display name"-tag in the main xml? This way you can keep the original long name with additional information, and you can have mGalaxy display your own custom short name. This could even be toggled, whether to display "full name" or "short name".
I feel bad about stripping the additional information from the main xml, as I sometimes need it.
I feel bad about stripping the additional information from the main xml, as I sometimes need it.
I haven't tried yet but the line
isn't enought to display a short name ?
Code: Select all
<description>Name without tag</description>
-
- Newbie
- Posts: 13
- Joined: Wed Sep 11, 2013 11:27 pm
[quote="Aeliss"]
I haven't tried yet but the line
isn't enought to display a short name ?
[/quote]
Yes, this is what I've done. But when doing it this way, the additional information is lost forever. With an additional field, you can keep the full name with revision and stuff in <description>, and an optional short name in for exampel <display name>. Then it can be toggled, whether you want to display the <description> or the <display name>.
Also, if you change the <description> tag, it will mess up your favorites. This is my biggest problem, acutally. If I change the <description>, the game is removed from favorites and needs to be re-added.
I haven't tried yet but the line
Code: Select all
<description>Name without tag</description>
[/quote]
Yes, this is what I've done. But when doing it this way, the additional information is lost forever. With an additional field, you can keep the full name with revision and stuff in <description>, and an optional short name in for exampel <display name>. Then it can be toggled, whether you want to display the <description> or the <display name>.
Also, if you change the <description> tag, it will mess up your favorites. This is my biggest problem, acutally. If I change the <description>, the game is removed from favorites and needs to be re-added.