chadopp / mythepisode

TV Series/Shows
2 stars 3 forks source link

Create user configuration file and possibly interface #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a user configuration file that lives in data/episode that will allow the 
user to configure various mythepisode options.

phase 1:
remove from handler.php
matchPercent
getRecorded
defaultView

add ability to configure things like colors for displayed options.

phase 2:
Add access through the browser to configure the above options along with the 
following:
country.txt
override.txt
maybe others?

Just my thoughts.  If anyone wants to take this or any of the other 
enhancements just let me know.

Original issue reported on code.google.com by chadopp@gmail.com on 23 Oct 2010 at 2:52

GoogleCodeExporter commented 9 years ago
I'm working part 1 of this.

Original comment by chadopp@gmail.com on 28 Oct 2010 at 5:18

GoogleCodeExporter commented 9 years ago
Updated trunk with initial config file implementation

Original comment by chadopp@gmail.com on 29 Oct 2010 at 2:57

GoogleCodeExporter commented 9 years ago
I'm going to implement phase 2 of this using the mythweb settings section.  By 
adding a set_settings.php to mythepisode and some changes to mythepisode 
init.php an episode option will dynamically show up under the mythweb settings 
menu.

Original comment by chadopp@gmail.com on 30 Oct 2010 at 8:42

GoogleCodeExporter commented 9 years ago
Took initial cut at making mythepisode settings available for viewing using the 
mythweb settings configuration menu.  If you have downloaded trunk and already 
have a config.ini file you will need to either copy over it with 
config.template or update it manually as there have been a few changes.  
Currently you will only be able to display mythepisode settings.  I'm working 
on the changing part.  Also, you will need to rerun the build_translation.pl 
script.

Original comment by chadopp@gmail.com on 31 Oct 2010 at 1:32

GoogleCodeExporter commented 9 years ago
ok...added ability to save changes.  Test it out and let me know if you have 
any issues.  At some point we can add additional config options.

Original comment by chadopp@gmail.com on 31 Oct 2010 at 4:30

GoogleCodeExporter commented 9 years ago

Original comment by chadopp@gmail.com on 31 Oct 2010 at 4:45

GoogleCodeExporter commented 9 years ago
add ability to change size of thumbnail.  Also, if a new config option doesn't 
exist in the users config.ini it will be added when they save settings using 
mythweb

Original comment by chadopp@gmail.com on 31 Oct 2010 at 8:26

GoogleCodeExporter commented 9 years ago
Added the last piece which is the ability to configure countries.  The 
country.txt file is no longer required.

Original comment by chadopp@gmail.com on 2 Nov 2010 at 4:06

GoogleCodeExporter commented 9 years ago

Original comment by chadopp@gmail.com on 21 Nov 2010 at 3:32