Search found 16 matches

by Annihilator1243
13 Aug 2019, 04:18
Forum: Windows
Topic: TheMovieDB and OMDB IOException Issues
Replies: 1
Views: 2148

TheMovieDB and OMDB IOException Issues

Hi I am trying to rename some movie files and both of the Movie Renaming Services(MovieDB and OMDB) are reporting IOException.

TheMovieDB is reporting a 503 error

OMDB is reporting a 401 Error.

Does anyone know of any issues with the api for both MovieDB and OMDB.

Thanks
by Annihilator1243
23 Jan 2019, 02:32
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

do you know any programs that allow you to tag the full release date?
by Annihilator1243
21 Jan 2019, 05:42
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

i am using {d} which shows the entire date.
by Annihilator1243
21 Jan 2019, 00:28
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

is there a way to just get the year and month the album was released instead of the entire date?
by Annihilator1243
20 Jan 2019, 16:19
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

this is what ended up working.

Code: Select all

\Music\{n}\[{y}] - {album}{media.'part/position_total' == null ? null : '/CD ' + media.'part/position'}\{pi.pad(2)} - {t}
by Annihilator1243
20 Jan 2019, 15:18
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

by Annihilator1243
20 Jan 2019, 15:03
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

that doesnt work as if the album is single disk then i dont want the files to be stored in a CD 01 folder.
by Annihilator1243
20 Jan 2019, 14:30
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

they are both cd 1 as they are from different albums. i dont think the problem is with the files.
by Annihilator1243
20 Jan 2019, 14:17
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

this is what my id3 tag software looks like when tagging an MP3

https://drive.google.com/open?id=1HBxTh ... K1mB9hleZ8
by Annihilator1243
20 Jan 2019, 13:56
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

When I tag the MP3 Files I input the disc number into the ID3 Tags, so that's how i know which files go on which CD. There is obviously no way to do what i want the program to do so i will just keep using the 2 separate presets. thanks for your help.
by Annihilator1243
20 Jan 2019, 13:45
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

so there is no way of doing what i want to do?
by Annihilator1243
20 Jan 2019, 12:04
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

Hes the Test Data I have put on Google Drive

https://drive.google.com/drive/folders/ ... sp=sharing
by Annihilator1243
20 Jan 2019, 10:38
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

Doesnt work. says Binding "model" : java.lang.NullPointerException.
by Annihilator1243
20 Jan 2019, 09:52
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

not that i have found
by Annihilator1243
20 Jan 2019, 08:09
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Re: Music Renaming

These are the Formats That i am currently Using.

Single Disc: \Music\{n}\[{y}] - {album}\{pi.pad(2)} - {t}

Multi Disc: \Music\{n}\[{y}] - {album}\CD {media.'part/position'}\{pi.pad(2)} - {t}
by Annihilator1243
20 Jan 2019, 07:42
Forum: Episode / Movie Naming Scheme
Topic: Music Renaming
Replies: 30
Views: 12513

Music Renaming

My Music is sorted in such a way that when is it a single disc album it is not stored in a cd number folder but if it is a multi disc album then it is stored in CD number folders. Single Disc: Music\Kiss\Love Gun\01 - Love Gun.mp3 Multi Disc: Music\Kiss\Love Gun\CD 01\01 - Love Gun.mp3 I am currentl...