RE: Powershell script ?

2012-09-29 Thread Greg Low (GregLow.com)
Magic thanks Andrew. Wasn't immediately obvious how to do it with it but
that's way, way cool. The convert options are great.

 

Regards,

 

Greg

 

Dr Greg Low

 

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax


SQL Down Under | Web:  http://www.sqldownunder.com/ www.sqldownunder.com

 

From: Andrew Coates (DPE AUSTRALIA) [mailto:andrew.coa...@microsoft.com] 
Sent: Saturday, 29 September 2012 1:01 PM
To: g...@greglow.com; ozDotNet
Subject: RE: Powershell script ?

 

Hi Greg,

There's an excellent bit of freeware called, from memory, MP3Tag that can do
exactly this (and lots more besides).

http://www.mp3tag.de/en/

Cheers,
Andrew 

  _  

From: Greg Low (GregLow.com)
Sent: 29/09/2012 12:35 PM
To: 'ozDotNet'
Subject: FW: Powershell script ?

Hi Folks,

 

I want to set the Title property of all the mp4 files in a folder to their
file name.

 

ie:   something.mp4 would get the title something.

 

Anyone know how to do that? Is there some way to do that with Powershell?

 

Regards,

 

Greg

 

Dr Greg Low

CEO and Principal Mentor

SQL Down Under

SQL Server MVP and Microsoft Regional Director

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax


Web:  http://www.sqldownunder.com/ www.sqldownunder.com

 

 



RE: Powershell script ?

2012-09-29 Thread Greg Low (GregLow.com)
Thanks Ian, that one from Andrew is awesome but I'll keep that in mind in
case I want to do something the one he linked to can't.

 

Regards,

 

Greg

 

Dr Greg Low

 

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax


SQL Down Under | Web:  http://www.sqldownunder.com/ www.sqldownunder.com

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Ian Thomas
Sent: Saturday, 29 September 2012 2:05 PM
To: 'ozDotNet'
Subject: RE: Powershell script ?

 

Hi Greg

There is a library written by Novell - TagLib - which has a C# wrapper,
(TagLibSharp) which may be usable with PowerShell. 

 

  _  

Ian Thomas
Victoria Park, Western Australia

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Andrew Coates (DPE AUSTRALIA)
Sent: Saturday, September 29, 2012 11:01 AM
To: g...@greglow.com; ozDotNet
Subject: RE: Powershell script ?

 

Hi Greg,

There's an excellent bit of freeware called, from memory, MP3Tag that can do
exactly this (and lots more besides).

http://www.mp3tag.de/en/

Cheers,
Andrew 

  _  

From: Greg Low (GregLow.com)
Sent: 29/09/2012 12:35 PM
To: 'ozDotNet'
Subject: FW: Powershell script ?

Hi Folks,

 

I want to set the Title property of all the mp4 files in a folder to their
file name.

 

ie:   something.mp4 would get the title something.

 

Anyone know how to do that? Is there some way to do that with Powershell?

 

Regards,

 

Greg

 

Dr Greg Low

CEO and Principal Mentor

SQL Down Under

SQL Server MVP and Microsoft Regional Director

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax


Web:  http://www.sqldownunder.com/ www.sqldownunder.com

 

 



RE: Powershell script ?

2012-09-29 Thread Ian Thomas
Now that Swans (South Melbourne, as should have been) have won the AFL GF :.


TagLibSharp is good for some tags (including Title), but for what I have
wanted to do with video files, TagLib is deficient. 

I see that MP3Tag has a command-line interface so I will probably use it
instead of TagLib if it is capable. 

  _  

Ian Thomas
Victoria Park, Western Australia

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Greg Low (GregLow.com)
Sent: Saturday, September 29, 2012 2:13 PM
To: 'ozDotNet'
Subject: RE: Powershell script ?

 

Thanks Ian, that one from Andrew is awesome but I'll keep that in mind in
case I want to do something the one he linked to can't.

 

Regards,

 

Greg

 

Dr Greg Low

 

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax


SQL Down Under | Web:  http://www.sqldownunder.com/ www.sqldownunder.com

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Ian Thomas
Sent: Saturday, 29 September 2012 2:05 PM
To: 'ozDotNet'
Subject: RE: Powershell script ?

 

Hi Greg

