Actions
Bug #180
closedCan't add .strm's to the library as movies
Start date:
Due date:
% Done:
100%
Resolution:
fixed
Affected Version:
Description
It works for adding TV Shows, but not for movies. Fixing the problem is as easy as commenting out a single line in playlistfactory.cpp as shown here: http://trac.xbmc.org/attachment/ticket/8730/PlayListFactory.patch
Files
Updated by buzz almost 13 years ago
I dont think this fix is correct. strm should return true in that function as an strm can be a playlist. it might work, but I think the code should be changed where the result is checked and not in that function as it will be used elsewhere.
Updated by buzz almost 12 years ago
- Assignee set to buzz
Note for myself to see the patch referenced in http://trac.xbmc.org/ticket/8730 - https://github.com/xbmc/xbmc/commit/8e37bd0cbbe5de4e353bb00e435522e4c0b04cce
Updated by buzz almost 12 years ago
- Status changed from New to Closed
- Target version set to 3.3
- % Done changed from 0 to 100
- Resolution set to fixed
- Affected Version set to 3.2.1
fixed in r31688
Actions