![]() |
|
[WINDOWS][PATCH]Bitstream output of HD audio formats - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: [WINDOWS][PATCH]Bitstream output of HD audio formats (/showthread.php?tid=121877) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
- PatrickBateman - 2012-02-24 20:49 @DDD Could you do me a favour? I've just noticed that for some reason my advanced settings is not being loded on any of my boxes? Now forgoe all the obvious reasons, it previously worked as I use it mainly fr DVDs (which got created as my folders re full of them) and to disable the slash... But after updating it with some new delay settings etc it's not being read? On any of my boxes? Can someone (or DDD) pop up a download for an actual (not copy and paste) XML of advanced settings that i can test fr the sake of testing. I've created a new one with splash only and yet still this does not load? Could it be a beta issue? Can you guys check your log to see if yours is defo loading? Cheers, Pat~ edit: here is my non functioning version? Correct location (as it always was) seems all correct interms of content correct naming of file etc... any ideas? Code: <advancedsettings>- voip-ninja - 2012-02-24 21:04 Patrick, There is a "stock" settings file for setting delay, etc, posted earlier in this thread, from a1165 or someone else. I have used that one and it seems to be working, it introduces -125ms audio delay on 24P content and I have not been noticing any lip sync issues. - DDDamian - 2012-02-24 21:12 @patrick - structurally looks fine - use Notepad++ (Windows) formatted as XML for easy viewing of structure. Check a11599's thread here for ins-and-outs. I don't use it myself - no delay issues (and obviously check loading in log)
- PatrickBateman - 2012-02-24 21:16 voip-ninja Wrote:Patrick, That's the one i posted with mild personal additions (dds etc) lol ![]() The thing is its not being loded in the log? Perhaps it's just my build... Nevermind. Even a standard advances settings with only 1 thing in it is not being loded by xbmc? Not bigge I'll wait until the next beta/rc and test it again... - steelman1991 - 2012-02-24 22:27 Patrick - what build are you using - as I understood it DanielaE and Damians builds are slightly different - one (Damians) includes the avdelay patch - the other DanielaE's doesn't. If you are using DanielaE's build with that advancedsetting it doesn't work at least mine didn't I had to use Damian's build. - voip-ninja - 2012-02-25 00:30 I'm curious how many download of this there have been?
- PatrickBateman - 2012-02-25 00:33 steelman1991 Wrote:Patrick - what build are you using - as I understood it DanielaE and Damians builds are slightly different - one (Damians) includes the avdelay patch - the other DanielaE's doesn't. Hi, Yea I'm using Damian's build... Interesting note though, I removed all the comments, all the tags (<gui> </gui> etc etc) and left only the actual commands in the XML, in a list with no separations etc.. Loaded fine? So there must be a formatting issue in that XML somewhere... All sorted now though, just not very friendly looking lol
- steelman1991 - 2012-02-25 00:48 They are quite sensitive - happy you got it sorted . I tend to tidy mine up before committing to the userdata folder
- DDDamian - 2012-02-25 00:54 voip-ninja Wrote:I'm curious how many download of this there have been? About 1600 from mine - can't say for Daniela's. I think a lot of users have missed this being in the Development forum. PatrickBateman Wrote:So there must be a formatting issue in that XML somewhere... Can't see it, but add comments back a few at a time and you'll spot it
- Berggren - 2012-02-25 01:02 T800 Wrote:When playing a 720p video, bring up the OSD,You Sir are nothing but a true hero ![]() This fixed my issue at once, and I did mark "use as default" so now all tvshows are playing as they should again! One happy camper here ![]() DDDamian Wrote:@Berggren, hopefully some of the help above will fix you up. There are no modifications to video processing in the build except any added as part of the Eden rollout, so you would see the same issues with stock Eden B3. The reason you may see changes after the upgrade is that Eden updates guisettings.xml with additional menu items etc.As you can see it did help me out. But the strange thing is that I have NEVER touched this setting before today. Never had any problems before with the picture not being shown on my whole tvscreen. But now I know that there is a setting that can fix this problem if it ever appears again. Thank you all for you helping me out, and doing so very quickly ![]() My Xbmc just keeps getting better and better as the weeks progresses. When and where will it end? ![]() Regards Berggren from Sweden |