yol
yol
Thanks for caring and the PR. Before we can consider this going in however: > Since all paths/filenames are encoded now, when you rescan the NFS share, movies/episodes with special...
https://github.com/xbmc/xbmc/blob/eb733a0aa494955dc484f7a0e2b829a2a7fbdda7/xbmc/filesystem/NFSFile.cpp#L267 `relativePath` should probably be filled with an already decoded path; it doesn't really make sense to return the url-encoded version here since it is expected to be used in...
@flubshi can you try installing https://github.com/apps/jenkins-xbmc into your profile and giving it access to the pvr.waipu repository?
should be OK now I guess
See xbmc/xbmc#14726
@mbrodala What do you think? Can it be merged as-is? Sitting for some time now :)
My use case is basically this: I have a gallery partial that has many and hierarchically structured options passed via a `settings` variable. In a particular template, I want to...
@NamelessCoder did you have the time to discuss this with the TYPO3 core team?
@NamelessCoder That would be fine by me, I guess. It would still cover my use case :) And I can see how calling setter methods from fluid in this generic...
> First place, the given example doesn't seem to be of real nature but rather a theoretical thing. (Why would you escape a static number?) It's an MWE, I didn't...