itunes and “remember playback position”

March 5th, 2006 duckworth Posted in C#, Code No Comments »

iTunes won't automatically bookmark your video files playback postiton so you can resume where you left off. You need to right click on the track, select "get info" and check "remember playback postion" under the options tab. Unfortunately there is no way to do multiple tracks at once. Here is a c# code snippet that takes the selected items in the itunes browser window and sets the "remember playback position" to true. You will need to add a reference to the iTunes type COM library.

Read the rest of this entry »

AddThis Social Bookmark Button

Some New Essentials

November 11th, 2004 duckworth Posted in Code, Tools No Comments »

ReSharper by JetBrians integrates
directly into Visual Studio and provides
coding assistance, real-time
error highlighting, and refactoring. Don't know how I used to work without it.

Apex SQL Edit is a nice alternative
to Query Analyser with integration with source safe, Intellisenseand
Sql formatting.

Borland Together for Visual
Studio .NET has proved to be very useful providing audits for C# projects and UML
modeling that is always in sync with your code.

devMetrics is
a free tool that among other things provides metrics on various aspects of your code.
Useful for measuring the cyclomatic code complexity of your members, and flagging
potential areas that need some refactoring.
Gemini is an ASP.NET based issue
tracking program which I have been evaluating. Free for < 10 users or for Open
Source projects.

AddThis Social Bookmark Button