Behaviour for skip on Builtin(exportlibrary) bug

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
AaronD Offline
Senior Member
Posts: 252
Joined: Jan 2007
Reputation: 0
Location: Dubai, United Arab Emirates
Post: #1
I'm looking to fix this bug

What is the desired behaviour here? In my opinion, if called from execbuiltin, exportlibrary should always run silently just skipping over any exports that fail whatever the cause (e.g. improper permissions as stated.)

Would you be happy with this, or do you think it needs an explicit parameter to control this behaviour?
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #2
explicit. the command can in theory be called from within the ui as well you know Wink

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
AaronD Offline
Senior Member
Posts: 252
Joined: Jan 2007
Reputation: 0
Location: Dubai, United Arab Emirates
Post: #3
Didn't realise that, but it makes sense. Ok, explicit it is then.
find quote