2016-02-10 17:30:45 -05:00
|
|
|
################################################################################
|
|
|
|
# Main User Configuration #
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Username for anime and manga lists
|
2018-10-09 18:21:06 -04:00
|
|
|
kitsu_username = "johnsmith"
|
2016-02-10 17:30:45 -05:00
|
|
|
|
|
|
|
# Whose list is it?
|
2018-10-09 18:21:06 -04:00
|
|
|
whose_list = "Someone"
|
2016-02-10 17:30:45 -05:00
|
|
|
|
|
|
|
# do you wish to show the anime collection?
|
|
|
|
show_anime_collection = true
|
2018-10-05 14:27:07 -04:00
|
|
|
|
|
|
|
# do you wish to show the manga collection?
|
|
|
|
show_manga_collection = false
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
# Default views and paths
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Which list should be the default?
|
|
|
|
default_list = "anime" # anime or manga
|
|
|
|
|
|
|
|
# Default pages for anime/manga
|
|
|
|
default_anime_list_path = "watching" # watching|plan_to_watch|on_hold|dropped|completed|all
|
|
|
|
default_manga_list_path = "reading" # reading|plan_to_read|on_hold|dropped|completed|all
|