There is a library written by Novell - TagLib - which has a C# wrapper,
(TagLibSharp) which may be usable with PowerShell. 

 

  _  

Ian Thomas
Victoria Park, Western Australia

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Andrew Coates (DPE AUSTRALIA)
Sent: Saturday, September 29, 2012 11:01 AM
To: g...@greglow.com; ozDotNet
Subject: RE: Powershell script ?

 

Hi Greg,

There's an excellent bit of freeware called, from memory, MP3Tag that can do
exactly this (and lots more besides).

http://www.mp3tag.de/en/

Cheers,
Andrew 

  _  

From: Greg Low (GregLow.com)
Sent: 29/09/2012 12:35 PM
To: 'ozDotNet'
Subject: FW: Powershell script ?

Hi Folks,

 

I want to set the Title property of all the mp4 files in a folder to their
file name.

 

ie:   something.mp4 would get the title something.

 

Anyone know how to do that? Is there some way to do that with Powershell?

 

Regards,

 

Greg

 

Dr Greg Low

CEO and Principal Mentor

SQL Down Under

SQL Server MVP and Microsoft Regional Director

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax


Web:  http://www.sqldownunder.com/ www.sqldownunder.com

 

 



Re: [OT] Anti-Football League Greg Keogh

2012-09-29 Thread David Connors
http://www.kongregate.com/games/TogeProductions/infectonator-2

There, I fixed it.

On Sat, Sep 29, 2012 at 2:46 PM, Nick Hodge nho...@microsoft.com wrote:

  Hats?

 Don’t get me started on that other waste of time  reduction to
 productivity: The Melbourne Cup!

 ** **

 *From:* ozdotnet-boun...@ozdotnet.com [mailto:
 ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Joseph Cooney
 *Sent:* Saturday, 29 September 2012 2:44 PM

 *To:* ozDotNet
 *Subject:* Re: [OT] Anti-Football League  Greg Keogh

  ** **

 I think hatters make hats...

 Sent from my iPhone


 On 29/09/2012, at 2:23 PM, Jimmy P m...@thejimmyp.com wrote:

  Hatters gonna hat

 On Saturday, September 29, 2012, Nick Hodge wrote:

  Sportsball is the opium of the working class

  

 *From:* ozdotnet-boun...@ozdotnet.com [mailto:
 ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Tom Rutter
 *Sent:* Saturday, 29 September 2012 2:19 PM
 *To:* ozDotNet
 *Subject:* Re: [OT] Anti-Football League  Greg Keogh

  

 Haha do Greg's feeling apply to all footy codes?

 On Sat, Sep 29, 2012 at 1:24 PM, Les Hughes l...@datarev.com.au wrote:***
 *

 Hi All,

 Usually Greg posts the Anti-Football League stuff to this thread around
 now, and I haven't seen it yet, but reading theage.com.au I did find
 this:
 http://www.theage.com.au/victoria/upping-the-anti-on-afls-big-day-20120928-26r7e.html

 Cheers :)
 --
 Les Hughes
 l...@datarev.com.au

   



 -- 

 Cheers,

 ** **

 Jim P

 @pjimmy

 ** **




-- 
David Connors
da...@connors.com | M +61 417 189 363
Download my v-card: https://www.codify.com/cards/davidconnors
Follow me on Twitter: https://www.twitter.com/davidconnors
Connect with me on LinkedIn: http://au.linkedin.com/in/davidjohnconnors


RE: Powershell script ?

2012-09-29 Thread Andrew Coates (DPE AUSTRALIA)
Yup, pretty cool stuff. OT, I did find it amusing that a German company called 
their product MP3day ;)

Cheers,
Andrew

From: Greg Low (GregLow.com)
Sent: 29/09/2012 4:02 PM
To: Andrew Coates (DPE AUSTRALIA); 'ozDotNet'
Subject: RE: Powershell script ?

Magic thanks Andrew. Wasn’t immediately obvious how to do it with it but that’s 
way, way cool. The convert options are great.

Regards,

Greg

Dr Greg Low

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax
SQL Down Under | Web: www.sqldownunder.comhttp://www.sqldownunder.com/

From: Andrew Coates (DPE AUSTRALIA) [mailto:andrew.coa...@microsoft.com]
Sent: Saturday, 29 September 2012 1:01 PM
To: g...@greglow.com; ozDotNet
Subject: RE: Powershell script ?

