bgarrels / my-films

Automatically exported from code.google.com/p/my-films
0 stars 0 forks source link

Support to open My Films with a parameter #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible in My Films to open the plugin with a parameter string 
like MP-TvSeries, Moving Pictures, Onlinevideos?

For example there could be direct links in the home view of the skin for 
"Movies", one for "Home Movies", one for "Musicals" etc.

According with Lifetime it would be necessary some modifications on the Public 
API of the plugin.

http://forum.team-mediaportal.com/streamedmp-301/support-my-films-parameter-9953
4/

Thanks

Original issue reported on code.google.com by jami...@gmail.com on 20 Aug 2011 at 12:36

GoogleCodeExporter commented 9 years ago
startparams are already supportet for config.
To better support for BH Editors, API for getting parameters should be added.
Supported start parameters:
<config> -> name of config
<viewname> -> name of the view, e.g. "movies", "year", "country"
<viewvalue> -> parameter for viewname to show respective movies, e.g. 
<viewname> = "country", <viewvalue> = "Canada"

Original comment by Mikeplan...@web.de on 21 Aug 2011 at 10:46

GoogleCodeExporter commented 9 years ago
API available for RC:

#region API for Basic Home Editors
        /// <summary>
        /// returns an array of KeyValue ViewLists and name for each config
        /// .Name = config name
        /// .ViewList = List of KeyValues with view name and pretty name
        /// </summary>        
        public static ArrayList GetConfigViewLists()

        /// <summary>
        /// returns a string List of available values for a given config & view
        /// use GetConfigViewLists() to get valid values for config and view
        /// returns <null> if no values can be evaluated - user should still be able to manually set a value for startparam
        /// </summary>        
        public static List<string> GetViewListValues(string config, string view)
        #endregion

Original comment by Mikeplan...@web.de on 21 Aug 2011 at 10:51

GoogleCodeExporter commented 9 years ago
See Issue #31 Allow userdefined startparameter creation 

Original comment by Dade...@gmail.com on 21 Oct 2011 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by Dade...@gmail.com on 29 Oct 2011 at 4:39

GoogleCodeExporter commented 9 years ago

Original comment by Guzz...@googlemail.com on 13 Nov 2012 at 4:35

GoogleCodeExporter commented 9 years ago

Original comment by Dade...@gmail.com on 14 Nov 2012 at 5:24

GoogleCodeExporter commented 9 years ago
seting to 'Done', as we don't get verificationn from requester

Original comment by Guzz...@googlemail.com on 18 Nov 2012 at 8:56