![]() |
|
[MOD] Rapier Qualar Mod incorporating Rapier 3.0 features - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Rapier (/forumdisplay.php?fid=120) +---- Thread: [MOD] Rapier Qualar Mod incorporating Rapier 3.0 features (/showthread.php?tid=65922) |
- steelman1991 - 2010-03-29 11:26 qualar Wrote:Am I correct in saying that you only see them in Movie/Tv Views currently? Yes that's correct, I don't have music files - only video. - qualar - 2010-03-29 11:47 steelman1991 Wrote:Yes that's correct, I don't have music files - only video. OK it is done. I have also added the Audio Codec information to Music Views Now. - steelman1991 - 2010-03-29 12:03 qualar Wrote:OK it is done. I have also added the Audio Codec information to Music Views Now. Thanks that was quick. Any idea on an eta for the new release -not that I'm not happy with the way it works at the moment - just curious? - qualar - 2010-03-29 12:37 steelman1991 Wrote:Thanks that was quick. Any idea on an eta for the new release -not that I'm not happy with the way it works at the moment - just curious? It is already waiting for you on Post 1.
- steelman1991 - 2010-03-29 12:58 qualar Wrote:It is already waiting for you on Post 1. and that was even quicker - great work Qualar.
<record> - rapidvelo - 2010-03-29 16:41 Qualar, If you don't see any issues with this modification can you update this for the next release? ... when reading from the iphone app it labels <record></record> on each name. Thanks.. http://forum.xbmc.org/showthread.php?tid=53824&page=21 - qualar - 2010-03-29 17:50 rapidvelo Wrote:Qualar, I am not sure what you are asking. They say you can fix the problem by using this format Code: http://10.1.1.8:8080/xbmcCmds/xbmcHttp?command=SetResponseFormat()- rapidvelo - 2010-03-29 18:02 qualar Wrote:I am not sure what you are asking. They say you can fix the problem by using this format That one didn't work for me, but the fix within the script did work.. # format our records start and end xbmc.executehttpapi( "SetResponseFormat()" ) xbmc.executehttpapi( "SetResponseFormat(OpenRecord,%s)" % ( "<record>", ) ) xbmc.executehttpapi( "SetResponseFormat(CloseRecord,%s)" % ( "</record>", ) ) by removing the xml tag within the quotes.. - qualar - 2010-03-29 18:07 rapidvelo Wrote:That one didn't work for me, but the fix within the script did work.. It just concerns me removing those lines because I am sure they are there for a reason. Have you tested that recently added entries still work correctly. Also I would think that this is an insure the iphone app team should fix because it happens in all skins. - rapidvelo - 2010-03-30 22:43 qualar Wrote:It just concerns me removing those lines because I am sure they are there for a reason. Have you tested that recently added entries still work correctly. Also I would think that this is an insure the iphone app team should fix because it happens in all skins. Qualar, you are right, the recently added entries no longer work, adding it back in the xml nodes back in after removing fixes it. i suppose it's an iphone problem they need to address. |