I would contact BitDefender support - there is nothing dangerous about TVGL SourceForge would not have allowed it, and you can also see on VirusTotal that only bit defender thinks this for some reason: https://www.virustotal.com/gui/url/95fdcdde58d497a67e3a26396a13cc4cb842e292c805cc84ec83b43b8f343c93 Feel free to build from source if you're still worried...
This is a very interesting idea. Monitoring all executables according to an arbitrary filter would be too complex, likely requiring a file system driver: https://stackoverflow.com/a/1109590/67824 However, there seems to be a simple and elegant way to monitor all processes by name from a pre-defined list: https://stackoverflow.com/a/2682447/67824 A couple of follow-up questions: 1. Why manage a list in TVGL instead of just creating TV shortcuts for those programs? 2. Why prompt and not execute according...
Prompt before exe from list/specific drive starts
Hey, sorry for the long delay, I never got notifications for threads here for some reason :( Unfortunately TVGL changes the default audio output globally so that won't work, not even sure what you're asking is possible without writing an audio driver or something similarly complex... Some games let you choose the audio device in their settings though, so that might persist even if the default audio device changes.
URL works for me. I'm guessing you don't have the recorder configured correctly in the settings (MPlayer or VLC). You have tutorials on YouTube that show you how to config them. If that's not the case, please post the full log.
Hi Simon, These should really be two separate tickets. Honestly though I don't know when I'll get to work on this project, as I mentioned above I I'm tied up with other projects (not to mention real life work). Best, Ohad
Hi Simon, These should really be two separate tickets. Honestly though I don't know when I'll get to work on this project, as I mentioned above I I'm ties up in other projects (not to mention real life work). Best, Ohad
Not to me, but it sounds it could be useful for talented folks who actually do proper editing and re-encoding :)
Ah, I see, thanks for clarifying!
Thanks! Say, I noticed that when I append multiple mp4 files and then do File->Export->Stream Copy I end up with an mp4 containing the contents of the first file only... what am I missing? (I'm basically trying to merge multiple mp4s into one)
Better file joining / merging story
Again, I'm using nircmd which accepts the .\DISPLAY2. syntax so this is what I'll keep on using as the underlying identifier. EDID would be used for display purposes. And hey, Windows is not stupid ;)
Hi Stian, By EDID support I meant displaying the EDID information as a visual aid, not actually using them for monitor resolution (like you said they are not guaranteed to be unique). For the same reason, I won't try and use a substring of the device name for audio. I need something that is guaranteed to be unique by the OS. BTW, TVGL is using nircmd uder the covers which expects identifiers like \.\DISPLAY2. So if Windows changes the identifiers I'm afraid you'll have to modify the shortcut or run...
Hi Stian, You raise a good point. I should be able to do this using SetupAPI and EDIDParser / KaiTai. Or maybe even run MultiMonitorTool / MonitorInfoView and parse their output csv/xml (to save myself the Win32 P/Invoke headache). When I get the time, I'm hoping to move this project to GitHub and make some changes, so I'll take a crack at this one too. In the meanting, since this "blind identification" is just a one-time thing it's not the end of the world... Thanks, Ohad
Hi Stian, You raise a good point. I should be able to do this using SetupAPI and EDIDParser. Or maybe even run MultiMonitorTool / MonitorInfoView and parse their output csv/xml (to save myself the Win32 P/Invoke headache). When I get the time, I'm hoping to move this project to GitHub and make some changes, so I'll take a crack at this one too. In the meanting, since this "blind identification" is just a one-time thing it's not the end of the world... Thanks, Ohad
Hi Stian, You raise a good point. I should be able to do this using SetupAPI and EDIDParser. Or maybe even run MultiMonitorTool / MonitorInfoView and parse its output csv/xml (to save myself the Win32 P/Invoke headache). When I get the time, I'm hoping to move this project to GitHub and make some changes, so I'll take a crack at this one too. In the meanting, since this "blind identification" is just a one-time thing it's not the end of the world... Thanks, Ohad
After you close the game, does TVGL revert the main display back to be the PC monitor...
After you close the game, does TVGL revert the main display back to be the PC monitor?...
Hi, Apologies for the long delay. Please provide the following: A screenshot of your...
Hi, Apologies for the long delay. Please provide the following: A screenshot of your...
Hi, Apologies for the long delay. Please provide the following: 1. A screenshot of...
There is no installation for StreamRecorder.NET, therefore no uninstallation. Just...
Please navigate to C:\TVGL before you run the command (cd C:\TVGL)
Regarding the screen names, I'm getting them from the OS, so they are likely to change...
Interesting, maybe I'll try using short paths. In the meantime, try putting TVGL...
You know what's more basic than a hex editor? Uploading an MP3 file. But I digress....
You know what's more basic than a hex editor? Uploading an MP3 file. but I digress....
I realized my answer could use some clarification (1) I believe this is a taglib-sharp...
I went over the taglib-sharp code, and it seems your request should be possible to...
I went over the taglib-sharp code, and it seems your request should be possible to...
I've been going over the taglib-sharp code, and it seems your request should be possible...
I've been going over the taglib-sharp code, and it seems your request should be possible...
I'm not going to mess around the MP3 with a hex editor, but I just used taggersharp...
I'm not going to mess around the MP3 with a hex editor, but I just used taggersharp...
These appear to be taglib-sharp (the library I'm using) limitations. If you share...
What exactly do you mean by "fail" and "succeed"? Could you provide a specific command...
OK, that should be easy enough
Hi J.P., So just to be clear, you'd like lists to be colon-delimited rather than...
Hi J.P., Could you please provide a sample command line, what you expect to happen,...
Fixed shell execution
More FxCop fixes
Shell execution. Defined static analysis ruleset.
Fixed FxCop warnings
FxCop warnings
Copying readme and changelog to output dir
temp
test
Fixed minor metadata display issues
moved dialog code to codebehind (improve MVVM d...
Fixed bug for systems with a single display
incremented version and updated changelog
Fixed disconnected devices bug for systems with...
clarified tooltip for Duplicate display settings
Added fatal exception message
Aelij code review + bug fixes
That's good to know, thanks for reporting back!
remove dash from shortcut suffix
improved swapping shortcuts, fixed versioning
Added generic TV and monitor shortcuts
Yes, it will work with any application. In fact, I use it with MediaPortal.
HDMI problem
Hi Blue, I'm afraid this is unrelated to TvGameLauncher which simply switches the...
Clarified executable location dialog title for ...
fixed readme
Fixed batman Arkham City sample description. Ad...
Changed combobox order and added tooltips. upda...
Added Console logger. Added missing files.
finished settings
Darkener complete
working on settings
Run on TV working
Darken working
url parsing works
Working version
Yet more WPF
more wpf and some interop
fixed gui a bit
initial wpf gui
I'm glad to hear that, enjoy the program !
Open the Task Scheduler window, locate the StreamRecorder.NET task and make sure...
Open the Task Scheduled window, locate the StreamRecorder.NET task and make sure...
remove redundant structs
shared struct
namespace fix
InternetShortcut
Added support for lnk parsing
1.0.0.1
added missing files
added -k switch to readme samples
readme
steam readme
copy readme
Process watcher
icon
first working version
initial commit