const minisrv_service_file = true; let favoritenum = 0; const foldername = request_headers.query.favorite_folder_name; const favarray = session_data.favstore.listFavorites(foldername); const folder_array = session_data.favstore.getFolders(); const folderid = folder_array.indexOf(foldername); const numoffolders = folder_array.length; favoritenum = Object.keys(favarray).length; headers = `200 OK Connection: Keep-Alive Content-Type: text/html wtv-expire-all: wtv-favorite:/serve-` data = ` Listing favorites
Folders
Add folder
Help
Listing favorites in this folder:

Choose With pictures to display the favorite's pictures.

If With pictures is unchecked, the favorites will be listed by name only.

With pictures
`;