![]() |
|
[RELEASE] PseudoTV Addon: Virtual EPG and TV Channel Surfing Script - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] PseudoTV Addon: Virtual EPG and TV Channel Surfing Script (/showthread.php?tid=90738) 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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 |
- neriyahir - 2011-11-03 23:59 Jason102 Wrote:As I've mentioned before, I'm considering putting in a key configuration tool. I don't have any real solution for you right now regarding that. I'll be on a business trip for a week so I may get a chance to work a bit on it there. Well, y knew why it happened. Checking the settings2.xml file, I saw that the channel 9 (that was with the problem) had a "setting value=7", that means it was configurated for playing a directory with videos without scrape. I turned that value to "0" (playlist), and voila! Now i can get the Configuration Channel. But now, i have a doubt: In fact, i was looking a channel for videos in a Folder, but this folder is not in the library, cause only has advertments, 'cause i wanna see a little more realistic the Pseudotv, so i was creating a channel from that directory, but when i try to select that folder, the XBMC explorer only show units H and D (D is de DVDrom, and H is a virtual dvd unit), i can't see the local drive C:. Any idea why? So, I supose when i was looking the folder with advertments, keep the channel configurated for directory, and i didn't selected a specific directory, so all my videos was registered for that channel and that was the reason o couldn't modified it. It's a guessing of course. PD: sorry my bad english, i'm a mexican student and i can't speak english very well.
- Sranshaft - 2011-11-04 00:56 Amelandbor Wrote:Hmm ok. That's the reason you're seeing the visual glitch. The dharma version is not supported anymore as Jereon has moved on to the pre-Eden (nightly) releases of XBMC. As such, the PseudoTV skin for is built using this pre-Eden version of reFocus. - Amelandbor - 2011-11-04 01:17 Sranshaft Wrote:That's the reason you're seeing the visual glitch. The dharma version is not supported anymore as Jereon has moved on to the pre-Eden (nightly) releases of XBMC. As such, the PseudoTV skin for is built using this pre-Eden version of reFocus. Ok thanks for the info - Amelandbor - 2011-11-04 11:53 One quick question. Can I just edit the settings2.xml to create channels instead of using the configurator?? This would be way faster. If so, what does Channel_1_time for example mean? - Keeper - 2011-11-04 12:22 neriyahir Wrote:But now, i have a doubt: In fact, i was looking a channel for videos in a Folder, but this folder is not in the library, cause only has advertments, 'cause i wanna see a little more realistic the Pseudotv, so i was creating a channel from that directory, but when i try to select that folder, the XBMC explorer only show units H and D (D is de DVDrom, and H is a virtual dvd unit), i can't see the local drive C:. Any idea why? Share your c d and e drives in xbmc's "file manager" I have no idea why this needs to be done first - Jason102 - 2011-11-04 19:21 Quote:Share your c d and e drives in xbmc's "file manager". I have no idea why this needs to be done first This is exactly what needs to be done, and I also don't really know why. I don't have control over that part, though. Quote:Can I just edit the settings2.xml to create channels instead of using the configurator? It's certainly possible, but it wouldn't be easy...it's meant to be read by the script, so it's not very forgiving on errors. The Channel_x_time value says exactly where in the playlist (in seconds) that it left off on the last exit. Quote:And is there not some sort of way I can change the keymap for the specific window PseudoTV is in?? It really depends. The action definitions are in globals.py. The use of the actions are in the onAction function in EPGWindow.py and Overlay.py. Again, something that's not really meant to be touched. As I've said, I may have a better solution soon. - oo_void - 2011-11-04 23:00 Sranshaft Wrote:That's the reason you're seeing the visual glitch. The dharma version is not supported anymore as Jereon has moved on to the pre-Eden (nightly) releases of XBMC. As such, the PseudoTV skin for is built using this pre-Eden version of reFocus. I'm also seeing similar issues under ReFocus. I'm using nightlies and git versions of both the skin and pluin, so dependancies issues may be the root cause. - neriyahir - 2011-11-04 23:18 Keeper Wrote:Share your c d and e drives in xbmc's "file manager" Thank you! Hey! ur the same Keeper from the channel configuration!? LOL - Sranshaft - 2011-11-05 07:39 oo_void Wrote:I'm also seeing similar issues under ReFocus. I'm using nightlies and git versions of both the skin and pluin, so dependancies issues may be the root cause. If you're using the nightlies and still having trouble try downloading this http://dl.dropbox.com/u/3687220/skin.refocus%20for%20PseudoTV%202.0.0.zip and replace the version that is included with PseudoTV. - KidKiwi - 2011-11-06 02:17 Last time I tried this plugin, it wouldn't load. Now it seems to be working great. I have two simple questions though... 1 - Using the skip chapter button jumps to the next show. How do you skip chapters? (Perhaps this is something that will be sorted with the keymap thingee mentioned above??) 2 - Is it possible to stop the script from adding bookmarks for all the shows that aren't finished?? (I use a SPL to return "In Progress" items (movies/episodes not finished - that is...this script populates my SPL with untold items if I'm channel surfing and only watching segments of each channel :shocked ![]() PS. I have to laugh about this. Quite a few years ago I posted asking for something like this script. Not a single person was interested (I don't have the skills to do it ) Then this and TVTime were released in short time of each other. How times change. ![]() Thx for the effort on this. It's great. |