2014-06-06, 20:27
unfortunately Pneumatic gives me a script error all the time with Gotham, seems like its broken
(2014-07-03, 21:46)timgt Wrote: It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine.
Popeye, is there any way to have Pneumatic look in the par2 file before anything else? This file is what shows what order the .rar files are in when they use the format like .10, .11, .12, etc. which are out of order.
These are the files that Pneumatic fails to find a playable file in. I'm sure it would require a lot of work but is it possible that this is the solution for the encrypted/hashed files that fail to play??
(2014-07-03, 21:46)timgt Wrote: It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine.
Popeye, is there any way to have Pneumatic look in the par2 file before anything else? This file is what shows what order the .rar files are in when they use the format like .10, .11, .12, etc. which are out of order.
These are the files that Pneumatic fails to find a playable file in. I'm sure it would require a lot of work but is it possible that this is the solution for the encrypted/hashed files that fail to play??
(2014-07-11, 23:49)timgt Wrote: Then the addon.xml needs modified for those as well. They work cause I use them.
EDIT: never mind. I'm glad you got it working. You wrote that reply same time I wrote mine. Lol
(2014-08-05, 08:32)tinykingdoms Wrote: Can someone tell me what I'm doing wrong?
http://imgur.com/j6FOD2l.png
python -V
Python 2.7.6
(2014-07-03, 21:46)timgt Wrote: It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine.
Popeye, is there any way to have Pneumatic look in the par2 file before anything else? This file is what shows what order the .rar files are in when they use the format like .10, .11, .12, etc. which are out of order.
These are the files that Pneumatic fails to find a playable file in. I'm sure it would require a lot of work but is it possible that this is the solution for the encrypted/hashed files that fail to play??
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.popey" name="Popeye's Repo" version="1.0.1" provider-name="Popeye">
<extension point="xbmc.addon.repository" name="Popeye's Repo">
<info compressed="false">https://raw.github.com/TsUPeR/xbmc-repo/master/addons.xml</info>
<checksum>https://raw.github.com/TsUPeR/xbmc-repo/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.github.com/TsUPeR/xbmc-repo/master/repo/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Popeye's repository</summary>
<description>A reposistory of Popeye's addons for XBMC including Pneumatic and Newznab</description>
<platform>all</platform>
</extension>
</addon>
(2014-08-06, 00:58)soljarag Wrote:(2014-08-05, 08:32)tinykingdoms Wrote: Can someone tell me what I'm doing wrong?
http://imgur.com/j6FOD2l.png
python -V
Python 2.7.6
I didn't have to change it for the pneumatic addon, only NewzNAB and NZBTV.. once i did that pneumatic installed...... Or at least that's what I remember happened.
(2014-07-03, 21:46)timgt Wrote: It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine.
Popeye, is there any way to have Pneumatic look in the par2 file before anything else? This file is what shows what order the .rar files are in when they use the format like .10, .11, .12, etc. which are out of order.
These are the files that Pneumatic fails to find a playable file in. I'm sure it would require a lot of work but is it possible that this is the solution for the encrypted/hashed files that fail to play??