Advertisement
Guest User

title

a guest
Sep 11th, 2011
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1.  
  2. Not commented out:
  3. --------------------------------------------------------
  4.  
  5. #=comment
  6. if(move_episode($pureshowname, $showname, $series, $episode, $year, $file) eq $REDO_FILE) {
  7. out('std','test line 474',"\n");
  8. redo FILE;
  9. }
  10. #=cut
  11.  
  12.  
  13.  
  14. [user@myhost sorttv]$ ./sorttv.pl
  15. SortTV
  16. ~~~~~~
  17. Sorting:
  18. From /media/share/temp/
  19. TV episodes into /media/share/TV/
  20. 14:2:19, 10-8-2011
  21. test line 472
  22.  
  23. and it just hangs here
  24.  
  25.  
  26.  
  27. Commented out:
  28. -------------------------------------------------------------------------------
  29.  
  30. =comment
  31. if(move_episode($pureshowname, $showname, $series, $episode, $year, $file) eq $REDO_FILE) {
  32. out('std','test line 474',"\n");
  33. redo FILE;
  34. }
  35. =cut
  36.  
  37.  
  38.  
  39. [user@myhost sorttv]$ ./sorttv.pl
  40. SortTV
  41. ~~~~~~
  42. Sorting:
  43. From /media/share/temp/
  44. TV episodes into /media/share/TV/
  45. 14:1:59, 10-8-2011
  46. test line 472
  47. [user@myhost sorttv]$
  48.  
  49.  
  50. ^Yay it doesnt get stuck but... with that commented out it doesn't actually sort anything.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement