thx.. but are u sure?
I'm not missing any files in the collection..
Search found 4 matches
- Fri Dec 10, 2010 2:29 pm
- Forum: Transcoding profiles, scripts processing media resources
- Topic: Create automated playlists
- Replies: 7
- Views: 11459
- Wed Dec 08, 2010 9:52 pm
- Forum: Transcoding profiles, scripts processing media resources
- Topic: Create automated playlists
- Replies: 7
- Views: 11459
Re: Create automated playlists
Thank you for your help!
Needed to modify the script a little bit to work - i got an error: "" is not a valid date and time
var
i: Integer;
AllMoviesFolder: TWmsScriptMediaItem;
begin
AllMoviesFolder := WmsFindMediaFolder(mfVideoAllMoviesItemID);
if AllMoviesFolder <> nil then
for i := 0 ...
Needed to modify the script a little bit to work - i got an error: "" is not a valid date and time
var
i: Integer;
AllMoviesFolder: TWmsScriptMediaItem;
begin
AllMoviesFolder := WmsFindMediaFolder(mfVideoAllMoviesItemID);
if AllMoviesFolder <> nil then
for i := 0 ...
- Wed Dec 08, 2010 7:43 pm
- Forum: Transcoding profiles, scripts processing media resources
- Topic: Create automated playlists
- Replies: 7
- Views: 11459
Re: Create automated playlists
thx for your fast answer..
but..
- i can't find that setting: "Adding new media resources to a folder "Playlists\Recently Added" " :-( ?
EDIT: SRY, tried it! Function working, but second question is still 'active' ;-)
wms_1.PNG
- and.. thats not exactly what i'm trying to do.. I want a ...
but..
- i can't find that setting: "Adding new media resources to a folder "Playlists\Recently Added" " :-( ?
EDIT: SRY, tried it! Function working, but second question is still 'active' ;-)
wms_1.PNG
- and.. thats not exactly what i'm trying to do.. I want a ...
- Wed Dec 08, 2010 7:06 pm
- Forum: Transcoding profiles, scripts processing media resources
- Topic: Create automated playlists
- Replies: 7
- Views: 11459
Create automated playlists
Hi there,
i'm new to WMS and quite bad at scripting. ;-(
so..
Is it possible to create a collection named like "Movies added in the last 30 days", where all Movies, added within the the last month, ordered by their file-creation date are listed?
Thanks!
i'm new to WMS and quite bad at scripting. ;-(
so..
Is it possible to create a collection named like "Movies added in the last 30 days", where all Movies, added within the the last month, ordered by their file-creation date are listed?
Thanks!