Hi Greg,

There's an excellent bit of freeware called, from memory, MP3Tag that can do 
exactly this (and lots more besides).

http://www.mp3tag.de/en/

Cheers,
Andrew

From: Greg Low (GregLow.com)
Sent: 29/09/2012 12:35 PM
To: 'ozDotNet'
Subject: FW: Powershell script ?
Hi Folks,

I want to set the “Title” property of all the mp4 files in a folder to their 
file name.

ie:   something.mp4 would get the title “something”.

Anyone know how to do that? Is there some way to do that with Powershell?

Regards,

Greg

Dr Greg Low
CEO and Principal Mentor
SQL Down Under
SQL Server MVP and Microsoft Regional Director
1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax
Web: www.sqldownunder.comhttp://www.sqldownunder.com/




API for read/write video tags

2012-09-29 Thread Ian Thomas
MP3Tag is strictly audio. I've use v2.45 for a while. 

I'm finding hard to locate a library with similar scope that enables tag
editing for videos of a range of tag types (ie, tags for individual video
formats or packaging) and their individual tags. A couple of weeks ago I
thought TagLib was going to do it.  Not so.

Any ideas? Preferably with a .NT wrapper. 

  _  

Ian Thomas
Victoria Park, Western Australia

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Ian Thomas
Sent: Saturday, September 29, 2012 3:26 PM
To: g...@greglow.com; 'ozDotNet'
Subject: RE: Powershell script ?

 

Now that Swans (South Melbourne, as should have been) have won the AFL GF :.


TagLibSharp is good for some tags (including Title), but for what I have
wanted to do with video files, TagLib is deficient. 

I see that MP3Tag has a command-line interface so I will probably use it
instead of TagLib if it is capable. 

  _  

Ian Thomas
Victoria Park, Western Australia

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Greg Low (GregLow.com)
Sent: Saturday, September 29, 2012 2:13 PM
To: 'ozDotNet'
Subject: RE: Powershell script ?

 

Thanks Ian, that one from Andrew is awesome but I'll keep that in mind in
case I want to do something the one he linked to can't.

 

Regards,

 

Greg

 

Dr Greg Low

 

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax


SQL Down Under | Web:  http://www.sqldownunder.com/ www.sqldownunder.com

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Ian Thomas
Sent: Saturday, 29 September 2012 2:05 PM
To: 'ozDotNet'
Subject: RE: Powershell script ?

 

Hi Greg

There is a library written by Novell - TagLib - which has a C# wrapper,
(TagLibSharp) which may be usable with PowerShell. 

 

  _  

Ian Thomas
Victoria Park, Western Australia

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Andrew Coates (DPE AUSTRALIA)
Sent: Saturday, September 29, 2012 11:01 AM
To: g...@greglow.com; ozDotNet
Subject: RE: Powershell script ?

 

Hi Greg,

There's an excellent bit of freeware called, from memory, MP3Tag that can do
exactly this (and lots more besides).

http://www.mp3tag.de/en/

Cheers,
Andrew 

  _  

From: Greg Low (GregLow.com)
Sent: 29/09/2012 12:35 PM
To: 'ozDotNet'
Subject: FW: Powershell script ?

Hi Folks,

 

I want to set the Title property of all the mp4 files in a folder to their
file name.

 

ie:   something.mp4 would get the title something.

 

Anyone know how to do that? Is there some way to do that with Powershell?

 

Regards,

 

Greg

 

Dr Greg Low

CEO and Principal Mentor

SQL Down Under

SQL Server MVP and Microsoft Regional Director

1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax


Web:  http://www.sqldownunder.com/ www.sqldownunder.com

 

 



RE: [OT] Anti-Football League Greg Keogh

2012-09-29 Thread Greg Keogh
Chaps, I just got home from our blasphemous event. Les, yeah, I forgot to
invite the group, but after a few years of no response I figured you're all
footy lemmings.

The lady from The Age who rang me yesterday said what do you do for a
living? I had to think for a second before replying In the old days we
used to be called computer programmers, but now I'm not sure, maybe software
developer, or software engineer. That's a worry isn't it when you don't
know what your profession is called.

Cheers,
Greg