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: 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/




RE: Powershell script ?

2012-09-28 Thread Andrew Coates (DPE AUSTRALIA)
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/




RE: Powershell script ?

2012-09-28 Thread Ian Thomas
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