- Admin
- #81
Sure, as a designer I want to design@ge2301
Are you interested in designing those screens?
What would be exactly my role? Supporting as designer or creating completely the xaml code?
So for all these things I'd need a Dev in parallel.
Sure, as a designer I want to design@ge2301
Are you interested in designing those screens?
Germany
As far as I know there is nothing like that available in MP2, I modified the MPExtended Encryption file for MP2Ext to use also the MotherboardID. So if the pw gets stolen you can't decrypt it unless you have this id^^Password:
The password is saved in the settings XML as plain text In the MP1 Trakt version there is an encrypt and decrypt method:
https://github.com/trakt/Trakt-for-...ktPlugin/Extensions/SecurityExtensions.cs#L14
@morpheus_xx
Should I use it, or maybe is something similar already available in MP2?
designingWhat would be exactly my role?
There is SerializableNetworkCredential - which is already used in the NetworkNeighborhoodResourceProvider to store the network credentials. The good thing is that - because it's implemented as IXmlSerializable - you can just use it in a settings class and it will automatically be written to the settings file encrypted. Have a look at the NetworkNeighborhoodResourceProviderSettings.As far as I know there is nothing like that available in MP2, I modified the MPExtended Encryption file for MP2Ext to use also the MotherboardID. So if the pw gets stolen you can't decrypt it unless you have this id^^Password:
The password is saved in the settings XML as plain text In the MP1 Trakt version there is an encrypt and decrypt method:
https://github.com/trakt/Trakt-for-...ktPlugin/Extensions/SecurityExtensions.cs#L14
@morpheus_xx
Should I use it, or maybe is something similar already available in MP2?
Maybe it helps![]()
Germany
Germany
Ah, I remember. But I don't know if we can (or better should) support this. The number of audio channels is a property of an audio stream. A video (especially DVD/BD) can have multiple audio streams: DE AC3, DE MP2, EN AC3,... So what to report then? Max: 6, Min: 2, Sum: 14?I still need to get the Audio Channels number