Board index FlightGear Development New features

Help tag aircraft

Discussion and requests for new features. Please note that FlightGear developers are volunteers and may or may not be able to consider these requests.

Re: Help tag aircraft

Postby stuart » Sun Apr 23, 2017 9:41 pm

Thanks. These have been committed as well. I added 1970s, 1980s tags, and 1990s for the GR.3.

-Stuart
G-MWLX
User avatar
stuart
Moderator
 
Posts: 1629
Joined: Wed Nov 29, 2006 10:56 am
Location: Edinburgh
Callsign: G-MWLX

Re: Help tag aircraft

Postby portreekid » Tue Apr 25, 2017 10:00 pm

A6M2/A6M2-jsbsim-set.xml
Code: Select all
    <tags>
      <tag>a6m2 zero (jsbsim)</tag>
      <tag>mitsubishi</tag>
      <tag>low-wing</tag>
      <tag>tail-dragger</tag>
      <tag>retractable-gear</tag>
      <tag>single-engine</tag>
      <tag>piston</tag>
      <tag>fighter</tag>
      <tag>supercharged</tag>
      <tag>variable-pitch</tag>
      <tag>propeller</tag>
      <tag>1940s</tag>
      <tag>ww2</tag>
    </tags>

A6M2/A6M2-set.xml
Code: Select all
    <tags>
      <tag>a6m2 zero</tag>
      <tag>mitsubishi</tag>
      <tag>low-wing</tag>
      <tag>tail-dragger</tag>
      <tag>retractable-gear</tag>
      <tag>castering</tag>
      <tag>single-engine</tag>
      <tag>piston</tag>
      <tag>fighter</tag>
      <tag>supercharged</tag>
      <tag>propeller</tag>
      <tag>1940s</tag>
      <tag>ww2</tag>
    </tags>

Skyvan/skyvan-yasim-cnf.xml
Code: Select all
    <tags>
     <tag>cargo</tag>
      <tag>short</tag>
      <tag>high-wing</tag>
      <tag>tricycle</tag>
      <tag>fixed-gear</tag>
      <tag>twin-engine</tag>
      <tag>turboprop</tag>
      <tag>h-tail</tag>
      <tag>propeller</tag>
      <tag>1960s</tag>
    </tags>

I added a few manufacturers to catalogTags.py. See the pull request on fgmeta next. I hope I got it right.
portreekid
 
Posts: 651
Joined: Tue Jan 14, 2014 4:36 pm
Location: Leipzig
Callsign: PORTREE
Version: 2020.2.1
OS: Windows 10

Re: Help tag aircraft

Postby erik » Wed Apr 26, 2017 9:43 am

Almost every day I refresh the automatically generated file, removing any aircraft that had tags added to them:
http://adalin.com/ehtw.info/flightgear-metadata.txt

This should make it easy to start working on them.

As a coincidence I updated the A6M2 this morning before reading your post.

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2244
Joined: Thu Nov 01, 2007 2:41 pm

Re: Help tag aircraft

Postby portreekid » Wed Apr 26, 2017 9:54 am

Ok. I'll do the British Heavy Bombers (Halifax/Lancaster/Stirling) then the british ww2 fighters .

Super you update the file.

I'd like to propose adding h-tail as a feature
portreekid
 
Posts: 651
Joined: Tue Jan 14, 2014 4:36 pm
Location: Leipzig
Callsign: PORTREE
Version: 2020.2.1
OS: Windows 10

Re: Help tag aircraft

Postby portreekid » Wed Apr 26, 2017 10:21 am

Short-Stirling/stirling-set.xml
Code: Select all
    <tags>
      <tag>short stirling (yasim)</tag>
      <tag>short</tag>
      <tag>low-wing</tag>
      <tag>tail-dragger</tag>
     <tag>bomber</tag>
      <tag>retractable-gear</tag>
      <tag>four-engine</tag>
      <tag>piston</tag>
      <tag>propeller</tag>
     <tag>1940s</tag>
     <tag>ww2</tag>
    </tags>
   


Handley-Page-Halifax/halifax-yasim-cnf.xml
Code: Select all
    <tags>
      <tag>handley page halifax (yasim)</tag>
      <tag>handley page</tag>
      <tag>high-wing</tag>
      <tag>tail-dragger</tag>
      <tag>h-tail</tag>
     <tag>bomber</tag>
      <tag>retractable-gear</tag>
      <tag>four-engine</tag>
      <tag>piston</tag>
      <tag>propeller</tag>
     <tag>1940s</tag>
     <tag>ww2</tag>
    </tags>
   


Avro-Lancaster/lancaster-yasim-cnf.xml
Code: Select all
    <tags>
      <tag>avro</tag>
      <tag>avro lancaster (yasim)</tag>
      <tag>high-wing</tag>
      <tag>tail-dragger</tag>
     <tag>bomber</tag>
      <tag>retractable-gear</tag>
      <tag>four-engine</tag>
      <tag>piston</tag>
      <tag>propeller</tag>
     <tag>1940s</tag>
     <tag>ww2</tag>
    </tags>
   
portreekid
 
Posts: 651
Joined: Tue Jan 14, 2014 4:36 pm
Location: Leipzig
Callsign: PORTREE
Version: 2020.2.1
OS: Windows 10

Re: Help tag aircraft

Postby erik » Wed Apr 26, 2017 2:50 pm

