• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 10
[RELEASE] PodCatching Addon
#61
try this archiveFile.py: http://pastebin.com/R4tz5fxh
Reply
#62
http://pastebin.com/iucbhcN9
Reply
#63
edited the wrong file od didn't save... *G*
Reply
#64
Better?: http://pastebin.com/cspusbME
Reply
#65
yes but i'am dont understand the problem...

the plugin tryies to create/write this file: 12:29:43 T:3312 M:124870656 NOTICE: [PodCatcher]: special://profile/addon_data/plugin.audio.podcatcher/archives\1.archive but fails

try to figure out what error is reported by windows with processmon (http://technet.microsoft.com/en-us/sysin...s/bb896645).
Reply
#66
because it's mixing slashes and those stupid msft we-have-to-be-different slashes. also you should translatePath before trying to write there.
Reply
#67
spiff Wrote:because it's mixing slashes and those stupid msft we-have-to-be-different slashes. also you should translatePath before trying to write there.

i always use os.path.join to avoid exactly that...

can you give me an example?
Reply
#68
Raptor 2101 Wrote:yes but i'am dont understand the problem...

the plugin tryies to create/write this file: 12:29:43 T:3312 M:124870656 NOTICE: [PodCatcher]: special://profile/addon_data/plugin.audio.podcatcher/archives\1.archive but fails

try to figure out what error is reported by windows with processmon (http://technet.microsoft.com/en-us/sysin...s/bb896645).

Part 1 of Process monitor CSV:
http://pastebin.com/vEVprAYR
Part 2 of Process monitor CSV:
http://pastebin.com/stymHVUJ

*Note: I filtered for XBMC and not success

Podcatcher only filter:
http://pastebin.com/CNDwkbbJ
Reply
#69
clckwrkorange Wrote:Part 1 of Process monitor CSV:
http://pastebin.com/vEVprAYR
Part 2 of Process monitor CSV:
http://pastebin.com/stymHVUJ

*Note: I filtered for XBMC and not success

Podcatcher only filter:
http://pastebin.com/CNDwkbbJ

spiff pointed out the error... i will fix it in the next few days...

i have to figure out how to build the correct path with xbmc-functions without fu*ing up Windows...
Reply
#70
i got it.

replace your local default.py with this one:
http://pastebin.com/NvyMp1q9
Reply
#71
Perfect!!!
Reply
#72
Hello,

I have just installed the addon. It works very fine.
One question: I can't find the folder where the files are temporarly downloaded.
it seems that "Temporary Internet Files" is not the directory.
Can someone tell me in which folder the files are being saved?

Thanks a lot,
woo73
Reply
#73
the files are stored in <xbmc-homedir>/userdata/addon-data/plugin.audio.podcatcher
Reply
#74
Hi Raptor 2101,

I've already checked it. There is no file created within this folder.
I am a little afraid concerning garbage files when playing a lot of files over a long period Wink

woo73
Reply
#75
there have to be there, cause this is the only path where write-access is granted

on the other hand, garbage files are only created if you excessively change your opml file. cause the file is createt per rss/atom-Feed not per playable link.
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 10

Logout Mark Read Team Forum Stats Members Help
[RELEASE] PodCatching Addon1