2008-11-01, 09:25 PM
(This post was last modified: 2008-11-02, 05:18 PM by mvallevand.)
Yes it is November, but I have uploaded a "new" alpha dongle which enables FLAC and OGG support that wouldn't work with GBPVR. The command line option remains the same --em-flac which enables native processing of FLAC and vorbis audio files. To enable this in GBPVR make these changes to config.xml and restart the Recording Service.
For those of you who have difficulty establishing a share or think that a guest share is evil there is a new config.xml setting
I would recommend changing --emulate ? to --emulate xx.xx.xx.xx to match the IP of your GBPVR server, and add --em-flac if you want it. The & is very important it is just the & in xml format.
Martin
Code:
<MvpTranscodeFLAC>false</MvpTranscodeFLAC>
<MvpTranscodeOGG>false</MvpTranscodeOGG>
For those of you who have difficulty establishing a share or think that a guest share is evil there is a new config.xml setting
Code:
<MvpmcStartupConfig>mvpmc --startup emulate --emulate ? &</MvpmcStartupConfig>
I would recommend changing --emulate ? to --emulate xx.xx.xx.xx to match the IP of your GBPVR server, and add --em-flac if you want it. The & is very important it is just the & in xml format.
Martin