Search found 10 matches
- 29 Jan 2013, 10:40
- Forum: Scripting and Automation
- Topic: Media Index CSV
- Replies: 15
- Views: 13476
Re: Media Index CSV
yes!much better now thanks.
- 29 Jan 2013, 01:18
- Forum: Scripting and Automation
- Topic: Media Index CSV
- Replies: 15
- Views: 13476
Re: Media Index CSV
tried the default from the online repository and has the out of memory error as well.
will try the settings as soon i could figure out how to access it,
will try the settings as soon i could figure out how to access it,
- 28 Jan 2013, 14:21
- Forum: Scripting and Automation
- Topic: Media Index CSV
- Replies: 15
- Views: 13476
Re: Media Index CSV
hey is there a run around with this 16:25:49.302 Updating List... 16:27:17.738 OutOfMemoryError: PermGen space 16:27:17.738 NullPointerException: java.lang.NullPointerException 16:27:18.534 java.lang.NullPointerException 16:27:18.534 at Script3$_run_closure25_closure61.doCall(Script3.groovy:296) 16 ...
- 29 Nov 2012, 18:59
- Forum: Scripting and Automation
- Topic: Media Index CSV
- Replies: 15
- Views: 13476
Re: Media Index CSV
thanks rednoah i got it working with this new Date(file.lastModified()).format("MM/dd/yyyy hh:mm:ss a") but encountered a little bug.I have a media index csv script within my utorrent-postprocess script and it seems getMediaInfo(file,format) doesn't work great with Utorrent because it wont return ...
- 27 Nov 2012, 00:21
- Forum: Scripting and Automation
- Topic: Media Index CSV
- Replies: 15
- Views: 13476
Re: Media Index CSV
hi about media index csv how to get the last date modified to display in this format "MM/dd/YYYY HH:mm", because the file.LastModified() only give integers
should i use date function? a sample code could really help
should i use date function? a sample code could really help
- 14 Nov 2012, 10:42
- Forum: Help and Support
- Topic: Write log within directory / Ignore certain folders ?
- Replies: 15
- Views: 11034
Re: Write log within directory / Ignore certain folders ?
will do some studying and it was for testing purposes.
thank you,
thank you,
- 14 Nov 2012, 05:44
- Forum: Help and Support
- Topic: Write log within directory / Ignore certain folders ?
- Replies: 15
- Views: 11034
Re: Write log within directory / Ignore certain folders ?
yes,and works fine. ive tried like this: >> "E:/filebotlog.txt" 2>&1 >> "E:/filebotlog.txt" if all else fail can you suggest a script for it?to save the output on a file and ignore file renaming or sorting if ut_state is not complete edit: nvm it suddenly work,the redirecting the output part and ...
- 14 Nov 2012, 03:15
- Forum: Help and Support
- Topic: Write log within directory / Ignore certain folders ?
- Replies: 15
- Views: 11034
Re: Write log within directory / Ignore certain folders ?
hi i have a question does anyone know why utorrent doesn't process the end part of my parameter?
it works on standalone usage though,any suggestions.
Code: Select all
2>&1 >> "E:/filebotlog.txt"
- 11 Nov 2012, 15:18
- Forum: Help and Support
- Topic: Complete Beginner
- Replies: 82
- Views: 61178
Re: Complete Beginner
thanks for the info ,because its not native to windows i have to use a commandline utility like "mtee" which im using right now to get the results.
and about hardlink can it link from another partition but same disk?
thanks again btw
and about hardlink can it link from another partition but same disk?
thanks again btw
- 11 Nov 2012, 13:32
- Forum: Help and Support
- Topic: Complete Beginner
- Replies: 82
- Views: 61178
Re: Complete Beginner
hi just wanna know if there is a way to redirect the cmdline output to a text file but still view the cmdline output on the console?