File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 * added multiple playlists
3434 * added bom removel to deal with utf8 lists; was causing the getvod to exit early
3535 * added some debug for json so we can understand better when bad things happen
36+ *
37+ * Version 1.41
38+ * cleaned up comments no code changes
3639 */
3740ini_set ('memory_limit ' , '4G ' ); // upper memory limit for large stream file
3841//
@@ -90,7 +93,6 @@ function fatal_handler() {
9093 print ("Error: Line= $ errline, message: $ errstr \n\n" );
9194 }
9295}
93-
9496//
9597// validate the settings
9698//
@@ -302,10 +304,6 @@ function fatal_handler() {
302304 }
303305}
304306
305- //print_r("Checking for empty directories in Movie Library\n");
306- //RemoveEmptySubFolders($dirmovie);
307- //print_r("Checking for empty directories in TV Library\n");
308- //RemoveEmptySubFolders($dirtv);
309307
310308print_r ("Finished \n\n" );
311309exit (0 );
You can’t perform that action at this time.
0 commit comments