Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.

My gift to the VATSIM and Twitch communities...


Robert Shearman Jr
 Share

Recommended Posts

Mark Wolpert
Posted
Posted

Sorry, a technical question.

 

I found only on "filter" entry in the xml file. I copied and pasted your code and then opened Vatspy. Not sure what I am looking for, is the information in the "Filters" tab just listing who is online or do we see something on the map ?

847924.png
Link to comment
Share on other sites

Robert Shearman Jr
Posted
Posted (edited)
I found only on "filter" entry in the xml file. I copied and pasted your code and then opened Vatspy. Not sure what I am looking for, is the information in the "Filters" tab just listing who is online or do we see something on the map ?

Hi Mark -- I'll answer in more detail when I get home this evening, but, in the .xml there should be a set of tags called "Filters" (PLURAL) and this code with the SINGULAR "Filter" tags should go BETWEEN them.

 

Then when you open VATSpy at the top there's a little funnel icon and a drop-down box next to it. There should now be an option in that drop-down called "Twitch Streamers." Selecting that will take you to a page listing the controllers and pilots currently online who match that criteria, and then if you switch back to the "Map" tab they should be highlighted in some fashion. Under "Settings" there are options for configuring how the highlighted data tags (for the pilots) appear -- no highlight occurs for matching controllers, but you can go to that list page to see if any controllers are online who appear on that list. I'll post screenshots for you about 12 hours from now, unless someone beats me to it!

 

Also -- I'll update the list with the new ones I've found since then as well as all the ones that have been posted here!

Edited by Guest

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

Robert Shearman Jr
Posted
Posted

Mark -- I see it now. My bad! At first, there is only one tag as it looks like this

<Filters />

 

Split that into these

<Filters>

</Filters>

 

And THEN paste that list into the middle.

 

Here's a step-by-step, starting with going under Windows Explorer then "Organize" and "Folder and Search Options" to change hidden files/folders to view-able :

https://i.imgur.com/4FuL4yQ.png

https://i.imgur.com/PP8Hg45.png

https://i.imgur.com/IiOK13z.png

https://i.imgur.com/iC0WGbb.png

https://i.imgur.com/DJUOhVx.png

https://i.imgur.com/mINdabN.png

https://i.imgur.com/I1Aeaqd.png

https://i.imgur.com/wkcmTOX.png

https://i.imgur.com/pcB4SN3.png

https://i.imgur.com/MaKSQ3F.png

 

Hope that helps!

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

Mark Wolpert
Posted
Posted

Thanks this helps.

847924.png
Link to comment
Share on other sites

Mark Wolpert
Posted
Posted

Strange thing going on. using Notepad++ to edit, following exactly the edits but when Vatspy starts up it seems to generate it own new xml file and wipes out my edits. Not sure how to fix this.

847924.png
Link to comment
Share on other sites

Robert Shearman Jr
Posted
Posted

Make sure you save and close it in Notepad before running VATSpy. Running (& in particular, *closing*) VATSpy will strip out the comments which identify the username -- but, it will leave the list of CIDs, the filter will still show a list of matches currently online, & highlight them on the map.

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

Richie Queally 1394209
Posted
Posted

Would you mind adding me? richie_queally (1394209).

Richie Queally

Facility Engineer, CZVR

[email protected]

czvr.vatcan.ca

Link to comment
Share on other sites

Mark Wolpert
Posted
Posted
Make sure you save and close it in Notepad before running VATSpy. Running (& in particular, *closing*) VATSpy will strip out the comments which identify the username -- but, it will leave the list of CIDs, the filter will still show a list of matches currently online, & highlight them on the map.

 

OK thanks, got it working now.

847924.png
Link to comment
Share on other sites

Mark Wolpert
Posted
Posted

Robert, now that I have this working I realize that its really nice to see the twitch streamers highlighted and I wonder if you can write some code that I can use for my VA to see other VA pilots. The VA is BAV so I would want to see all BAW callsigns or BAV in the comments highlighted. Thanks!

847924.png
Link to comment
Share on other sites

Robert Shearman Jr
Posted
Posted

The "code" would more appropriately be considered Ross Carlson's. This is just a data file.

 

