jreklund / php4dvd

php4dvd is an open source php/mysql powered movie database. Catalog your video collection with ease. Automatic update of information and images.
GNU General Public License v3.0
83 stars 43 forks source link

Change default format option #96

Closed userhs6719 closed 3 months ago

userhs6719 commented 7 months ago

I've looked everywhere for a way to change the default "format" option when adding a new title. Currently, it's filled in with "Blu-ray" and I'd like to be able to edit this. (I don't even have any blu-rays in my collection)

jreklund commented 3 months ago

Hi, it's a hard coded value in the templates file.

{$smarty.const.BLU_RAY|escape} https://github.com/jreklund/php4dvd/blob/95f65297a518d737371f6a37720513ec311f99f0/tpl/default/movies/update.html#L156

That constant is from the language files. https://github.com/jreklund/php4dvd/blob/95f65297a518d737371f6a37720513ec311f99f0/lang/en.inc.php#L131

jreklund commented 3 months ago

Won't be adding a new features for this one. Should be implemented together with #8 and #97.