Search found 4 matches
- Sun Jan 17, 2010 6:06 pm
- Forum: Internet media resources
- Topic: VLC.exe not stopping
- Replies: 1
- Views: 5504
VLC.exe not stopping
Hi Eugene. I was using 0.71, and it leaves vlc.exe open (shown in task manager) each time I quit watching a movie, resulting in multiple vlc.exe instances running at the same time. The instances doesn't go away unless I manually kill them with task manager or restart. I'm switching today to 0.72, I ...
- Fri Jan 01, 2010 1:33 pm
- Forum: Feature Requests
- Topic: Feature request: Artist & Title Index
- Replies: 13
- Views: 37160
Re: Feature request: Artist & Title Index
I made a song index too (in basicScript, I'm a VB guy):
Function GetProperty(Item As TWmsScriptMediaItem, PropertyID As Integer) As String
Dim PropertyValue As String = VarToStr(Item.Properties(PropertyID))
If PropertyValue = "" Then
PropertyValue = "Unknown"
End If
Return PropertyValue
End ...
Function GetProperty(Item As TWmsScriptMediaItem, PropertyID As Integer) As String
Dim PropertyValue As String = VarToStr(Item.Properties(PropertyID))
If PropertyValue = "" Then
PropertyValue = "Unknown"
End If
Return PropertyValue
End ...
- Fri Jan 01, 2010 12:51 pm
- Forum: Feature Requests
- Topic: Feature request: Artist & Title Index
- Replies: 13
- Views: 37160
Re: Feature request: Artist & Title Index
I love you!
I need to modified a little bit, I'll post when I'm done.
Happy new year!
I need to modified a little bit, I'll post when I'm done.
Happy new year!
- Thu Dec 31, 2009 7:26 pm
- Forum: Feature Requests
- Topic: Feature request: Artist & Title Index
- Replies: 13
- Views: 37160
Feature request: Artist & Title Index
Hi, can you add an artist index option like twonky media server? The full artist list is not convenient with a large db.
Eg:
Artist Index ->
A B C D E F ...... ->
Celine Dion - Coolio - Cyborg .... ->
Gangsters Paradise - ...
Eg:
Artist Index ->
A B C D E F ...... ->
Celine Dion - Coolio - Cyborg .... ->
Gangsters Paradise - ...