The block I provided can be easily adapted to what you want if you have a list of CIDs for your members. Once you have the Filters tags split, you can put as many different filters (which start and end with Filter, singular) in as you want, and then each one will become a drop-down option at the top of the VAT-Spy window. Just change the name from "Twitch Streamers" to "BAV" or whatever you want, and then change the list of CIDs. If you have a way to auto-export that list and copy-and-paste it into the file, that'll save you some typing, although you'll still need to paste in all of the String tags. XML format in simple terms is nested chunks of data which start and end with tags; the tags start with < and end with >, and then the tags marking the end start with < / and end with >.

 

<Filters>
  <Filter>
  </Filter>
  <Filter>
  </Filter>
</Filters>

 

There is a way to add filters that look for certain callsigns, though I've never played with that. If I get a chance this weekend I'll poke around and try to find it, but, play with the "Filters" menu in VAT-Spy and you may be able to experiment and work it out.

 

I do not know whether there is a VAT-Spy filter setting that seeks strings in flightplan remarks. Again, that's something I may be able to poke around this weekend and find. Ross Carlson, the software developer, is active on the forums as well, although if the feature exists, it's probably in the docomeentation, and he will likely (and rightly) refer you to find what you're looking for there.

 

Hopefully that's enough of a nudge that you can figure it out from there!

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

Mark Wolpert
Posted
Posted

Cool thanks.

847924.png
Link to comment
Share on other sites

Kieran Samuel Cross
Posted
Posted

Two from TRvACC:

 

1278388 (1278388)

1416894 (EU_Nova)

Kind Regards,

Kieran Cross,

 

28.png

Link to comment
Share on other sites

Robert Shearman Jr
Posted
Posted
There is a way to add filters that look for certain callsigns, though I've never played with that. If I get a chance this weekend I'll poke around and try to find it, but, play with the "Filters" menu in VAT-Spy and you may be able to experiment and work it out.

Mark, I don't know whethwe you already stumbled across this yet, but this should help...

8fZy7lt.png

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

  • 1 month later...
Robert Shearman Jr
Posted
Posted

I caught one from another forum post (1374485 AsharkYT), and just as a shameless plug, added my own (1155655 SlantAlphaAdventures) which I got up and running today...

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

  • 5 months later...
Alessandro Buscaglione
Posted
Posted

Please add me Unya12

Alessandro Buscaglione

VATITA Director ACCIT1

[email protected] --- [email protected]

Link to comment
Share on other sites

  • 2 weeks later...
Robert Shearman Jr
Posted
Posted
Please add me Unya12

Be glad to, especially for someone who probably joined VATSIM the same day I did, LOL!

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

Zain Khan
Posted
Posted

Ah, made it on the original list

 

This is some cool stuff. Hopefully VATSIM can link up with streamers and also use streams to talk VATSIM, good things, constructive criticism etc. so this keeps thriving on.

Zain Khan NZAA - 1345074

 

Enroute Controller (C1)

Pacific Oceanic Partnership Oceanic Endorsed Controller (/O)

VATSIM New Zealand

 

http://www.twitch.tv/zkaviator

http://www.instagram.com/zkaviator

Link to comment
Share on other sites

Chriss Klosowski
Posted
Posted

Add chrissKLO, thanks in advance!

CHRISS KLOSOWSKI
Division Director, VATSIM Middle East & North Africa  
VATSIM Network Senior Supervisor, Team 5
##  [email protected] 
##
 http://vatsim.me/    
     

1185353147_Signature(1).png.e6818c4256541cb309a1888bad7c9d33.png

Link to comment
Share on other sites

  • 4 weeks later...
Robert Shearman Jr
Posted
Posted

Added a couple more; original post updated.

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

Alessandro Buscaglione
Posted
Posted
Please add me Unya12

Be glad to, especially for someone who probably joined VATSIM the same day I did, LOL!

giphy.gif

Alessandro Buscaglione

VATITA Director ACCIT1

[email protected] --- [email protected]

Link to comment
Share on other sites

Mats Edvin Aaro
Posted
Posted

ATC streamer (for now, will see if I can get myself to fly some )

DotWallop - 1227980

Mats Edvin Aarø
Assistant to the Vice President - Supervisors
VATSIM General Manager: Member Engagement
[email protected]

VATSIM logo new

Link to comment
Share on other sites

  • 3 weeks later...
Robert Shearman Jr
Posted
Posted

Had you on there already, Mats!

 

Just added a couple more; original list has been updated.

Cheers,
-R.

fvJfs7z.png

Link to comment
Share on other sites

 Share