They are committed now (and the file updated, you might need to refresh using shift+reload).
Thanks!

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2244
Joined: Thu Nov 01, 2007 2:41 pm

Re: Help tag aircraft

Postby Octal450 » Wed Apr 26, 2017 4:00 pm

For my planes which are not in FGADDON yet, you still want me to add such tags?

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: Help tag aircraft

Postby Thorsten » Wed Apr 26, 2017 5:45 pm

If they're not on FGAddon, best tag them where they are, and once work gets to FGAddon it will be tagged already.
Thorsten
 
Posts: 12490
Joined: Mon Nov 02, 2009 9:33 am

Re: Help tag aircraft

Postby Octal450 » Wed Apr 26, 2017 7:02 pm

OK Great.
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: Help tag aircraft

Postby erik » Thu Apr 27, 2017 1:59 pm

I see some new tags are added for manufacturers, great!

It would be nice to add the following too:

carrier
reconnaissance

Erik
Current: Parachutist, Paraglider, Pterosaur, Pilatus PC-9M and variants, ERCO Ercoupe, Fokker Dr.1, Fokker 50, Fokker 100
Less active: Cessna T-37, T-38, Santa Claus. Previous: General Dynamics F-16. Worked on: Wright Flyer
erik
 
Posts: 2244
Joined: Thu Nov 01, 2007 2:41 pm

Re: Help tag aircraft

Postby portreekid » Thu Apr 27, 2017 2:11 pm

Can do that and put up another pull request as my last one seems to have been acceptable. Unfortunatly my current Networks block ssh.
portreekid
 
Posts: 651
Joined: Tue Jan 14, 2014 4:36 pm
Location: Leipzig
Callsign: PORTREE
Version: 2020.2.1
OS: Windows 10

Re: Help tag aircraft

Postby elgaton » Thu Apr 27, 2017 7:16 pm

You can use HTTPS instead of SSH - just use the "git remote set-url" command to change the remote URL your repository points to and then perform a "git push". (I don't know if that works if you have 2FA enabled, though).
NIATCA 2nd admin, regular ATC at LIPX and creator of the LIPX custom scenery
elgaton
 
Posts: 1106
Joined: Tue Mar 19, 2013 5:58 pm
Callsign: I-ELGA/LIPX_TW
Version: Git
OS: Windows + Arch Linux

Re: Help tag aircraft

Postby portreekid » Wed May 03, 2017 10:10 pm

Spitfire/seafireIIIc-set.xml
Code: Select all
    <tags>
      <tag>supermarine</tag>
      <tag>low-wing</tag>
      <tag>tail-dragger</tag>
      <tag>retractable-gear</tag>
      <tag>castering</tag>
      <tag>single-engine</tag>
      <tag>piston</tag>
     <tag>variable-pitch</tag>
     <tag>propeller</tag>
      <tag>fighter</tag>
      <tag>supercharger</tag>
      <tag>1940s</tag>
      <tag>ww2</tag>
      <tag>tail-hook</tag>
      <tag>wing-fold</tag>
    </tags>
     


Spitfire/spitfireIIa-set.xml
Code: Select all
    <tags>
      <tag>supermarine</tag>
      <tag>low-wing</tag>
      <tag>tail-dragger</tag>
      <tag>retractable-gear</tag>
      <tag>castering</tag>
      <tag>single-engine</tag>
      <tag>piston</tag>
     <tag>variable-pitch</tag>
     <tag>propeller</tag>
      <tag>fighter</tag>
      <tag>supercharger</tag>
     <tag>1940s</tag>
     <tag>ww2</tag>
    </tags>
     


Spitfire/spitfireVb-set.xml
Code: Select all
    <tags>
      <tag>supermarine</tag>
      <tag>low-wing</tag>
      <tag>tail-dragger</tag>
      <tag>retractable-gear</tag>
      <tag>castering</tag>
      <tag>single-engine</tag>
      <tag>piston</tag>
     <tag>variable-pitch</tag>
     <tag>propeller</tag>
      <tag>fighter</tag>
      <tag>supercharger</tag>
     <tag>1940s</tag>
     <tag>ww2</tag>
    </tags>
     


Hurricane/hurricaneIIb-set.xml
Code: Select all
    <tags>
      <tag>hawker</tag>
      <tag>low-wing</tag>
      <tag>tail-dragger</tag>
      <tag>retractable-gear</tag>
      <tag>castering</tag>
      <tag>single-engine</tag>
      <tag>piston</tag>
      <tag>fighter</tag>
      <tag>supercharger</tag>
     <tag>1940s</tag>
     <tag>ww2</tag>
    </tags>
     



Next the German WW2
portreekid
 
Posts: 651
Joined: Tue Jan 14, 2014 4:36 pm
Location: Leipzig
Callsign: PORTREE
Version: 2020.2.1
OS: Windows 10

Re: Help tag aircraft

Postby Octal450 » Wed May 03, 2017 10:38 pm

Is this right?

Kind Regards,
Josh
Last edited by Octal450 on Thu Feb 15, 2024 8:38 am, edited 1 time in total.
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: Help tag aircraft

Postby Thorsten » Thu May 04, 2017 6:02 am

It's <tag>transport</tag> rather than <tag>passenger</tag>, but otherwise it looks all fine.
Thorsten
 
Posts: 12490
Joined: Mon Nov 02, 2009 9:33 am

PreviousNext

Return to New features

Who is online

Users browsing this forum: No registered users and 5 guests