Skip to content

Commit

Permalink
2.1.0.4
Browse files Browse the repository at this point in the history
* Corrected :
- Some fallback in language xml
- Fallback function (problem with standard mix not founding some
picture)
* Added :
- Possibity to "Fixe" a Size by media in Standard profil with :
<Target_Image_Width> and <Target_Image_Height>
- Running on 2 servers now : Mirror and main server
- New MIX Possibilty : "Text"
- rotation GDI Function with <Target_Rotation> directly in the Element.
- <source_Origin> can be put to "genre"
Don't forget to see the Wiki :
https://github.com/Universal-Rom-Tools/Universal-XML-Scraper/wiki/%5BTUTO%5D-Making-a-MIX-Template
  • Loading branch information
Universal-Rom-Tools committed Jan 25, 2017
1 parent a070199 commit a46024f
Show file tree
Hide file tree
Showing 23 changed files with 2,117 additions and 4,117 deletions.
699 changes: 0 additions & 699 deletions Include/ADO_CONSTANTS.au3.Backup.au3

This file was deleted.

375 changes: 254 additions & 121 deletions Include/_MyFunction.au3

Large diffs are not rendered by default.

2,989 changes: 0 additions & 2,989 deletions Include/_XML.au3.old.au3

This file was deleted.

2 changes: 1 addition & 1 deletion LanguageFiles/UXS-DUTCH.XML
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<datapref>
<langpref>en</langpref>
<countrypref>%COUNTRY%|nl|eu|us|jp|wor|ss</countrypref>
<countrypref>%COUNTRY%|nl|eu|wor|ss|us|jp|cus</countrypref>
</datapref>

<error>
Expand Down
2 changes: 1 addition & 1 deletion LanguageFiles/UXS-ENGLISH.XML
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<datapref>
<langpref>en</langpref>
<countrypref>%COUNTRY%|us|uk|eu|jp|wor|ss</countrypref>
<countrypref>%COUNTRY%|us|uk|eu|wor|ss|jp|cus</countrypref>
</datapref>

<error>
Expand Down
2 changes: 1 addition & 1 deletion LanguageFiles/UXS-FRENCH.XML
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<datapref>
<langpref>fr|en</langpref>
<countrypref>%COUNTRY%|fr|eu|us|jp|wor|ss</countrypref>
<countrypref>%COUNTRY%|fr|eu|wor|ss|us|jp|cus</countrypref>
</datapref>

<error>
Expand Down
4 changes: 1 addition & 3 deletions LanguageFiles/UXS-GERMAN.XML
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
</NEED_TO_BE_TRANSLATED>

<datapref>
<langpref>de|en</langpref>
<countrypref>%COUNTRY%|de|eu|us|jp|wor|ss</countrypref>
<countrypref>%COUNTRY%|de|eu|wor|ss|us|jp|cus</countrypref>
</datapref>

<error>
Expand Down
2 changes: 1 addition & 1 deletion LanguageFiles/UXS-ITALIAN.XML
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<datapref>
<langpref>it|en</langpref>
<countrypref>%COUNTRY%|it|eu|us|jp|wor|ss</countrypref>
<countrypref>%COUNTRY%|it|eu|wor|ss|us|jp|cus</countrypref>
</datapref>
<error>
<err_title>Errore</err_title>
Expand Down
2 changes: 1 addition & 1 deletion LanguageFiles/UXS-JAPANESE.XML
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<datapref>
<langpref>en</langpref>
<countrypref>%COUNTRY%|jp|us|eu|wor|ss</countrypref>
<countrypref>%COUNTRY%|jp|wor|ss|eu|us|cus</countrypref>
</datapref>

<error>
Expand Down
284 changes: 141 additions & 143 deletions LanguageFiles/UXS-PORTUGUESE.XML

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LanguageFiles/UXS-SPANISH.XML
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<datapref>
<langpref>es|en</langpref>
<countrypref>%COUNTRY%|sp|eu|us|jp|wor|ss</countrypref>
<countrypref>%COUNTRY%|sp|eu|wor|ss|us|jp|cus</countrypref>
</datapref>

<error>
Expand Down
34 changes: 34 additions & 0 deletions REQUETES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
REQUETE dedoublonnage langue


Verif doublon :

SELECT COUNT(*) AS nbr_doublon, `source`, `langue`
FROM `translate`
GROUP BY `source`, `langue`
HAVING COUNT(*) > 1

Suppression doublon

DELETE t1
FROM `translate` AS t1, `translate` AS t2
WHERE t1.id > t2.id
AND t1.`source` = t2.`source`
AND t1.`langue` = t2.`langue`
AND t1.`dest` = ''



REQUETE dedoublonnage Romsgroups

CREATE TABLE RomsGroups2 (
id int(11) unsigned NOT NULL AUTO_INCREMENT,
rom_id int(11) unsigned NOT NULL,
group_id int(11) unsigned NOT NULL,
datesupression datetime NOT NULL,
usersupression int(11) unsigned NOT NULL,
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO RomsGroups2 (rom_id,group_id) SELECT distinct rom_id , group_id FROM `RomsGroups`;
DROP TABLE RomsGroups;
RENAME TABLE RomsGroups2 TO RomsGroups
16 changes: 13 additions & 3 deletions Ressources/Countrylist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<nom_fr>Brésil</nom_fr>
<nom_de>Brasilien</nom_de>
<nom_en>Brazil</nom_en>
<nom_es>Basil</nom_es>
<nom_es>Brasil</nom_es>
<nom_pt>Brasil</nom_pt>
<parent>3257</parent>
</region>
Expand Down Expand Up @@ -162,7 +162,7 @@
<nom_fr>Monde</nom_fr>
<nom_de>World</nom_de>
<nom_en>World</nom_en>
<nom_es>World</nom_es>
<nom_es>Mundo</nom_es>
<nom_pt>Mundo</nom_pt>
<parent>0</parent>
</region>
Expand All @@ -184,6 +184,16 @@
<nom_es>Polonia</nom_es>
<parent>48</parent>
</region>
<region>
<id>3780</id>
<nomcourt>pt</nomcourt>
<nom_fr>Portugal</nom_fr>
<nom_de>Portugal</nom_de>
<nom_en>Portugal</nom_en>
<nom_es>Portugal</nom_es>
<nom_pt>Portugal</nom_pt>
<parent>48</parent>
</region>
<region>
<id>3289</id>
<nomcourt>uk</nomcourt>
Expand Down Expand Up @@ -228,7 +238,7 @@
<nom_fr>USA</nom_fr>
<nom_de>USA</nom_de>
<nom_en>USA</nom_en>
<nom_es>USA</nom_es>
<nom_es>EUA</nom_es>
<nom_pt>EUA</nom_pt>
<parent>3257</parent>
</region>
Expand Down
Loading

0 comments on commit a46024f

Please sign in to comment.