Kodi Community Forum
Playlist or Favorite - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Playlist or Favorite (/showthread.php?tid=125072)



Playlist or Favorite - dibsta - 2012-03-08

Hi all i looked but can't seem to find how to

I'm trying to create a Playlist or Favorite from filemode is this possable

Cheers Dibsta


- PatK - 2012-03-08

You can add to the favourites list using the context keyboard C command, one of the menu choices should be 'add to favourites', Using playlist, is getting your media in focus and hitting the Keyboard Q command to put the material in a playing Que, then using the 'C' command to bring menu options to playing the Que.

Smart playlists only work with library additions.


Favorite - dibsta - 2012-03-09

Hi ive added to favorite but when i click favorite all i get is a blank screen

Any advice

Cheers Dibsta


That's not a typical response... sounds broken. - PatK - 2012-03-09

favourites from the home menu? What exactly are you toggling in favourites? Does it play properly in the XBMC player? Looks like we'll need a debug log posted to pastebin.com http://forum.xbmc.org/showthread.php?tid=42708


Favorites - dibsta - 2012-03-09

Hi
Here is the debug log http://pastebin.com/Tf1rCqwg

Just to let you know if i launch favorite from favorite list it works fine but if i launch it from home screen mod i have a blank screen.

Cheers Dibsta


- dibsta - 2012-03-10

Hi anyone got any suggestions after looking a debug log

cheers Dibsta


- G elly N - 2012-03-10

i also have this problem i have some videos that i dont want scanned into my liabry but still want to access them, i added the location with no scapper, this shows up in file mode where i can browse and play the files fine, i saved the location as a fav and i can access it from the favs icon on the home screen (bottom left by the off switch on conflence) but when i add a fav to the main bar (this is a option on conflence mod, so this is where the problem might lie i dont know if the OP is using this skin) and click on that i just get a black screen


- DDDamian - 2012-03-10

dibsta Wrote:Hi
Here is the debug log http://pastebin.com/Tf1rCqwg

Just to let you know if i launch favorite from favorite list it works fine but if i launch it from home screen mod i have a blank screen.

Cheers Dibsta

Hi there. Your skin folders look to be corrupted. Try installing another skin and see if the favourites start working. You may need to delete:

C:\Users\Dibsta\AppData\Roaming\XBMC\addons\skin.moddedconfluence

and do a re-install.


RE: Playlist or Favorite - dibsta - 2012-03-14

Hi found problem the mod is not putting the correct path to favorite
(Mod path ActivateWindow(10025,"X:\Coles Media\")
but should be
(ActivateWindow(10025,"X:\\Coles Media\\") backslash is missing


RE: Playlist or Favorite - jmarshall - 2012-03-14

Both quotes and backslashes need escaping (i.e. prepend another backslash).